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
f6c208d95c
django1
/
django
/
core
/
management
History
Collin Anderson
a6a8268d19
Fixed
#23660
-- Moved sort_dependencies to core.
2014-10-16 03:04:13 +07:00
..
commands
Fixed
#23660
-- Moved sort_dependencies to core.
2014-10-16 03:04:13 +07:00
__init__.py
Fixed
#23551
-- Fixed bash autocompletion crash on Python 3.
2014-09-25 07:44:22 -04:00
base.py
Fixed
#17101
-- Integrated django-secure and added check --deploy option
2014-09-12 15:05:23 -04:00
color.py
Fixed
#13476
-- Added support for color in console output under Windows.
2013-12-02 23:18:04 -03: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