django1/django/core
Jon Dufresne e649d691f8 Removed unnecessary parentheses in various code. 2019-11-18 15:25:59 +01:00
..
cache Fixed -- Made cache.delete() return whether it succeeded. 2019-11-14 11:14:11 +01:00
checks Fixed -- Added support for Referrer-Policy header. 2019-09-09 13:35:41 +02:00
files Refs -- Made FileSystemStorage.save() to support pathlib.Path. 2019-10-31 09:06:05 +01:00
handlers Fixed -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
mail Refs -- Added pathlib.Path support to the file email backend. 2019-11-06 09:33:07 +01:00
management Removed unnecessary parentheses in various code. 2019-11-18 15:25:59 +01:00
serializers Fixed -- Prevented serializing inherited ManyToManyFields in child model. 2019-06-27 15:10:22 +02:00
servers Fixed -- Made runserver --nothreading use single threaded WSGIServer. 2019-07-10 13:22:17 +02:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
asgi.py Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
exceptions.py Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
paginator.py Fixed -- Added Paginator.__iter__(). 2019-10-02 09:49:31 +02:00
signals.py Fixed -- Added ASGI handler and coroutine-safety. 2019-06-20 12:29:43 +02:00
signing.py Fixed -- Lazily compiled import time regular expressions. 2019-10-29 09:22:26 +01:00
validators.py Refs -- Moved _lazy_re_compile() to the django.utils.regex_helper. 2019-10-29 09:14:24 +01:00
wsgi.py Refs -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00