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-01-26 18:19:18 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
user_commands
/
management
/
commands
History
Adam Johnson
8e8c3f964e
Refs
#29501
-- Allowed customizing exit status for management commands.
2020-04-14 13:22:47 +02:00
..
common_args.py
Fixed
#29301
-- Added custom help formatter to BaseCommand class
2018-06-06 19:16:10 +02:00
dance.py
Refs
#29501
-- Allowed customizing exit status for management commands.
2020-04-14 13:22:47 +02:00
hal.py
Fixed
#31428
-- Allowed empty message in management command self.stdout/err proxies.
2020-04-07 08:45:11 +02:00
mutually_exclusive_required.py
Fixed
#30763
-- Fixed management commands when using required mutually exclusive groups.
2019-09-06 10:55:24 +02:00
no_translations.py
…
required_option.py
…
reverse_url.py
…
set_option.py
…
subparser_dest.py
Fixed
#30584
-- Fixed management command when using subparsers with dest parameter.
2019-06-28 12:51:26 +02:00
subparser_required.py
Fixed
#30584
-- Fixed management command when using subparsers with dest parameter.
2019-06-28 12:51:26 +02:00
subparser.py
…
transaction.py
…