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
078ea51b1c
django1
/
django
/
core
/
management
History
Claude Paroz
bb4452f212
Fixed
#18019
-- Use threaded runserver only when database supports it.
2012-05-15 09:21:10 +02:00
..
commands
Fixed
#18019
-- Use threaded runserver only when database supports it.
2012-05-15 09:21:10 +02:00
__init__.py
Fixed
#18042
-- Advanced deprecation warnings.
2012-05-03 15:27:01 +02:00
base.py
Replaced cStringIO.StringIO by io.BytesIO.
2012-05-05 21:41:44 +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
Made more extensive usage of context managers with open.
2012-05-05 14:06:36 +02:00
templates.py
Fixed
#18013
-- Use the new 'as' syntax for exceptions.
2012-04-29 20:57:15 +02:00
validation.py
Fixed
#5893
-- Added a flag to FilePathField to allow listing folders, in addition to regular files. Thank you to Brian Rosner, for encouraging me to first contribute to Django 4 years ago.
2012-04-22 14:44:08 +00:00