1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/tests/user_commands
Mariusz Felisiak 829f4d1448
Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_checks_specific().
System checks are never called without skip_checks=False. Moreover,
called_once_with() is not a proper assertion and raise AttributeError
on Python 3.12.
2023-01-11 05:36:40 +01:00
..
eggs Fixed #8280 -- Allowed management command discovery for eggs 2015-01-05 17:19:35 +01:00
management
__init__.py
models.py
tests.py Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_checks_specific(). 2023-01-11 05:36:40 +01:00
urls.py