.. |
cache
|
Fixed #11331 -- Stopped closing pylibmc connections after each request.
|
2016-09-02 14:44:27 -04:00 |
checks
|
Fixed #27262 -- Moved URL checks to resolver and pattern classes.
|
2016-10-05 15:34:26 -04:00 |
files
|
Replaced smart_* by force_* calls whenever possible
|
2016-09-03 13:46:41 +02:00 |
handlers
|
Replaced property() usage with decorator in several places.
|
2016-08-25 20:06:22 -04:00 |
mail
|
Fixed #27469 -- Prevented sending email to empty addresses
|
2016-11-10 19:47:02 +01:00 |
management
|
Fixed #27438 -- Added the diffsettings --default option.
|
2016-11-10 07:50:49 -05:00 |
serializers
|
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
|
2016-10-12 20:04:57 -04:00 |
servers
|
Fixed #26971 -- Prevented crash with non-UTF-8 incoming PATH_INFO
|
2016-08-23 22:40:07 +02:00 |
__init__.py
|
…
|
|
exceptions.py
|
Corrected TooManyFieldsSent doctring for GET requests.
|
2016-10-27 18:44:52 -04:00 |
paginator.py
|
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in inconsistent results.
|
2016-06-08 14:09:24 -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 E128 flake8 warnings in django/.
|
2016-04-08 09:51:06 -04:00 |
urlresolvers.py
|
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
|
2015-12-31 14:21:29 -05:00 |
validators.py
|
Fixed #26578 -- Prohibited non-ASCII digits in validate_ipv4_address.
|
2016-10-28 11:38:49 -04:00 |
wsgi.py
|
Fixed #16734 -- Set script prefix even outside of requests
|
2015-10-29 20:12:38 +01:00 |