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
aac594f65f
django1
/
django
/
core
/
management
History
Claude Paroz
528c9af543
Fixed
#23717
-- Fixed makemessages crash when STATIC_ROOT=None
2014-10-27 13:56:25 +01:00
..
commands
Fixed
#23717
-- Fixed makemessages crash when STATIC_ROOT=None
2014-10-27 13:56:25 +01:00
__init__.py
Fixed
#23685
-- Made call_command skip checks by default
2014-10-20 17:26:00 +02:00
base.py
Fixed
#23686
-- Tweak color output of the system check framework.
2014-10-22 11:27:00 +07:00
color.py
Refactored color_style() and no_style() to improve testability. Refs
#23663
.
2014-10-22 11:27:00 +07:00
sql.py
Fixed
#18782
-- Prevented sql_flush to flush views
2014-09-23 20:13:31 +02:00
templates.py
Converted remaining management commands to argparse
2014-06-14 13:43:44 +02:00
utils.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00