CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.rst
manage.py
setup.cfg
setup.py
tox.ini
django_extensions/__init__.py
django_extensions/apps.py
django_extensions/collision_resolvers.py
django_extensions/compat.py
django_extensions/import_subclasses.py
django_extensions/models.py
django_extensions/settings.py
django_extensions/validators.py
django_extensions.egg-info/PKG-INFO
django_extensions.egg-info/SOURCES.txt
django_extensions.egg-info/dependency_links.txt
django_extensions.egg-info/top_level.txt
django_extensions/admin/__init__.py
django_extensions/admin/filter.py
django_extensions/admin/widgets.py
django_extensions/auth/__init__.py
django_extensions/auth/mixins.py
django_extensions/conf/app_template/__init__.py.tmpl
django_extensions/conf/app_template/forms.py.tmpl
django_extensions/conf/app_template/models.py.tmpl
django_extensions/conf/app_template/urls.py.tmpl
django_extensions/conf/app_template/views.py.tmpl
django_extensions/conf/app_template/migrations/__init__.py.tmpl
django_extensions/conf/command_template/management/__init__.py.tmpl
django_extensions/conf/command_template/management/commands/__init__.py.tmpl
django_extensions/conf/command_template/management/commands/sample.py.tmpl
django_extensions/conf/jobs_template/jobs/__init__.py.tmpl
django_extensions/conf/jobs_template/jobs/sample.py.tmpl
django_extensions/conf/jobs_template/jobs/daily/__init__.py.tmpl
django_extensions/conf/jobs_template/jobs/hourly/__init__.py.tmpl
django_extensions/conf/jobs_template/jobs/monthly/__init__.py.tmpl
django_extensions/conf/jobs_template/jobs/weekly/__init__.py.tmpl
django_extensions/conf/jobs_template/jobs/yearly/__init__.py.tmpl
django_extensions/conf/template_tags_template/templatetags/__init__.py.tmpl
django_extensions/conf/template_tags_template/templatetags/sample.py.tmpl
django_extensions/db/__init__.py
django_extensions/db/models.py
django_extensions/db/fields/__init__.py
django_extensions/db/fields/json.py
django_extensions/jobs/__init__.py
django_extensions/jobs/daily/__init__.py
django_extensions/jobs/daily/cache_cleanup.py
django_extensions/jobs/daily/daily_cleanup.py
django_extensions/jobs/hourly/__init__.py
django_extensions/jobs/minutely/__init__.py
django_extensions/jobs/monthly/__init__.py
django_extensions/jobs/weekly/__init__.py
django_extensions/jobs/yearly/__init__.py
django_extensions/locale/da/LC_MESSAGES/django.mo
django_extensions/locale/da/LC_MESSAGES/django.po
django_extensions/locale/de/LC_MESSAGES/django.mo
django_extensions/locale/de/LC_MESSAGES/django.po
django_extensions/locale/el/LC_MESSAGES/django.mo
django_extensions/locale/el/LC_MESSAGES/django.po
django_extensions/locale/en/LC_MESSAGES/django.mo
django_extensions/locale/en/LC_MESSAGES/django.po
django_extensions/locale/es/LC_MESSAGES/django.mo
django_extensions/locale/es/LC_MESSAGES/django.po
django_extensions/locale/fr/LC_MESSAGES/django.mo
django_extensions/locale/fr/LC_MESSAGES/django.po
django_extensions/locale/hu/LC_MESSAGES/django.mo
django_extensions/locale/hu/LC_MESSAGES/django.po
django_extensions/locale/id/LC_MESSAGES/django.mo
django_extensions/locale/id/LC_MESSAGES/django.po
django_extensions/locale/it/LC_MESSAGES/django.mo
django_extensions/locale/it/LC_MESSAGES/django.po
django_extensions/locale/ja/LC_MESSAGES/django.mo
django_extensions/locale/ja/LC_MESSAGES/django.po
django_extensions/locale/pl/LC_MESSAGES/django.mo
django_extensions/locale/pl/LC_MESSAGES/django.po
django_extensions/locale/pt/LC_MESSAGES/django.mo
django_extensions/locale/pt/LC_MESSAGES/django.po
django_extensions/locale/pt_BR/LC_MESSAGES/django.mo
django_extensions/locale/pt_BR/LC_MESSAGES/django.po
django_extensions/locale/ro/LC_MESSAGES/django.mo
django_extensions/locale/ro/LC_MESSAGES/django.po
django_extensions/locale/ru/LC_MESSAGES/django.mo
django_extensions/locale/ru/LC_MESSAGES/django.po
django_extensions/logging/__init__.py
django_extensions/logging/filters.py
django_extensions/management/__init__.py
django_extensions/management/base.py
django_extensions/management/color.py
django_extensions/management/debug_cursor.py
django_extensions/management/email_notifications.py
django_extensions/management/jobs.py
django_extensions/management/modelviz.py
django_extensions/management/mysql.py
django_extensions/management/notebook_extension.py
django_extensions/management/shells.py
django_extensions/management/signals.py
django_extensions/management/technical_response.py
django_extensions/management/utils.py
django_extensions/management/commands/__init__.py
django_extensions/management/commands/admin_generator.py
django_extensions/management/commands/clean_pyc.py
django_extensions/management/commands/clear_cache.py
django_extensions/management/commands/compile_pyc.py
django_extensions/management/commands/create_command.py
django_extensions/management/commands/create_jobs.py
django_extensions/management/commands/create_template_tags.py
django_extensions/management/commands/delete_squashed_migrations.py
django_extensions/management/commands/describe_form.py
django_extensions/management/commands/drop_test_database.py
django_extensions/management/commands/dumpscript.py
django_extensions/management/commands/export_emails.py
django_extensions/management/commands/find_template.py
django_extensions/management/commands/generate_password.py
django_extensions/management/commands/generate_secret_key.py
django_extensions/management/commands/graph_models.py
django_extensions/management/commands/list_model_info.py
django_extensions/management/commands/list_signals.py
django_extensions/management/commands/mail_debug.py
django_extensions/management/commands/merge_model_instances.py
django_extensions/management/commands/notes.py
django_extensions/management/commands/pipchecker.py
django_extensions/management/commands/print_settings.py
django_extensions/management/commands/print_user_for_session.py
django_extensions/management/commands/reset_db.py
django_extensions/management/commands/reset_schema.py
django_extensions/management/commands/runjob.py
django_extensions/management/commands/runjobs.py
django_extensions/management/commands/runprofileserver.py
django_extensions/management/commands/runscript.py
django_extensions/management/commands/runserver_plus.py
django_extensions/management/commands/set_default_site.py
django_extensions/management/commands/set_fake_emails.py
django_extensions/management/commands/set_fake_passwords.py
django_extensions/management/commands/shell_plus.py
django_extensions/management/commands/show_template_tags.py
django_extensions/management/commands/show_urls.py
django_extensions/management/commands/sqlcreate.py
django_extensions/management/commands/sqldiff.py
django_extensions/management/commands/sqldsn.py
django_extensions/management/commands/sync_s3.py
django_extensions/management/commands/syncdata.py
django_extensions/management/commands/unreferenced_files.py
django_extensions/management/commands/update_permissions.py
django_extensions/management/commands/validate_templates.py
django_extensions/mongodb/__init__.py
django_extensions/mongodb/models.py
django_extensions/mongodb/fields/__init__.py
django_extensions/mongodb/fields/json.py
django_extensions/static/django_extensions/css/jquery.autocomplete.css
django_extensions/static/django_extensions/img/indicator.gif
django_extensions/static/django_extensions/js/jquery.ajaxQueue.js
django_extensions/static/django_extensions/js/jquery.autocomplete.js
django_extensions/static/django_extensions/js/jquery.bgiframe.js
django_extensions/templates/django_extensions/graph_models/django2018/digraph.dot
django_extensions/templates/django_extensions/graph_models/django2018/label.dot
django_extensions/templates/django_extensions/graph_models/django2018/relation.dot
django_extensions/templates/django_extensions/graph_models/original/digraph.dot
django_extensions/templates/django_extensions/graph_models/original/label.dot
django_extensions/templates/django_extensions/graph_models/original/relation.dot
django_extensions/templates/django_extensions/widgets/foreignkey_searchinput.html
django_extensions/templatetags/__init__.py
django_extensions/templatetags/debugger_tags.py
django_extensions/templatetags/highlighting.py
django_extensions/templatetags/indent_text.py
django_extensions/templatetags/syntax_color.py
django_extensions/templatetags/widont.py
django_extensions/utils/__init__.py
django_extensions/utils/deprecation.py
django_extensions/utils/dia2django.py
django_extensions/utils/internal_ips.py
docs/AUTHORS
docs/Makefile
docs/admin_extensions.rst
docs/admin_generator.rst
docs/command_extensions.rst
docs/command_signals.rst
docs/conf.py
docs/create_template_tags.rst
docs/creating_release.txt
docs/debugger_tags.rst
docs/delete_squashed_migrations.rst
docs/dumpscript.rst
docs/export_emails.rst
docs/field_extensions.rst
docs/generate_password.rst
docs/graph_models.rst
docs/index.rst
docs/installation_instructions.rst
docs/jobs_scheduling.rst
docs/list_model_info.rst
docs/list_signals.rst
docs/merge_model_instances.rst
docs/model_extensions.rst
docs/permissions.rst
docs/print_settings.rst
docs/runprofileserver.rst
docs/runscript.rst
docs/runserver_plus.rst
docs/shell_plus.rst
docs/sqlcreate.rst
docs/sqldiff.rst
docs/sqldsn.rst
docs/sync_s3.rst
docs/syncdata.rst
docs/utilities.rst
docs/validate_templates.rst
docs/validators.rst
tests/__init__.py
tests/pythonrc.py
tests/runner.py
tests/test_admin_filter.py
tests/test_admin_widgets.py
tests/test_autoslug_fields.py
tests/test_clean_pyc.py
tests/test_color.py
tests/test_compat.py
tests/test_compile_pyc.py
tests/test_dumpscript.py
tests/test_find_template.py
tests/test_json_field.py
tests/test_logging_filters.py
tests/test_management_command.py
tests/test_models.py
tests/test_modificationdatetime_fields.py
tests/test_module_in_project_dir.py
tests/test_parse_mysql_cnf.py
tests/test_randomchar_field.py
tests/test_runscript.py
tests/test_runserver.py
tests/test_shortuuid_field.py
tests/test_sqldiff.py
tests/test_template_rendering.py
tests/test_templatetags.py
tests/test_timestamped_model.py
tests/test_validators.py
tests/test_version.py
tests/auth/__init__.py
tests/auth/test_mixins.py
tests/collisions/__init__.py
tests/collisions/apps.py
tests/collisions/models.py
tests/db/fields/test_uniq_field_mixin.py
tests/db/fields/test_uniq_field_mixin_compat.py
tests/jobs/daily/test_cache_cleanup.py
tests/management/__init__.py
tests/management/test_email_notifications.py
tests/management/test_modelviz.py
tests/management/commands/__init__.py
tests/management/commands/error_raising_command.py
tests/management/commands/test_admin_generator.py
tests/management/commands/test_clear_cache.py
tests/management/commands/test_create_command.py
tests/management/commands/test_create_jobs.py
tests/management/commands/test_create_template_tags.py
tests/management/commands/test_delete_squashed_migrations.py
tests/management/commands/test_describe_form.py
tests/management/commands/test_drop_test_database.py
tests/management/commands/test_export_emails.py
tests/management/commands/test_generate_password.py
tests/management/commands/test_generate_secret_key.py
tests/management/commands/test_graph_models.py
tests/management/commands/test_list_signals.py
tests/management/commands/test_mail_debug.py
tests/management/commands/test_notes.py
tests/management/commands/test_pipchecker.py
tests/management/commands/test_print_settings.py
tests/management/commands/test_print_user_for_session.py
tests/management/commands/test_reset_db.py
tests/management/commands/test_reset_schema.py
tests/management/commands/test_runjob.py
tests/management/commands/test_runserver_plus.py
tests/management/commands/test_set_default_site.py
tests/management/commands/test_set_fake_emails.py
tests/management/commands/test_set_fake_passwords.py
tests/management/commands/test_show_template_tags.py
tests/management/commands/test_show_urls.py
tests/management/commands/test_sqlcreate.py
tests/management/commands/test_sqldsn.py
tests/management/commands/test_sync_s3.py
tests/management/commands/test_syncdata.py
tests/management/commands/test_unreferenced_files.py
tests/management/commands/test_update_permissions.py
tests/management/commands/test_validate_templates.py
tests/management/commands/shell_plus_tests/__init__.py
tests/management/commands/shell_plus_tests/test_collision_resolver.py
tests/management/commands/shell_plus_tests/test_import_subclasses.py
tests/management/commands/shell_plus_tests/test_shell_plus.py
tests/management/commands/shell_plus_tests/test_utils.py
tests/templatetags/__init__.py
tests/templatetags/test_highlighting.py
tests/templatetags/test_indent_text.py
tests/templatetags/test_syntax_color.py
tests/testapp/__init__.py
tests/testapp/admin.py
tests/testapp/apps.py
tests/testapp/classes_to_include.py
tests/testapp/factories.py
tests/testapp/fields.py
tests/testapp/file_with_utf8_notes.py
tests/testapp/models.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/derived_classes_for_testing/__init__.py
tests/testapp/derived_classes_for_testing/test_module.py
tests/testapp/jobs/__init__.py
tests/testapp/jobs/sample.py
tests/testapp/jobs/sample_job.py
tests/testapp/jobs/daily/__init__.py
tests/testapp/jobs/daily/test_daily_job.py
tests/testapp/jobs/hourly/__init__.py
tests/testapp/jobs/hourly/test_hourly_job.py
tests/testapp/jobs/monthly/__init__.py
tests/testapp/jobs/monthly/test_monthly_job.py
tests/testapp/jobs/weekly/__init__.py
tests/testapp/jobs/weekly/test_weekly_job.py
tests/testapp/jobs/yearly/__init__.py
tests/testapp/jobs/yearly/test_yearly_job.py
tests/testapp/management/__init__.py
tests/testapp/management/commands/__init__.py
tests/testapp/management/commands/test_email_notification_command.py
tests/testapp/scripts/__init__.py
tests/testapp/scripts/directory_checker_script.py
tests/testapp/scripts/error_script.py
tests/testapp/scripts/invalid_import_script.py
tests/testapp/scripts/sample_script.py
tests/testapp/scripts/script_no_run_function.py
tests/testapp/templatetags/__init__.py
tests/testapp/templatetags/dummy_tags.py
tests/testapp_with_appconfig/__init__.py
tests/testapp_with_appconfig/admin.py
tests/testapp_with_appconfig/apps.py
tests/testapp_with_appconfig/models.py
tests/testapp_with_appconfig/tests.py
tests/testapp_with_appconfig/views.py
tests/testapp_with_appconfig/migrations/__init__.py
tests/testapp_with_appconfig/templatetags/__init__.py
tests/testapp_with_appconfig/templatetags/dummy_tags_appconfig.py
tests/testapp_with_no_models_file/__init__.py
tests/testapp_with_no_models_file/teslacar.py
tests/testapp_with_no_models_file/scripts/__init__.py
tests/testapp_with_no_models_file/scripts/other_directory_checker_script.py
tests/testapp_with_template_errors/__init__.py