This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-11 18:05:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
user_commands
/
management
/
commands
History
Hasan Ramezani
efe74fff25
Refs
#32047
-- Added test for using call_command() with constant required options.
2020-10-06 08:23:25 +02:00
..
__init__.py
Reverted "Refs
#23919
-- Removed obsolete __init__.py files in management command directories."
2020-06-01 10:55:41 +02:00
common_args.py
…
dance.py
Fixed
#31546
-- Allowed specifying list of tags in Command.requires_system_checks.
2020-05-21 12:34:54 +02:00
hal.py
…
mutually_exclusive_required.py
Fixed
#32047
-- Fixed call_command() crash if a constant option from required mutually exclusive group is passed in options.
2020-09-30 20:10:38 +02:00
no_system_checks.py
Fixed
#31546
-- Allowed specifying list of tags in Command.requires_system_checks.
2020-05-21 12:34:54 +02:00
no_translations.py
…
required_constant_option.py
Refs
#32047
-- Added test for using call_command() with constant required options.
2020-10-06 08:23:25 +02:00
required_option.py
…
reverse_url.py
…
set_option.py
…
specific_system_checks.py
Fixed
#31546
-- Allowed specifying list of tags in Command.requires_system_checks.
2020-05-21 12:34:54 +02:00
subparser_dest.py
…
subparser_required.py
…
subparser.py
…
transaction.py
…