1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/django/utils
2020-07-06 10:42:43 +02:00
..
translation Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations. 2020-06-01 08:38:54 +02:00
__init__.py
_os.py
archive.py
asyncio.py
autoreload.py Fixed #31716 -- Fixed detection of console scripts in autoreloader on Windows. 2020-06-18 13:04:10 +02:00
baseconv.py
cache.py Refs #5691 -- Made cache keys independent of USE_L10N. 2020-06-22 10:55:12 +02:00
crypto.py Fixed typo in django/utils/crypto.py. 2020-03-11 14:38:27 +01:00
datastructures.py
dateformat.py Fixed E128, E741 flake8 warnings. 2020-05-12 08:52:23 +02:00
dateparse.py
dates.py
datetime_safe.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
deconstruct.py
decorators.py Fixed #31224 -- Added support for asynchronous views and middleware. 2020-03-18 19:59:12 +01:00
deprecation.py Advanced deprecation warnings for Django 3.2. 2020-05-13 09:07:51 +02:00
duration.py
encoding.py Capitalized Unicode in docs, strings, and comments. 2020-04-20 12:10:33 +02:00
feedgenerator.py
formats.py Fixed #30134 -- Ensured unlocalized numbers are string representation in templates. 2020-06-04 10:34:54 +02:00
functional.py Fixed #30864 -- Doc'd classproperty decorator. 2020-03-31 10:46:48 +02:00
hashable.py
html.py
http.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
inspect.py Fixed #31732 -- Cached callables signatures in django.utils.inspect methods. 2020-07-06 10:42:43 +02:00
ipv6.py
itercompat.py
jslex.py Refs #30116 -- Simplified regex match group access with Match.__getitem__(). 2020-05-11 12:01:28 +02:00
log.py Fixed #29329 -- Made datetime logging from runserver more consistent. 2020-04-16 12:55:53 +02:00
lorem_ipsum.py
module_loading.py
numberformat.py
regex_helper.py
safestring.py
termcolors.py
text.py Fixed #28694 -- Made django.utils.text.slugify() strip dashes and underscores. 2020-05-29 06:47:51 +02:00
timesince.py
timezone.py
topological_sort.py Fixed E128, E741 flake8 warnings. 2020-05-12 08:52:23 +02:00
tree.py
version.py
xmlutils.py