.. |
simplejson
|
Fixed #10006 -- Avoid inadvertently using third-party "json" module.
|
2009-02-27 05:14:11 +00:00 |
translation
|
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 |
__init__.py
|
|
|
_decimal.py
|
|
|
_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
|
|
|
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
|
|
|
daemonize.py
|
|
|
datastructures.py
|
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.
|
2009-03-31 06:30:07 +00:00 |
dateformat.py
|
Fixed #10825: fixed the 'U' format code to dateformat (and the date/now filter/tag). Thanks to gsong and mir.
|
2009-05-08 13:39:37 +00:00 |
dates.py
|
|
|
datetime_safe.py
|
|
|
decorators.py
|
|
|
encoding.py
|
Fixed #10335: handle system locals unknown to Python in timezone name handling. Thanks, mitsuhiko.
|
2009-05-08 09:51:05 +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 |
functional.py
|
Factor out some common pieces of django.conf.LazySettings.
|
2009-03-02 04:48:22 +00:00 |
hashcompat.py
|
|
|
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 #8209: ModelForm s now validate unique constraints. Alex Gaynor did much of this work, and Brian Rosner helped as well.
|
2008-09-01 19:08:08 +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
|
|
|
stopwords.py
|
|
|
synch.py
|
|
|
termcolors.py
|
|
|
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 #8283 -- Fixed an edge case when adding things to the "where" tree and
|
2008-08-16 20:40:00 +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
|
|
|