1
0
mirror of https://github.com/django/django.git synced 2025-01-05 07:55:47 +00:00
django/django/utils
2018-04-17 20:24:27 -04:00
..
translation Fixed hanging indentation in various code. 2018-03-16 10:54:34 +01:00
__init__.py
_os.py
archive.py Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
autoreload.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
baseconv.py
cache.py Refs #17476 -- Removed obsolete simplification of timezone names in cache key generation. 2018-03-03 14:56:39 -05:00
crypto.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
datastructures.py Refs #28909 -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
dateformat.py
dateparse.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
dates.py Fixed #28798 -- Removed unused django.utils.dates.WEEKDAYS_REV, MONTHS_3_REV. 2017-11-17 15:37:58 -05:00
datetime_safe.py Improved readability of utils.datetime_safe._findall(). 2018-01-08 14:49:43 -05:00
deconstruct.py
decorators.py Fixed #29253 -- Made method_decorator(list) copy attributes. 2018-04-16 13:38:37 -04:00
deprecation.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
duration.py Fixed #28926 -- Fixed loss of precision of big DurationField values on SQLite and MySQL. 2017-12-28 17:35:41 -05:00
encoding.py Refs #23919 -- Updated references to urllib.quote() to Python 3 location. 2017-10-31 12:05:54 -04:00
feedgenerator.py Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
formats.py Refs #14807 -- Removed unneeded mark_safe call 2017-10-22 12:10:27 +02:00
functional.py Fixed #28930 -- Simplified code with any() and all(). 2017-12-26 17:11:15 -05:00
html.py Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetrunc template filters. 2018-03-06 08:30:40 -05:00
http.py Fixed #28638 -- Made allowed_hosts a required argument of is_safe_url(). 2018-01-11 07:03:50 -05:00
inspect.py
ipv6.py
itercompat.py
jslex.py
log.py Refs #23919 -- Replaced super() calls for old-style classes. 2017-12-07 09:10:32 -05:00
lorem_ipsum.py
lru_cache.py
module_loading.py
numberformat.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
regex_helper.py Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
safestring.py
six.py
termcolors.py
text.py Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.Truncator. 2018-03-06 08:30:40 -05:00
timesince.py Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
timezone.py Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
tree.py Fixed #28629 -- Made tree.Node instances hashable. 2017-09-28 12:07:19 -04:00
version.py Fixed #28708 -- Added constants to detect the Python version. 2017-10-13 10:11:15 -04:00
xmlutils.py