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
e3c9742cd4
django1
/
django
/
core
/
management
History
Andrew Godwin
9234131c05
Remove weird syncdb managed thing - no longer needed.
2012-09-22 01:22:43 +01:00
..
commands
Remove weird syncdb managed thing - no longer needed.
2012-09-22 01:22:43 +01:00
__init__.py
Fixed
#18545
-- Make the 'no DJANGO_SETTINGS_MODULE' error message more useful.Thanks Nick Coghlan for the report, and Malcolm Tredinnick for review.
2012-09-08 14:26:33 -06:00
base.py
Replaced some smart_xxx by force_xxx equivalent
2012-08-30 15:46:16 +02:00
color.py
Revised [12376] with the benefit of coffee. Thanks to Alex Gaynor for paying attention to every commit I make :-)
2010-02-03 00:34:49 +00:00
sql.py
[py3] Fixed file.read().decode(), used codecs.open() instead
2012-08-14 16:09:01 +03:00
templates.py
Fixed
#18091
-- Non-ASCII templates break `django-admin.py startproject --template=TEMPLATE`.
2012-08-28 23:23:07 +02:00
validation.py
Replaced some smart_xxx by force_xxx equivalent
2012-08-30 15:46:16 +02:00