django1/django/core
Samir Shah 10b44e4525 Fixed #26688 -- Fixed HTTP request logging inconsistencies.
* Added logging of 500 responses for instantiated responses.
* Added logging of all 4xx and 5xx responses.
2018-05-04 20:55:03 -04:00
..
cache Fixed #27480 -- Added cache.touch(). 2018-04-27 17:48:35 -04:00
checks Removed unnecessary setdefault() from CheckRegistry.register(). 2018-02-26 08:54:55 -05:00
files Used datetime.timezone.utc instead of pytz.utc for better performance. 2018-03-20 15:24:16 -04:00
handlers Fixed #26688 -- Fixed HTTP request logging inconsistencies. 2018-05-04 20:55:03 -04:00
mail Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00
management Fixed #29295 -- Fixed management command crash when using subparsers. 2018-04-21 17:33:17 -04:00
serializers Extracted deserialize fk/m2m functions from Deserializer. 2018-03-20 12:07:39 -04:00
servers Fixed #28893 -- Removed unnecessary dict.items() calls. 2017-12-06 17:17:59 -05:00
__init__.py
exceptions.py Removed Python 2 comment in ValidationError. 2017-10-23 08:56:41 -04:00
paginator.py Refs #28814 -- Imported from collections.abc to fix Python 3.7 deprecation warnings. 2018-02-05 11:42:47 -05:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Refs #27795 -- Replaced force_bytes() usage in django.core.signing. 2018-02-07 12:47:34 -05:00
validators.py Ref #23919 -- Replaced some os.path usage with pathlib.Path. 2018-04-19 21:30:00 -04:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00