django1/django/core
Дилян Палаузов d7b2aa24f7 Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
..
cache Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
checks Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
files Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
handlers Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
mail Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
management Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05:00
serializers Fixed #28982 -- Simplified code with and/or. 2018-01-03 20:12:23 -05: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 #23919 -- Removed unneeded float()/int() calls. 2017-10-02 08:49:26 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Clarified HMAC usage in signing.dumps() docstring. 2017-02-28 09:35:41 -05:00
validators.py Fixed #28906 -- Removed unnecessary bool() calls. 2017-12-07 17:13:07 -05:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00