django/django/utils
Luke Plant bcef28349a Fixed #12506 - 'lazy' fails when there are multiple expected classes with the same method
Thanks to Alex for report and patch



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-05 12:06:45 +00:00
..
simplejson
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
_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
_threading_local.py More typo fixing. :-( 2009-03-20 00:58:35 +00:00
autoreload.py
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
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
datastructures.py Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that the data source can be read twice. Thanks to gsf for the report, and Alex for the patch. 2010-01-03 06:54:56 +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
datetime_safe.py
decorators.py Licence block for code added in r11586 2009-10-15 20:25:20 +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 #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne. 2009-05-17 16:45:28 +00:00
formats.py Fixed #12435 - Handle Unicode characters in format strings correctly. 2010-01-01 21:38:58 +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
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
safestring.py
stopwords.py
synch.py
termcolors.py Fixed #7679 -- Added (configurable) highlighting colors to the development server. Thanks to Rob Hudson, hunteke, and Bastian Kleineidam for the various patches that contributed to the final result. 2010-01-04 12:16:09 +00:00
text.py Fixed #9315 -- Handle spaces in URL tag arguments. 2009-04-10 04:13:27 +00:00
thread_support.py
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 #10335: handle system locals unknown to Python in timezone name handling. Thanks, mitsuhiko. 2009-05-08 09:51:05 +00:00
version.py Fixed #10372: made `get_svn_revision()` more robust. Thanks, mboersma. 2009-04-03 20:28:23 +00:00
xmlutils.py