.. |
apps
|
Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a valid Python identifier.
|
2020-12-22 13:26:30 +01:00 |
bin
|
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
|
2019-12-06 12:11:44 +01:00 |
conf
|
[3.2.x] Updated translations from Transifex.
|
2021-06-28 07:06:24 +02:00 |
contrib
|
[3.2.x] Updated translations from Transifex.
|
2021-06-28 07:06:24 +02:00 |
core
|
[3.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses.
|
2021-06-02 10:44:39 +02:00 |
db
|
[3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label.
|
2021-06-22 21:19:47 +02:00 |
dispatch
|
Fixed #32261 -- Added error logging to Signal.send_robust().
|
2020-12-15 11:00:26 +01:00 |
forms
|
[3.2.x] Refs #32365 -- Allowed use of non-pytz timezone implementations.
|
2021-01-19 12:00:40 +01:00 |
http
|
[3.2.x] Fixed CVE-2021-31542 -- Tightened path & file name sanitation in file uploads.
|
2021-05-04 08:43:52 +02:00 |
middleware
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |
template
|
[3.2.x] Fixed #32744 -- Normalized to pathlib.Path in autoreloader check for template changes.
|
2021-05-26 10:08:58 +02:00 |
templatetags
|
Fixed #18995 -- Made blocktranslate tag raise TemplateSyntaxError when plural count is not a number.
|
2020-09-29 08:03:51 +02:00 |
test
|
[3.2.x] Fixed #32547 -- Corrected notes about validation in HTML assertions docs.
|
2021-03-18 11:09:03 +01:00 |
urls
|
[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
|
2021-01-29 12:37:48 +01:00 |
utils
|
[3.2.x] Fixed #32783 -- Fixed crash of autoreloader when __main__ module doesn't have __spec__ attribute.
|
2021-05-26 11:20:05 +02:00 |
views
|
[3.2.x] Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved.
|
2021-04-27 08:41:11 +02:00 |
__init__.py
|
[3.2.x] Post-release version bump.
|
2021-06-02 10:50:08 +02:00 |
__main__.py
|
…
|
|
shortcuts.py
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |