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
8eb5693091
django1
/
django
/
core
/
management
History
Mariusz Felisiak
1cb495074f
Refs
#31546
-- Removed support for boolean values in Command.requires_system_checks.
...
Per deprecation timeline.
2021-09-20 21:23:01 +02:00
..
commands
Refs
#32363
-- Made shell ignore a missing sys.___interactivehook__.
2021-09-06 10:18:13 +02: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
Refs
#31546
-- Removed support for boolean values in Command.requires_system_checks.
2021-09-20 21:23:01 +02:00
color.py
Fixed
#32740
-- Caught possible exception when initializing colorama.
2021-05-19 10:33:15 +02:00
sql.py
Fixed
#32395
-- Allowed capturing stdout of migration signals.
2021-02-04 11:19:49 +01:00
templates.py
Fixed
#32309
-- Added --exclude option to startapp/startproject management commands.
2021-09-01 12:08:02 +02:00
utils.py
Replaced subprocess commands by run() wherever possible.
2019-08-23 10:53:36 +02:00