django1/django/utils
jasisz b5a1c3a6f5 Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING. 2016-06-22 17:28:49 -04:00
..
translation Fixed #26746 -- Fixed handling of zero priority in Accept-Language header parsing. 2016-06-13 07:58:25 -04: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 W503 flake8 warnings. 2016-04-04 17:14:26 -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 #26567 -- Updated references to obsolete RFC2616. 2016-05-03 11:14:40 -04: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 #26580 -- Updated references to obsolete RFC 2822. 2016-05-10 11:24:51 -04: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 #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
deprecation.py Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware exception handling. 2016-06-17 10:00:39 -07:00
duration.py Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
encoding.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
feedgenerator.py Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. 2016-05-30 18:36:15 -04:00
formats.py Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers. 2016-02-09 13:07:33 -05:00
functional.py Fixed #24781 -- Fixed repr() for lazy objects. 2016-06-04 19:13:00 -04:00
glob.py Removed support for Python 3.3. 2015-06-18 08:36:50 -04:00
html.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
html_parser.py Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser. 2016-03-26 12:48:29 -04:00
http.py Fixed #21231 -- Enforced a max size for GET/POST values read into memory. 2016-05-12 10:17:52 -04:00
inspect.py Fixed #24917 -- Made admindocs display model methods that take arguments. 2015-09-07 15:07:39 -04:00
ipv6.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -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 Stopped truncating AdminEmailHandler message subjects 2016-05-10 18:17:43 +02:00
lorem_ipsum.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -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 #25920 -- Added support for non-uniform NUMBER_GROUPING. 2016-06-22 17:28:49 -04:00
regex_helper.py Fixed #16362 -- Allowed lookaround assertions in URL patterns. 2015-03-23 09:00:07 -04:00
safestring.py Fixed #10107 -- Allowed using mark_safe() as a decorator. 2016-06-07 12:24:03 -04: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 E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
timesince.py Fixed #19210 -- Added leap year support to django.utils.timesince() 2015-06-04 21:36:12 -04:00
timezone.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
tree.py Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
version.py Fixed E128 flake8 warnings in django/. 2016-04-08 09:51:06 -04:00
xmlutils.py Fixed #20197 -- Made XML serializer fail loudly when outputting unserializable chars 2015-06-19 20:54:46 +02:00