README.rst
setup.cfg
setup.py
django_utils/__init__.py
django_utils/base_models.py
django_utils/choices.py
django_utils/models.py
django_utils/queryset.py
django_utils/view_decorators.py
django_utils/views.py
django_utils/management/__init__.py
django_utils/management/commands/__init__.py
django_utils/management/commands/admin_autogen.py
django_utils/management/commands/base_command.py
django_utils/management/commands/settings.py
django_utils/templatetags/__init__.py
django_utils/templatetags/debug.py
django_utils2.egg-info/PKG-INFO
django_utils2.egg-info/SOURCES.txt
django_utils2.egg-info/dependency_links.txt
django_utils2.egg-info/requires.txt
django_utils2.egg-info/top_level.txt
tests/__init__.py
tests/settings.py
tests/test_base_models.py
tests/test_choices.py
tests/test_commands.py
tests/test_queryset.py
tests/test_view_decorators.py
tests/test_views.py
tests/urls.py
tests/views.py
tests/test_app/__init__.py
tests/test_app/models.py
tests/test_app/tests.py
tests/test_app/views.py