1
0
mirror of https://github.com/django/django.git synced 2025-01-13 03:47:26 +00:00
django/django/utils
2010-02-23 20:45:28 +00:00
..
simplejson
translation Fixed #11384 - Make sure translations in the project directory really override translations in apps as specified in the docs. 2010-02-16 12:17:17 +00:00
__init__.py
_decimal.py
_os.py
_threading_local.py
autoreload.py
cache.py Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni Aloy, Ramiro Morales and Yann Malet. 2010-02-23 20:45:28 +00:00
checksums.py
copycompat.py
daemonize.py
datastructures.py Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas. 2010-02-22 23:38:18 +00:00
dateformat.py
dates.py
datetime_safe.py Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and thus, the serializers). Patch includes moving the datetime_safe tests into the utils regressiontests module. Thanks to gsf for the report and initial patch. 2010-02-13 14:02:32 +00:00
decorators.py Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +00:00
encoding.py
feedgenerator.py Fixed a couple Python 2.4 incompatibilities. 2010-02-14 20:29:42 +00:00
formats.py Fixed #12777 - Localize decimal fields correctly. Thanks, Florian Apolloner 2010-02-05 00:44:35 +00:00
functional.py
hashcompat.py
html.py
http.py
importlib.py
itercompat.py
numberformat.py
regex_helper.py
safestring.py
stopwords.py
synch.py
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 Fixed #6799 - added an end_text argument to truncate_words/truncate_html_words. 2010-02-14 18:36:48 +00:00
thread_support.py
timesince.py
tree.py
tzinfo.py
version.py
xmlutils.py