django/django
Malcolm Tredinnick f3c15225fc Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on
32-bit systems (modulo the fact that the system timezone libraries might not be
accurate that far out; at least we don't crash now). Thanks, SmileyChris.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-29 19:39:46 +00:00
..
bin Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and removed some code that was checking for its existance in settings before accessing it. 2007-11-19 05:59:58 +00:00
conf Updated the English PO and MO files. 2007-11-29 16:59:35 +00:00
contrib Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces. 2007-11-29 18:15:46 +00:00
core Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a --settings option is provided. Thanksfor the patch, Todd O'Bryan. 2007-11-26 12:32:57 +00:00
db Fixed #5989 -- Fixed a problem with values being incorrectly reused by 2007-11-29 19:30:49 +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 #5898 -- Changed a few response processing paths to make things harder to get wrong and easier to get right. Previous behaviour wasn't buggy, but it was harder to use than necessary. 2007-11-11 03:55:44 +00:00
middleware Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header 2007-11-29 16:57:18 +00:00
newforms Fixed #6014 -- More robust error handling when validating decimal fields. 2007-11-29 19:30:38 +00:00
oldforms Implemented auto-escaping of variable output in templates. Fully controllable by template authors and it's possible to write filters and templates that simulataneously work in both auto-escaped and non-auto-escaped environments if you need to. Fixed #2359 2007-11-14 12:58:53 +00:00
shortcuts Fixed #5483 -- Removed django.shortcuts.load_and_render, which was replaced a long time ago 2007-09-15 04:52:48 +00:00
template Added tests and a small optimisation for [6721]. Thanks SmileyChris. Fixed #6049 2007-11-29 01:44:30 +00:00
templatetags Fixed #5969 -- Corrected a problem introduced in [6682]. 2007-11-18 03:36:03 +00:00
test Corrected a docstring in django.test.TestCase to match the actual behavior. 2007-11-23 10:51:17 +00:00
utils Fixed #6023 -- Fixed daylight savings determination for years beyond 2038 on 2007-11-29 19:39:46 +00:00
views Fixed #5853 -- Added handling for a missing 'en' PO file in translation support 2007-11-29 17:29:54 +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