1
0
mirror of https://github.com/django/django.git synced 2024-12-27 03:25:58 +00:00
django/tests/admin_scripts/management/commands
Aymeric Augustin c81fae6b95 Used app_label instead of appname.
The last component of the dotted path to the application module is
consistently referenced as the application "label". For instance it's
AppConfig.label. appname could be confused with AppConfig.name, which is
the full dotted path.
2013-12-28 09:53:02 +01:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
app_command.py Used app_label instead of appname. 2013-12-28 09:53:02 +01:00
base_command.py Fix all violators of E231 2013-10-26 12:15:03 -07:00
color_command.py Fixed a test that depended on the DB backend; refs #19877. Thanks Loic. 2013-07-30 11:30:20 -04:00
custom_startproject.py Fixed #21287 -- Fixed E123 pep8 warnings 2013-10-18 10:07:39 +01:00
label_command.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
noargs_command.py Fixed #21268 -- Fixed E303 pep8 warnings 2013-10-18 01:46:24 +01:00