django1/django/core
Michiel Beijen 5e8625ba64 Renamed "Mac OS X" to "macOS" in docs. 2017-04-24 20:16:09 -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 Renamed "Mac OS X" to "macOS" in docs. 2017-04-24 20:16:09 -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 Fixed #28109 -- Corrected the stack level of unordered queryset pagination warnings. 2017-04-22 14:08:57 -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 #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