.gitignore
README.rst
runtests.py
setup.py
django_observer.egg-info/PKG-INFO
django_observer.egg-info/SOURCES.txt
django_observer.egg-info/dependency_links.txt
django_observer.egg-info/requires.txt
django_observer.egg-info/top_level.txt
django_observer.egg-info/zip-safe
observer/__init__.py
observer/watchers/__init__.py
observer/watchers/base.py
observer/watchers/complex.py
observer/watchers/model.py
observer/watchers/relation.py
observer/watchers/value.py
tests/requirements.txt
tests/fixtures/initial_data.yaml
tests/src/miniblog/__init__.py
tests/src/miniblog/manage.py
tests/src/miniblog/settings.py
tests/src/miniblog/urls.py
tests/src/miniblog/autocmd/__init__.py
tests/src/miniblog/blogs/__init__.py
tests/src/miniblog/blogs/forms.py
tests/src/miniblog/blogs/models.py
tests/src/miniblog/blogs/urls.py
tests/src/miniblog/blogs/views.py
tests/src/miniblog/blogs/fixtures/test.yaml
tests/src/miniblog/blogs/templates/404.html
tests/src/miniblog/blogs/templates/blogs/entry_confirm_delete.html
tests/src/miniblog/blogs/templates/blogs/entry_detail.html
tests/src/miniblog/blogs/templates/blogs/entry_form.html
tests/src/miniblog/blogs/templates/blogs/entry_list.html
tests/src/miniblog/blogs/tests/__init__.py
tests/src/miniblog/blogs/tests/test_models.py
tests/src/miniblog/blogs/tests/test_observer.py
tests/src/miniblog/blogs/tests/test_views.py
tests/static/css/style.css
tests/static/css/style.scss
tests/static/css/image/edit.png
tests/static/css/image/trash.png
tests/templates/404.html
tests/templates/base.html
tests/templates/blog/entry_confirm_delete.html
tests/templates/blog/entry_detail.html
tests/templates/blog/entry_form.html
tests/templates/blog/entry_list.html
tests/templates/registration/logged_out.html
tests/templates/registration/login.html