1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2007-09-14 23:23:55 +00:00
..
bin Fixed #4899 -- Fixed a problem on Windows when generating message catalogs (caused by [5722]). Thanks, Ramiro Morales. 2007-08-11 07:01:46 +00:00
conf Fixed a syntax error in the Plural-Forms header. This prevents Django from crashing. 2007-09-14 12:39:03 +00:00
contrib Fixed #5432 -- Added docs/form_preview.txt. Thanks, ryankanno 2007-09-14 23:15:40 +00:00
core Negligible formatting change to [6211] 2007-09-14 22:49:01 +00:00
db Made Oracle backend cast CharField values of None to u'' instead of '' 2007-09-14 23:23:55 +00:00
dispatch
forms
http Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs. 2007-09-14 22:33:56 +00:00
middleware Added more dict-like methods to HttpResponse as part of the response.headers -> response._headers move, and fixed a few direct uses of response.headers in Django itself. Thanks to PhiR for tracking down and slaying these bugs. 2007-09-14 22:33:56 +00:00
newforms Fixed #3848 -- Added more comprehensive checks to ImageField validation, checking for image truncation or corruption. Thanks to Andrew C <andrewc-djangotrac1@piffle.org> for the patch. 2007-09-14 07:18:27 +00:00
oldforms Fixed #5015 -- Typo fix in oldforms. Thanks, teyc@cognoware.com. 2007-08-12 03:29:07 +00:00
shortcuts Fixed breakage introduced in the recent render_to_response() change 2007-09-14 21:58:17 +00:00
template Fixed #4658 -- Improved documentation of linebreaks and linebreaksbr. Thanks, ubernostrum and Gary Wilson 2007-09-14 21:46:38 +00:00
templatetags
test Fixed #5445: added some compatibility code for the lack of __iter__ in Jython 2.2. Thanks, Leo Soto. 2007-09-14 19:55:24 +00:00
utils Fixed number #4076: django.utils.feedgenerator now corectly handles times without timezones. Thanks, Alastair Tse. 2007-09-14 22:29:37 +00:00
views Fixed #3651 -- Changed set_language_view() to require POST request is used, in accordance with the HTTP spec (it changes the user's state). Thanks, Fraser Nevett. 2007-09-14 07:33:45 +00:00
__init__.py Fixed #5215 -- Added Subversion revision number to Django version string. Thanks for the patch, Deryck Hodge 2007-08-21 03:08:02 +00:00