django1/django
Adrian Holovaty f6fafc02c8 Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-01 (the specific cutoff date is platform-specific). Refs #1443
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18 03:45:30 +00:00
..
bin Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py. 2008-07-06 06:39:44 +00:00
conf it locale: translated two new language names 2008-07-12 19:00:38 +00:00
contrib Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaffer. 2008-07-08 05:29:23 +00:00
core Refactored the HTTP 500 error response creation slightly. Provides the ability 2008-07-15 19:17:49 +00:00
db Fixed #7759 -- Fixed QuerySet.count() when the results cache was only partially 2008-07-16 23:17:29 +00:00
dispatch Fixed #5664 -- Added a Jython workaround for some assumptions in the signal 2007-10-21 18:26:24 +00:00
forms Changed django.forms to remove duplicate code and import from django.oldforms instead 2006-12-22 01:44:34 +00:00
http Fixed #7635: do a better job checking for infinite loops in multi-part MIME parsing. Thanks, Mike Axiak. 2008-07-12 20:43:15 +00:00
middleware Fixed #7046 -- set the response status code correctly in ConditionalGetMiddleware. 2008-06-30 07:03:58 +00:00
newforms Fixed #7673: make sure to rewind uploaded image data when validating ImageFields. Thanks, Mike Axiak. 2008-07-12 20:43:38 +00:00
oldforms Fixed #7614: the quickening has come, and there now is only one UploadedFile. On top of that, UploadedFile's interface has been improved: 2008-07-07 23:16:00 +00:00
shortcuts Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exception, rather than an assertion error. Thanks, Gary Wilson and cheeming. 2007-12-02 18:21:07 +00:00
template Fixed #7417 -- Fixed ReST error in do_if() docstring. Thanks, Richard Bell <rbell01824@earthlink.net> 2008-06-26 05:24:32 +00:00
templatetags Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik 2008-06-26 04:54:10 +00:00
test Fixed #7751 -- Added check to allow for the fact that autocommit can be a property, rather than a function on certain database backends. Thanks to Leo Soto for the fix. 2008-07-17 13:24:05 +00:00
utils Improved LocalTimezone._isdst() to handle dates before approximately 1901-12-01 (the specific cutoff date is platform-specific). Refs #1443 2008-07-18 03:45:30 +00:00
views Fixed #6862 -- Refactored debug traceback extraction into an easy-to-use class. 2008-07-15 18:47:49 +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