..
simplejson
Fixed #10006 -- Avoid inadvertently using third-party "json" module.
2009-02-27 05:14:11 +00:00
translation
Fixed #12230 - Updated utils.translation.to_locale to support the special sr_Latn locale. Thanks to Janos Guljas.
2010-01-01 21:38:34 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00
_decimal.py
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
2009-12-17 22:06:41 +00:00
_os.py
Fixed #9579 -- Properly handle apps running with (and specifically, loading templates from) a current working directory path that contains non-ASCII characters. Thanks for the report to gonzalodelgado and for advice on how to fix it to Daniel Pope.
2008-11-13 19:03:42 +00:00
_threading_local.py
More typo fixing. :-(
2009-03-20 00:58:35 +00:00
autoreload.py
Made auto-reloading for the dev server a little more friendly in the Jython
2008-08-08 17:54:35 +00:00
cache.py
Fixed #10016 : the cache middleware no longer vomits when handed long URLs. Thanks, Matt Croydon.
2009-04-01 18:19:32 +00:00
checksums.py
Fixed #5475 -- Added the Luhn check algorithm to django.utils.checksums so that
2007-10-20 13:40:20 +00:00
copycompat.py
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
2009-12-17 22:06:41 +00:00
daemonize.py
Fixed #6994 -- For fastcgi, set a more sensible default umask.
2008-06-30 11:22:41 +00:00
datastructures.py
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
2010-01-10 18:36:20 +00:00
dateformat.py
Fixed #7262 - Added ISO 8601 and microsecond format string to utils.dateformat. Thanks zegor.
2010-01-01 21:39:26 +00:00
dates.py
Merged Unicode branch into trunk (r4952:5608). This should be fully
2007-07-04 12:11:04 +00:00
datetime_safe.py
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to SmileyChris, Chris Green, Fredrik Lundh and others for patches and design help
2008-07-18 03:47:27 +00:00
decorators.py
Fixed #12804 - regression with decorating admin views.
2010-02-09 15:02:39 +00:00
encoding.py
Fixed #12445 -- Added ' (single quote), @ (at sign), and ~ (tilde) to safe characters in `iri_to_uri` function.
2010-01-03 18:06:27 +00:00
feedgenerator.py
Fixed #6188 , #6304 , #6618 , #6969 , #8758 , #8989 , #10334 , #11069 , #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch.
2010-01-28 13:46:18 +00:00
formats.py
Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner
2010-02-05 00:44:35 +00:00
functional.py
Fixed #12506 - 'lazy' fails when there are multiple expected classes with the same method
2010-01-05 12:06:45 +00:00
hashcompat.py
Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in contrib.messages. Thanks to Jeremy Dunck for the report and patch.
2009-12-12 05:25:50 +00:00
html.py
Fixed a whole bunch of small docs typos, errors, and ommissions.
2009-04-03 18:30:54 +00:00
http.py
Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified).
2009-03-22 07:58:29 +00:00
importlib.py
Fixed #8193 : all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett!
2009-03-18 16:55:59 +00:00
itercompat.py
Fixed #1142 -- Added multiple database support.
2009-12-22 15:18:51 +00:00
numberformat.py
Fixed #7980 - Improved i18n framework to support locale aware formatting (dates and numbers) and form processing.
2009-12-22 17:58:49 +00:00
regex_helper.py
Changed the reverse() call for creating URLs to convert a "." in the reg-exp
2008-09-03 17:53:45 +00:00
safestring.py
Fixed #6071 -- Fixed another infinite recursion problem in SafeString and
2007-12-02 20:17:10 +00:00
stopwords.py
Merged Unicode branch into trunk (r4952:5608). This should be fully
2007-07-04 12:11:04 +00:00
synch.py
Removed a bunch of annoying trailing whitespace.
2007-04-25 07:25:22 +00:00
termcolors.py
Added color configuration for HTTP 304, since it doesn't require as much attention as other 3XX codes.
2010-01-23 17:26:56 +00:00
text.py
Changed a whole bunch of places to raise exception instances instead of old-style raising exception classes plus a comma. Good for the future Python 3 conversion
2010-01-10 18:36:20 +00:00
thread_support.py
Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or
2008-07-21 07:57:10 +00:00
timesince.py
Fixed #9065 -- Fixed the `timesince` and `timeuntil` template tags to work when both values involved are date objects, thanks to morty and mboersma for the patch.
2009-03-30 21:32:34 +00:00
tree.py
Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Thanks, Jeremy Dunck.
2009-12-17 22:06:41 +00:00
tzinfo.py
Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong
2010-01-10 17:28:20 +00:00
version.py
Fixed #10372 : made `get_svn_revision()` more robust. Thanks, mboersma.
2009-04-03 20:28:23 +00:00
xmlutils.py
Eliminated lots of mutable default arguments (since they are bugs
2006-06-03 13:37:34 +00:00