django1/django/core
я котик пур-пур ccc25bfe4f Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
..
cache Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
checks Removed unnecessary trailing commas and spaces in various code. 2017-12-28 21:07:29 +01:00
files Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:03 -05:00
handlers Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking. 2017-12-11 07:08:45 -05:00
mail Fixed #28912 -- Made EmailMessage.message() omit an empty To header. 2017-12-30 09:38:03 -05:00
management Refs #23919 -- Removed obsolete __init__.py files in management command directories. 2018-01-03 11:02:26 -05:00
serializers Refs #23919 -- Replaced super() calls for old-style classes. 2017-12-07 09:10:32 -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