.. |
cache
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
checks
|
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
2017-09-20 18:04:42 -04:00 |
files
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |
handlers
|
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
|
2017-12-11 07:08:45 -05:00 |
mail
|
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
|
2017-11-06 22:41:03 -05:00 |
management
|
Fixed #28941 -- Fixed crash in testserver command startup.
|
2017-12-20 14:38:06 -05:00 |
serializers
|
Refs #23919 -- Replaced super() calls for old-style classes.
|
2017-12-07 09:10:32 -05:00 |
servers
|
Fixed #28893 -- Removed unnecessary dict.items() calls.
|
2017-12-06 17:17:59 -05:00 |
__init__.py
|
…
|
|
exceptions.py
|
Removed Python 2 comment in ValidationError.
|
2017-10-23 08:56:41 -04:00 |
paginator.py
|
Refs #23919 -- Removed unneeded float()/int() calls.
|
2017-10-02 08:49:26 -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 #28906 -- Removed unnecessary bool() calls.
|
2017-12-07 17:13:07 -05:00 |
wsgi.py
|
Refs #27656 -- Updated django.core docstring verbs according to PEP 257.
|
2017-02-21 11:58:42 -05:00 |