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-12 18:36:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
user_commands
/
management
/
commands
History
Claude Paroz
eac9ab7ebb
Removed parser.add_arguments() arguments that match the defaults.
2018-07-02 17:54:57 -04:00
..
common_args.py
Fixed
#29301
-- Added custom help formatter to BaseCommand class
2018-06-06 19:16:10 +02:00
dance.py
…
hal.py
Removed parser.add_arguments() arguments that match the defaults.
2018-07-02 17:54:57 -04:00
no_translations.py
Fixed
#17379
-- Removed management commands deactivation of the locale.
2018-05-13 10:21:53 +02:00
required_option.py
…
reverse_url.py
…
set_option.py
Fixed
#29392
-- Disallowed use of abbreviated forms of --settings and --pythonpath management command options.
2018-05-14 22:18:22 -04:00
subparser.py
Fixed
#29295
-- Fixed management command crash when using subparsers.
2018-04-21 17:33:17 -04:00
transaction.py
…