django/tests/admin_scripts
Mariusz Felisiak 3fb7c12158
Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on Windows and Python < 3.8.
subprocess.run()'s args parameter accepts a path-like object on Windows
since Python 3.8.
2019-12-10 11:17:50 +01:00
..
another_app_waiting_migration Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
app_raising_messages Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
app_raising_warning
app_waiting_migration
app_with_import
broken_app
complex_app
custom_templates
management/commands
simple_app
__init__.py
configured_dynamic_settings_manage.py
configured_settings_manage.py
test_django_admin_py.py Refs #23433 -- Fixed test_django_admin_py.DeprecationTest tests failures on Windows and Python < 3.8. 2019-12-10 11:17:50 +01:00
tests.py Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 2019-12-06 12:11:44 +01:00
urls.py