LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
demo/manage.py
demo/app/__init__.py
demo/app/templates/app/tags/tag_template.html
demo/app/templates/app/templates/double_loads.html
demo/app/templates/app/templates/double_member_load.html
demo/app/templates/app/templates/from_syntax_with_tags.html
demo/app/templates/app/templates/from_syntax_without_tags.html
demo/app/templates/app/templates/only_filter.html
demo/app/templates/app/templates/with_tags.html
demo/app/templates/app/templates/without_tags.html
demo/app/templatetags/__init__.py
demo/app/templatetags/app_tags.py
demo/clean/templates/clean/templates/with_tags.html
demo/demo/__init__.py
demo/demo/settings.py
demo/demo/urls.py
demo/demo/wsgi.py
demo/templates/master.html
django_unload.egg-info/PKG-INFO
django_unload.egg-info/SOURCES.txt
django_unload.egg-info/dependency_links.txt
django_unload.egg-info/not-zip-safe
django_unload.egg-info/requires.txt
django_unload.egg-info/top_level.txt
unload/__init__.py
unload/base.py
unload/logic.py
unload/settings.py
unload/utils.py
unload/management/__init__.py
unload/management/commands/__init__.py
unload/management/commands/find_unnecessary_loads.py
unload/tests/__init__.py
unload/tests/test_base.py
unload/tests/test_commands.py
unload/tests/test_logic.py
unload/tests/test_utils.py