django1/django/utils
Tim Graham d45cfefbad Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440. 2016-01-13 07:06:34 -05:00
..
translation Fixed #26046 -- Fixed a crash with translations and Django-unknown language code 2016-01-06 20:30:56 +01:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Removed rmtree_errorhandler. 2015-02-22 23:09:42 +01:00
archive.py Fixed #22681 -- Made TarArchive recognize leading directories properly. 2014-06-03 12:00:33 -04:00
autoreload.py Made the autoreloader survive all exceptions. 2015-08-29 20:50:00 +02:00
baseconv.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
cache.py Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header. 2015-11-09 14:26:29 -05:00
crypto.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datastructures.py Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__() 2015-07-09 21:20:52 -04:00
dateformat.py Fixed debug view crash during autumn DST change. 2015-11-07 23:17:33 +01:00
dateparse.py Fixed #24897 -- Allowed using choices longer than 1 day with DurationField 2015-06-02 12:39:34 -04:00
dates.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datetime_safe.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
deconstruct.py Removed some obsolete absolute_imports. 2015-02-09 13:37:23 -05:00
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 Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
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 Replaced dict.setdefault() usage to avoid unnecessary object instantiations. 2016-01-05 13:06:23 -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 Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
html.py Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy(). 2015-12-12 14:46:48 -05:00
html_parser.py Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
http.py Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support. 2016-01-05 09:37:11 -05:00
inspect.py Fixed #24917 -- Made admindocs display model methods that take arguments. 2015-09-07 15:07:39 -04:00
ipv6.py Refs #25345 -- Updated links to code.google.com. 2015-09-04 08:14:21 -04:00
itercompat.py Fixed #20746 -- Removed Python 2.6 specific code/docs 2013-07-14 13:02:55 -04:00
jslex.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
log.py Fixed #25684 -- Made runserver use logging for request/response output. 2016-01-11 07:35:17 -05:00
lorem_ipsum.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
lru_cache.py Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
module_loading.py Fixed #25682 -- Removed bare except clauses. 2015-11-17 14:39:15 -05:00
numberformat.py Fixed #24382 -- Allowed unicode chars inside formatted numbers 2015-03-09 18:55:28 +01:00
regex_helper.py Fixed #16362 -- Allowed lookaround assertions in URL patterns. 2015-03-23 09:00:07 -04:00
safestring.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
six.py Updated six to 1.10.0. 2015-11-10 22:05:48 -05:00
synch.py Removed threading fallback imports. 2015-01-28 10:23:25 -05:00
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 Fixed #19210 -- Added leap year support to django.utils.timesince() 2015-06-04 21:36:12 -04:00
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 Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440. 2016-01-13 07:06:34 -05:00
xmlutils.py Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars 2015-06-19 20:54:46 +02:00