.. |
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 source translation catalogs.
|
2021-01-15 09:43:17 +01:00 |
contrib
|
[3.2.x] Refs #16117 -- Made @action and @display decorators importable from django.contrib.gis.admin.
|
2021-02-22 10:13:14 +01:00 |
core
|
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization when PK is also a FK.
|
2021-02-05 14:19:10 +01:00 |
db
|
[3.2.x] Fixed #32478 -- Included nested columns referenced by subqueries in GROUP BY on aggregations.
|
2021-02-24 10:11:37 +01: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-23336 -- Fixed web cache poisoning via django.utils.http.parse_qsl().
|
2021-02-19 09:15:09 +01:00 |
middleware
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |
template
|
[3.2.x] Fixed #32290 -- Fixed TemplateNotFound in {% include %} tag for relative path in variable.
|
2021-01-27 11:35:40 +01: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] Refs #31811 -- Restored **kwargs to django.test.utils.setup_databases().
|
2021-02-24 12:58:18 +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 CVE-2021-23336 -- Fixed web cache poisoning via django.utils.http.parse_qsl().
|
2021-02-19 09:15:09 +01:00 |
views
|
[3.2.x] Fixed #32345 -- Fixed preserving encoded query strings in set_language() view.
|
2021-01-29 12:37:48 +01:00 |
__init__.py
|
[3.2.x] Bumped version for 3.2 beta 1.
|
2021-02-19 09:35:45 +01:00 |
__main__.py
|
Fixed #24857 -- Added "python -m django" entry point.
|
2015-09-07 19:54:32 -04:00 |
shortcuts.py
|
Made small readability improvements.
|
2020-10-28 20:20:20 +01:00 |