1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/django/utils
2015-03-27 19:46:20 -04:00
..
translation Fixed #24515 -- Fixed DjangoTranslation plural handling 2015-03-21 10:27:30 +01:00
__init__.py
_os.py Removed rmtree_errorhandler. 2015-02-22 23:09:42 +01:00
archive.py
autoreload.py Removed some obsolete absolute_imports. 2015-02-09 13:37:23 -05:00
baseconv.py
cache.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
checksums.py
crypto.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
datastructures.py Removed django.utils.datastructures.SortedDict per deprecation timeline. 2015-01-17 08:40:23 -05:00
dateformat.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
dateparse.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05: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 Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
deprecation.py Advanced deprecation warnings for Django 1.9. 2015-01-19 12:22:41 -05:00
duration.py
encoding.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
feedgenerator.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
formats.py Removed some obsolete absolute_imports. 2015-02-09 13:37:23 -05:00
functional.py Fixed #23838 -- added missing __iter__ to LazyObject 2015-03-08 15:42:23 +01:00
html_parser.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
html.py Fixed #24469 -- Refined escaping of Django's form elements in non-Django templates. 2015-03-27 19:46:20 -04:00
http.py Made is_safe_url() reject URLs that start with control characters. 2015-03-18 19:20:07 -04:00
ipv6.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
itercompat.py
jslex.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
log.py Removed getLogger alias in django.utils.log. 2015-03-24 08:41:05 -04:00
lorem_ipsum.py
lru_cache.py
module_loading.py Prevented makemigrations from writing in sys.path[0]. 2015-02-23 19:55:10 +01: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
synch.py Removed threading fallback imports. 2015-01-28 10:23:25 -05:00
termcolors.py
text.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
timesince.py Moved definition of chunks out of timesince function. 2015-03-04 22:30:14 +01:00
timezone.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tree.py Removed legacy ORM lookup support per deprecation timeline; refs #16187. 2015-01-19 11:11:30 -05:00
version.py
xmlutils.py