django1/django/core
Tim Graham 0993aee31d [2.0.x] Removed blank lines per isort 4.3.0. 2018-02-20 08:48:55 -05:00
..
cache [2.0.x] Refs #27318 -- Made DummyCache.set_many() return a list for consistency with other backends. 2017-10-30 12:24:29 -04:00
checks Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
files [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
handlers Removed unneeded __init__() methods. 2017-09-07 08:10:49 -04:00
mail [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
management [2.0.x] Removed blank lines per isort 4.3.0. 2018-02-20 08:48:55 -05:00
serializers Fixed #28324 -- Made feedgenerators write feeds with deterministically ordered attributes. 2017-06-20 05:38:41 -04:00
servers Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length. 2017-09-12 10:41:28 -04:00
__init__.py
exceptions.py [2.0.x] Removed Python 2 comment in ValidationError. 2017-10-23 08:57:07 -04:00
paginator.py Fixed #28032 -- Added Paginator.get_page(). 2017-09-06 14:17:19 -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 [2.0.x] Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientific notation. 2017-09-27 09:42:20 -04:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00