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-10-31 09:41:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
f01d2a8f9be8bc2005b7f1620a2ca40530fb5065
django
/
django
/
core
/
management
History
Thomas Grainger
46082339d2
the SECRET_KEY is not a hash
2014-05-22 11:19:54 +01:00
..
commands
the SECRET_KEY is not a hash
2014-05-22 11:19:54 +01:00
__init__.py
Removed some unnecessary exception naming; thanks claudep.
2014-05-18 17:42:03 -04:00
base.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
color.py
Fixed
#13476
-- Added support for color in console output under Windows.
2013-12-02 23:18:04 -03:00
sql.py
Removed unused import.
2014-04-30 07:23:39 -04:00
templates.py
Fixed many typos in comments and docstrings.
2014-03-03 07:38:09 -05:00
utils.py
Fixed
#22335
-- Fixed popen_wrapper error on non-English Windows systems.
2014-03-26 00:42:19 +01:00