.gitignore
README.rst
setup.py
django_userel.egg-info/PKG-INFO
django_userel.egg-info/SOURCES.txt
django_userel.egg-info/dependency_links.txt
django_userel.egg-info/requires.txt
django_userel.egg-info/top_level.txt
packageutils/__init__.py
packageutils/runtests.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/blog/__init__.py
tests/src/miniblog/blog/forms.py
tests/src/miniblog/blog/models.py
tests/src/miniblog/blog/urls.py
tests/src/miniblog/blog/views.py
tests/src/miniblog/blog/fixtures/test.yaml
tests/src/miniblog/blog/templates/404.html
tests/src/miniblog/blog/templates/blog/entry_confirm_delete.html
tests/src/miniblog/blog/templates/blog/entry_detail.html
tests/src/miniblog/blog/templates/blog/entry_form.html
tests/src/miniblog/blog/templates/blog/entry_list.html
tests/src/miniblog/blog/tests/__init__.py
tests/src/miniblog/blog/tests/test_models.py
tests/src/miniblog/blog/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
userel/__init__.py
userel/backends.py
userel/fields.py
userel/middlewares.py