This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
9c6ba87692
django1
/
django
/
core
/
management
History
Josh Santos
9c6ba87692
Fixed
#32145
-- Improved makemessages error message when app's locale directory doesn't exist.
2021-02-09 20:00:20 +01:00
..
commands
Fixed
#32145
-- Improved makemessages error message when app's locale directory doesn't exist.
2021-02-09 20:00:20 +01:00
__init__.py
Fixed
#32177
-- Made execute_from_command_line() use program name from the argv argument.
2020-11-10 08:16:53 +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
Fixed
#31216
-- Added support for colorama terminal colors on Windows.
2020-11-11 14:27:10 +01:00
sql.py
Fixed
#32395
-- Allowed capturing stdout of migration signals.
2021-02-04 11:19:49 +01: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