.. |
cache
|
Removed unnecessary assignments in various code.
|
2019-04-24 13:09:29 +02:00 |
checks
|
Fixed #30673 -- Relaxed system check for db_table collision when database routers are installed by turning the error into a warning.
|
2019-08-08 21:14:06 +02:00 |
files
|
Corrected several typos in string literals and test names.
|
2019-08-07 11:23:14 +02:00 |
handlers
|
Refs #30669 -- Removed incorrect branch in ASGIHander.read_body().
|
2019-07-31 13:33:01 +02:00 |
mail
|
Corrected several typos in string literals and test names.
|
2019-08-07 11:23:14 +02:00 |
management
|
Fixed #30693 -- Removed separate import of os.path in django.core.management.templates.
|
2019-08-19 13:27:13 +02:00 |
serializers
|
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
|
2019-06-27 15:10:22 +02:00 |
servers
|
Fixed #30619 -- 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 #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
exceptions.py
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
paginator.py
|
Improved error message when index in __getitem__() is invalid.
|
2019-07-23 20:12:08 +02:00 |
signals.py
|
Fixed #30451 -- Added ASGI handler and coroutine-safety.
|
2019-06-20 12:29:43 +02:00 |
signing.py
|
Fixed signing.dumps() example for Python 3.
|
2018-11-09 07:26:46 -05:00 |
validators.py
|
Refs #30608 -- Added django.utils.encoding.punycode().
|
2019-07-03 10:48:02 +02:00 |
wsgi.py
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |