django/django/utils
Claude Paroz cd3c042b04 Fixed #25915 -- Allowed language not in Django's default LANGUAGES
This fixes a regression introduced by a5f6cbce07.
Thanks Gavin Wahl for the report and Tim Graham for the review.
2015-12-18 17:50:16 +01:00
..
translation Fixed #25915 -- Allowed language not in Django's default LANGUAGES 2015-12-18 17:50:16 +01:00
__init__.py
_os.py
archive.py
autoreload.py
baseconv.py
cache.py Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header. 2015-11-09 14:26:29 -05:00
crypto.py
datastructures.py
dateformat.py Fixed debug view crash during autumn DST change. 2015-11-07 23:17:33 +01:00
dateparse.py
dates.py
datetime_safe.py
deconstruct.py
decorators.py Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
deprecation.py Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 2015-09-29 18:31:11 -04:00
duration.py
encoding.py Fixed #25668 -- Misc spelling errors 2015-11-03 11:58:13 +02:00
feedgenerator.py Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests 2015-09-19 15:54:33 +02:00
formats.py Fixed #25812 -- Restored the ability to use custom formats with the date template filter. 2015-11-28 08:38:45 -05:00
functional.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
glob.py
html.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
html_parser.py
http.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
inspect.py Fixed #24917 -- Made admindocs display model methods that take arguments. 2015-09-07 15:07:39 -04:00
ipv6.py
itercompat.py
jslex.py
log.py Amended comment to remove reference to the no longer used NullHandler 2015-11-07 16:35:46 +01:00
lorem_ipsum.py
lru_cache.py
module_loading.py Fixed #25682 -- Removed bare except clauses. 2015-11-17 14:39:15 -05:00
numberformat.py
regex_helper.py
safestring.py
six.py Updated six to 1.10.0. 2015-11-10 22:05:48 -05:00
synch.py
termcolors.py Removed redundant termcolors. 2015-11-18 10:26:39 -05:00
text.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
timesince.py
timezone.py Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions. 2015-12-03 16:31:50 -05:00
tree.py Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr 2015-12-13 15:07:17 +01:00
version.py Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440. 2015-11-19 10:00:09 -05:00
xmlutils.py