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-05-06 23:16:29 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
management
History
Hasan Ramezani
f06beea929
Fixed
#32153
-- Fixed management commands when using required list options.
...
Thanks Mark Gajdosik for the report and initial patch.
2020-10-30 12:01:33 +01:00
..
commands
Made small readability improvements.
2020-10-28 20:20:20 +01:00
__init__.py
Fixed
#32153
-- Fixed management commands when using required list options.
2020-10-30 12:01:33 +01:00
base.py
Fixed
#32094
-- Fixed flush() calls on management command self.stdout/err proxies.
2020-10-09 12:59:00 +02:00
color.py
Removed "Pocket PC" from terminal color support function.
2020-01-29 09:37:08 +01:00
sql.py
Refs
#5086
-- Removed unused only_django argument from sql_flush().
2020-06-04 11:59:47 +02:00
templates.py
Fixed typo in django/core/management/templates.py docstring.
2020-06-24 21:46:01 +02:00
utils.py
Replaced subprocess commands by run() wherever possible.
2019-08-23 10:53:36 +02:00