django1/django/utils
Tim Graham b9dd8512f2 Advanced deprecation warnings for Django 2.2. 2018-05-17 11:05:45 -04:00
..
translation Moved to_language() to django.utils.translation. 2018-05-12 15:03:38 -04:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
_os.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
archive.py Fixed -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
autoreload.py Refs -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
baseconv.py Refs -- Stopped inheriting from object to define new style classes. 2017-01-19 08:39:46 +01:00
cache.py Fixed -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
crypto.py Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
datastructures.py Refs -- Simplifed code using unpacking generalizations. 2018-02-26 18:23:31 +01:00
dateformat.py Reverted "Fixed -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
dateparse.py Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
dates.py Fixed -- 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 Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
decorators.py Fixed -- Made method_decorator(list) copy attributes. 2018-04-16 13:38:37 -04:00
deprecation.py Advanced deprecation warnings for Django 2.2. 2018-05-17 11:05:45 -04:00
duration.py Fixed -- Fixed loss of precision of big DurationField values on SQLite and MySQL. 2017-12-28 17:35:41 -05:00
encoding.py Refs -- 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 -- Removed unneeded mark_safe call 2017-10-22 12:10:27 +02:00
functional.py Fixed -- 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 -- Made allowed_hosts a required argument of is_safe_url(). 2018-01-11 07:03:50 -05:00
inspect.py Replaced django.utils.inspect.getargspec() with inspect.getfullargspec(). 2017-04-27 20:42:49 -04:00
ipv6.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
itercompat.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
jslex.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
log.py Fixed -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
lorem_ipsum.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
lru_cache.py Refs -- Stopped using django.utils.lru_cache(). 2017-01-18 21:42:40 -05:00
module_loading.py Fixed -- Allowed module_has_submodule()'s module_name arg to be a dotted path. 2017-06-08 14:34:20 -04:00
numberformat.py Fixed -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
regex_helper.py Fixed -- Simplified some boolean constructs and removed trivial continue statements. 2018-01-12 12:44:50 -05:00
safestring.py Refs -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
six.py Refs -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
termcolors.py Fixed -- Removed unnecessary dict.keys() calls. 2017-05-27 19:08:46 -04:00
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 — German Translation for “3 days ago” 2018-05-10 15:53:33 +02: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 -- Made tree.Node instances hashable. 2017-09-28 12:07:19 -04:00
version.py Fixed -- Added constants to detect the Python version. 2017-10-13 10:11:15 -04:00
xmlutils.py Fixed -- Made feedgenerators write feeds with deterministically ordered attributes. 2017-06-20 05:38:41 -04:00