AUTHORS
LICENSE
MANIFEST.in
README
setup.cfg
setup.py
cosinnus_todo/__init__.py
cosinnus_todo/admin.py
cosinnus_todo/apps.py
cosinnus_todo/conf.py
cosinnus_todo/cosinnus_app.py
cosinnus_todo/cosinnus_notifications.py
cosinnus_todo/dashboard.py
cosinnus_todo/filters.py
cosinnus_todo/forms.py
cosinnus_todo/managers.py
cosinnus_todo/models.py
cosinnus_todo/notify.py
cosinnus_todo/search_indexes.py
cosinnus_todo/serializers.py
cosinnus_todo/urls.py
cosinnus_todo/views.py
cosinnus_todo.egg-info/PKG-INFO
cosinnus_todo.egg-info/SOURCES.txt
cosinnus_todo.egg-info/dependency_links.txt
cosinnus_todo.egg-info/not-zip-safe
cosinnus_todo.egg-info/requires.txt
cosinnus_todo.egg-info/top_level.txt
cosinnus_todo/locale/de/LC_MESSAGES/django.mo
cosinnus_todo/locale/de/LC_MESSAGES/django.po
cosinnus_todo/locale/en/LC_MESSAGES/django.mo
cosinnus_todo/locale/en/LC_MESSAGES/django.po
cosinnus_todo/locale/fr/LC_MESSAGES/django.mo
cosinnus_todo/locale/fr/LC_MESSAGES/django.po
cosinnus_todo/locale/ru/LC_MESSAGES/django.mo
cosinnus_todo/locale/ru/LC_MESSAGES/django.po
cosinnus_todo/locale/uk/LC_MESSAGES/django.mo
cosinnus_todo/locale/uk/LC_MESSAGES/django.po
cosinnus_todo/migrations/0001_initial.py
cosinnus_todo/migrations/0002_auto_20151104_1711.py
cosinnus_todo/migrations/0003_auto_20160125_1339.py
cosinnus_todo/migrations/__init__.py
cosinnus_todo/static/css/cosinnus_todo/cosinnus_todo.css
cosinnus_todo/templates/cosinnus_todo/attached_object_select_pill.html
cosinnus_todo/templates/cosinnus_todo/attached_todos.html
cosinnus_todo/templates/cosinnus_todo/base.html
cosinnus_todo/templates/cosinnus_todo/leftnav_todoentry.html
cosinnus_todo/templates/cosinnus_todo/single_todo.html
cosinnus_todo/templates/cosinnus_todo/single_todo_detailed.html
cosinnus_todo/templates/cosinnus_todo/todo_comments.html
cosinnus_todo/templates/cosinnus_todo/todo_detail.html
cosinnus_todo/templates/cosinnus_todo/todo_list.html
cosinnus_todo/templates/cosinnus_todo/todoentry_form.html
cosinnus_todo/templates/cosinnus_todo/todolist_form.html
cosinnus_todo/templates/cosinnus_todo/notifications/assigned_to_me.txt
cosinnus_todo/templates/cosinnus_todo/notifications/assigned_to_me_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/assigned_todo_comment_posted.html
cosinnus_todo/templates/cosinnus_todo/notifications/assigned_todo_comment_posted_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/tagged_todo_comment_posted.html
cosinnus_todo/templates/cosinnus_todo/notifications/tagged_todo_comment_posted_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/todo_comment_posted.html
cosinnus_todo/templates/cosinnus_todo/notifications/todo_comment_posted_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/todo_created.txt
cosinnus_todo/templates/cosinnus_todo/notifications/todo_created_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/user_completed_my_todo.txt
cosinnus_todo/templates/cosinnus_todo/notifications/user_completed_my_todo_subject.txt
cosinnus_todo/templates/cosinnus_todo/notifications/user_tagged_in_todo.txt
cosinnus_todo/templates/cosinnus_todo/notifications/user_tagged_in_todo_subj.txt
cosinnus_todo/templates/cosinnus_todo/widgets/my_todos.html
cosinnus_todo/templates/search/indexes/cosinnus_todo/todoentry_rendered.txt
cosinnus_todo/templates/search/indexes/cosinnus_todo/todoentry_text.txt
cosinnus_todo/templatetags/__init__.py
cosinnus_todo/templatetags/todo_tags.py
cosinnus_todo/utils/__init__.py
cosinnus_todo/utils/renderer.py
tests/form_tests/__init__.py
tests/form_tests/base.py
tests/form_tests/test_todoentryaddform.py
tests/form_tests/test_todoentryassignform.py
tests/form_tests/test_todoentrycompleteform.py
tests/form_tests/test_todoentryform.py
tests/form_tests/test_todoentrynofieldform.py
tests/form_tests/test_todoentryupdateform.py
tests/model_tests/__init__.py
tests/model_tests/test_todoentry.py
tests/model_tests/test_todoentrymanager.py
tests/model_tests/test_todolist.py
tests/settings/__init__.py
tests/settings/base.py
tests/settings/postgresql.py
tests/templatetag_tests/__init__.py
tests/templatetag_tests/test_todo_tags.py
tests/view_tests/__init__.py
tests/view_tests/base.py
tests/view_tests/test_add.py
tests/view_tests/test_assign.py
tests/view_tests/test_assign_me.py
tests/view_tests/test_complete.py
tests/view_tests/test_complete_me.py
tests/view_tests/test_delete.py
tests/view_tests/test_detail.py
tests/view_tests/test_edit.py
tests/view_tests/test_incomplete.py
tests/view_tests/test_index.py
tests/view_tests/test_list.py
tests/view_tests/test_unassign.py