django1/django/core
Sarah Guermond cd40306854 Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label. 2018-11-14 18:22:59 -05:00
..
cache Fixed #29626, #29584 -- Added optimized versions of get_many() and delete_many() for the db cache backend. 2018-08-17 15:13:09 -04:00
checks Capitalized SecurityMiddleware headers for consistency with other headers. 2018-10-30 18:30:51 -04:00
files Fixed #29890 -- Fixed FileSystemStorage crash if concurrent saves try to create the same directory. 2018-10-31 19:28:11 -04:00
handlers Refs #28909 -- Simplifed code using unpacking generalizations. 2018-09-28 09:57:12 -04:00
mail Fixed #29830 -- Fixed loss of custom utf-8 body encoding in mails. 2018-10-22 15:21:33 -04:00
management Fixed #25884 -- Fixed migrate --run-syncdb when specifying an app label. 2018-11-14 18:22:59 -05:00
serializers Refs #29784 -- Switched to https:// links where available. 2018-09-26 08:48:47 +02:00
servers Fixed keep-alive support in manage.py runserver. 2018-11-10 13:54:45 +01:00
__init__.py
exceptions.py Removed Python 2 comment in ValidationError. 2017-10-23 08:56:41 -04:00
paginator.py Fixed #29703 -- Deprecated QuerySetPaginator alias. 2018-08-27 16:23:43 -04:00
signals.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
signing.py Fixed signing.dumps() example for Python 3. 2018-11-09 07:26:46 -05:00
validators.py Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value. 2018-10-22 10:26:54 -04:00
wsgi.py Refs #27656 -- Updated django.core docstring verbs according to PEP 257. 2017-02-21 11:58:42 -05:00