django1/django/core
kalombo dd00184892 Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 2017-04-07 18:02:34 -04:00
..
cache Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00
checks Fixed #27887 -- Fixed URLs check crash with namespaced URLs inside non-namespaced URLs. 2017-03-03 10:52:20 -05:00
files Fixed #27777 -- Made File.open() work with the with statement (#8310) 2017-04-07 14:21:06 +02:00
handlers Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
mail Fixed #28042 -- Fixed crash when using a two-tuple in EmailMessage's attachments arg. 2017-04-07 18:02:34 -04:00
management Removed implicit default store_true/false argparse args. 2017-04-01 20:03:56 -04:00
serializers Refs #23919 -- Used yield from. 2017-02-23 20:06:01 -05:00
servers Fixed #25619 -- Made runserver serve with HTTP 1.1 protocol 2017-02-23 09:04:53 +01:00
__init__.py
exceptions.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
paginator.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05: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 #27952 -- Added translation hint for RegexValidator error message. 2017-03-23 11:11:01 -04:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00