1
0
mirror of https://github.com/django/django.git synced 2025-01-03 06:55:47 +00:00
django/docs/releases
Gastón Avila c3ca6075cc Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence.
When ConcatPair was updated to use || this lost the implicit wrapping from CONCAT(...).
This broke the WHERE clauses when used in combination with PostgreSQL trigram similarity.

Regression in 6364b6ee10.

Co-authored-by: Emiliano Cuenca <106986074+emicuencac@users.noreply.github.com>
2024-09-11 14:36:56 +02:00
..
0.95.txt
0.96.txt Fixed broken links and redirects in docs. 2024-03-06 08:50:21 +01:00
1.0-porting-guide.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
1.0.1.txt
1.0.2.txt
1.0.txt
1.1.2.txt
1.1.3.txt
1.1.4.txt
1.1.txt
1.2.1.txt
1.2.2.txt
1.2.3.txt
1.2.4.txt
1.2.5.txt
1.2.6.txt
1.2.7.txt
1.2.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
1.3.1.txt
1.3.2.txt
1.3.3.txt
1.3.4.txt
1.3.5.txt
1.3.6.txt
1.3.7.txt
1.3.txt
1.4.1.txt
1.4.2.txt
1.4.3.txt
1.4.4.txt
1.4.5.txt
1.4.6.txt
1.4.7.txt
1.4.8.txt
1.4.9.txt
1.4.10.txt
1.4.11.txt
1.4.12.txt
1.4.13.txt
1.4.14.txt
1.4.15.txt
1.4.16.txt
1.4.17.txt
1.4.18.txt
1.4.19.txt
1.4.20.txt
1.4.21.txt
1.4.22.txt
1.4.txt Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-09-18 22:12:40 +02:00
1.5.1.txt
1.5.2.txt
1.5.3.txt
1.5.4.txt
1.5.5.txt
1.5.6.txt
1.5.7.txt
1.5.8.txt
1.5.9.txt
1.5.10.txt
1.5.11.txt
1.5.12.txt
1.5.txt Refs #27236 -- Removed Meta.index_together per deprecation timeline. 2023-09-18 22:12:40 +02:00
1.6.1.txt
1.6.2.txt
1.6.3.txt
1.6.4.txt
1.6.5.txt
1.6.6.txt
1.6.7.txt
1.6.8.txt
1.6.9.txt
1.6.10.txt
1.6.11.txt
1.6.txt
1.7.1.txt
1.7.2.txt
1.7.3.txt
1.7.4.txt
1.7.5.txt
1.7.6.txt
1.7.7.txt
1.7.8.txt
1.7.9.txt
1.7.10.txt
1.7.11.txt
1.7.txt Refs #27236 -- Removed Meta.index_together per deprecation timeline. 2023-09-18 22:12:40 +02:00
1.8.1.txt
1.8.2.txt Added missing backticks in docs. 2023-07-21 12:54:38 +02:00
1.8.3.txt
1.8.4.txt
1.8.5.txt
1.8.6.txt
1.8.7.txt
1.8.8.txt
1.8.9.txt
1.8.10.txt
1.8.11.txt
1.8.12.txt
1.8.13.txt
1.8.14.txt
1.8.15.txt
1.8.16.txt
1.8.17.txt
1.8.18.txt
1.8.19.txt
1.8.txt
1.9.1.txt
1.9.2.txt
1.9.3.txt
1.9.4.txt
1.9.5.txt
1.9.6.txt
1.9.7.txt
1.9.8.txt
1.9.9.txt
1.9.10.txt
1.9.11.txt
1.9.12.txt
1.9.13.txt
1.9.txt Added backticks to setuptools in docs. 2023-10-09 09:55:52 +02:00
1.10.1.txt
1.10.2.txt
1.10.3.txt
1.10.4.txt
1.10.5.txt
1.10.6.txt
1.10.7.txt
1.10.8.txt
1.10.txt Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00
1.11.1.txt Improved style of n-tuple wording in docs and comments. 2023-06-23 09:29:35 +02:00
1.11.2.txt
1.11.3.txt
1.11.4.txt
1.11.5.txt
1.11.6.txt
1.11.7.txt
1.11.8.txt
1.11.9.txt
1.11.10.txt
1.11.11.txt
1.11.12.txt
1.11.13.txt
1.11.14.txt
1.11.15.txt
1.11.16.txt
1.11.17.txt
1.11.18.txt
1.11.19.txt
1.11.20.txt
1.11.21.txt
1.11.22.txt
1.11.23.txt
1.11.24.txt
1.11.25.txt
1.11.26.txt
1.11.27.txt
1.11.28.txt
1.11.29.txt
1.11.txt Refs #27236 -- Removed Meta.index_together per deprecation timeline. 2023-09-18 22:12:40 +02:00
2.0.1.txt
2.0.2.txt
2.0.3.txt
2.0.4.txt
2.0.5.txt
2.0.6.txt
2.0.7.txt
2.0.8.txt
2.0.9.txt
2.0.10.txt
2.0.11.txt
2.0.12.txt
2.0.13.txt
2.0.txt
2.1.1.txt
2.1.2.txt
2.1.3.txt
2.1.4.txt
2.1.5.txt
2.1.6.txt
2.1.7.txt
2.1.8.txt
2.1.9.txt
2.1.10.txt
2.1.11.txt
2.1.12.txt
2.1.13.txt
2.1.14.txt
2.1.15.txt
2.1.txt Fixed references to django.core.cache in docs. 2023-05-22 14:02:01 +02:00
2.2.1.txt
2.2.2.txt
2.2.3.txt
2.2.4.txt
2.2.5.txt
2.2.6.txt
2.2.7.txt
2.2.8.txt
2.2.9.txt
2.2.10.txt
2.2.11.txt
2.2.12.txt
2.2.13.txt
2.2.14.txt
2.2.15.txt
2.2.16.txt
2.2.17.txt
2.2.18.txt
2.2.19.txt
2.2.20.txt
2.2.21.txt
2.2.22.txt
2.2.23.txt
2.2.24.txt
2.2.25.txt
2.2.26.txt
2.2.27.txt
2.2.28.txt
2.2.txt Fixed #34688 -- Removed contrib.sitemaps.ping_google() and ping_google management command. 2023-07-10 05:59:35 +02:00
3.0.1.txt
3.0.2.txt
3.0.3.txt
3.0.4.txt
3.0.5.txt
3.0.6.txt
3.0.7.txt
3.0.8.txt
3.0.9.txt
3.0.10.txt
3.0.11.txt
3.0.12.txt
3.0.13.txt
3.0.14.txt
3.0.txt Replaced "Django test runner" with DiscoverRunner in release notes. 2024-02-05 09:18:53 -03:00
3.1.1.txt
3.1.2.txt
3.1.3.txt
3.1.4.txt
3.1.5.txt
3.1.6.txt
3.1.7.txt
3.1.8.txt
3.1.9.txt
3.1.10.txt
3.1.11.txt
3.1.12.txt
3.1.13.txt
3.1.14.txt
3.1.txt Refs #35234 -- Deprecated CheckConstraint.check in favor of .condition. 2024-03-01 07:15:32 +01:00
3.2.1.txt
3.2.2.txt
3.2.3.txt
3.2.4.txt
3.2.5.txt
3.2.6.txt
3.2.7.txt
3.2.8.txt
3.2.9.txt
3.2.10.txt
3.2.11.txt
3.2.12.txt
3.2.13.txt
3.2.14.txt
3.2.15.txt
3.2.16.txt
3.2.17.txt
3.2.18.txt
3.2.19.txt Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
3.2.20.txt Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:16:55 +02:00
3.2.21.txt Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_iri(). 2023-09-04 11:58:37 +02:00
3.2.22.txt Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncator when truncating HTML text. 2023-10-04 09:22:26 -03:00
3.2.23.txt Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 2023-11-01 06:10:30 +01:00
3.2.24.txt Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter. 2024-02-06 09:07:31 -03:00
3.2.25.txt Refs CVE-2024-27351 -- Forwardported release notes and tests. 2024-03-04 08:22:00 +01:00
3.2.txt
4.0.1.txt
4.0.2.txt
4.0.3.txt
4.0.4.txt
4.0.5.txt
4.0.6.txt
4.0.7.txt
4.0.8.txt
4.0.9.txt
4.0.10.txt
4.0.txt Replaced "Django test runner" with DiscoverRunner in release notes. 2024-02-05 09:18:53 -03:00
4.1.1.txt
4.1.2.txt
4.1.3.txt
4.1.4.txt
4.1.5.txt
4.1.6.txt
4.1.7.txt
4.1.8.txt
4.1.9.txt Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
4.1.10.txt Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:16:55 +02:00
4.1.11.txt Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_iri(). 2023-09-04 11:58:37 +02:00
4.1.12.txt Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncator when truncating HTML text. 2023-10-04 09:22:26 -03:00
4.1.13.txt Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 2023-11-01 06:10:30 +01:00
4.1.txt Replaced "Django test runner" with DiscoverRunner in release notes. 2024-02-05 09:18:53 -03:00
4.2.1.txt Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field. 2023-05-03 13:42:00 +02:00
4.2.2.txt Added release date for 4.2.2. 2023-06-05 08:21:56 -03:00
4.2.3.txt Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:16:55 +02:00
4.2.4.txt Added release date for 4.2.4. 2023-08-01 13:30:05 -03:00
4.2.5.txt Fixed CVE-2023-41164 -- Fixed potential DoS in django.utils.encoding.uri_to_iri(). 2023-09-04 11:58:37 +02:00
4.2.6.txt Refs #34840 -- Improved release note describing index regression. 2023-10-15 10:27:11 +02:00
4.2.7.txt Fixed CVE-2023-46695 -- Fixed potential DoS in UsernameField on Windows. 2023-11-01 06:10:30 +01:00
4.2.8.txt Added release date for 4.2.8. 2023-12-04 09:24:31 +01:00
4.2.9.txt Added release date for 5.0.1 and 4.2.9. 2024-01-02 09:57:41 +01:00
4.2.10.txt Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter. 2024-02-06 09:07:31 -03:00
4.2.11.txt Refs CVE-2024-27351 -- Forwardported release notes and tests. 2024-03-04 08:22:00 +01:00
4.2.12.txt Added release date for 5.0.5 and 4.2.12. 2024-05-06 14:35:57 +02:00
4.2.13.txt Added release notes for 5.0.6 and 4.2.13. 2024-05-07 17:21:21 +02:00
4.2.14.txt Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_language_variant(). 2024-07-09 09:21:19 -03:00
4.2.15.txt Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields. 2024-08-06 08:50:08 +02:00
4.2.16.txt Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:22:32 -03:00
4.2.txt Fixed #34978, Refs #31331 -- Added backward incompatibility note about raw aggregations on MySQL. 2023-11-27 11:57:07 +01:00
5.0.1.txt Added release date for 5.0.1 and 4.2.9. 2024-01-02 09:57:41 +01:00
5.0.2.txt Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template filter. 2024-02-06 09:07:31 -03:00
5.0.3.txt Refs CVE-2024-27351 -- Forwardported release notes and tests. 2024-03-04 08:22:00 +01:00
5.0.4.txt Added release date for 5.0.4. 2024-04-03 11:12:03 -03:00
5.0.5.txt Added release date for 5.0.5 and 4.2.12. 2024-05-06 14:35:57 +02:00
5.0.6.txt Added release notes for 5.0.6 and 4.2.13. 2024-05-07 17:21:21 +02:00
5.0.7.txt Made cosmetic edits to 5.0.7 release notes. 2024-07-09 09:36:54 -03:00
5.0.8.txt Fixed CVE-2024-42005 -- Mitigated QuerySet.values() SQL injection attacks against JSON fields. 2024-08-06 08:50:08 +02:00
5.0.9.txt Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:22:32 -03:00
5.0.txt Replaced "Django test runner" with DiscoverRunner in release notes. 2024-02-05 09:18:53 -03:00
5.1.1.txt Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:22:32 -03:00
5.1.2.txt Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operator precedence. 2024-09-11 14:36:56 +02:00
5.1.txt Fixed #35678 -- Removed "usable_password" field from BaseUserCreationForm. 2024-08-19 12:39:57 -03:00
5.2.txt Refs #373 -- Added Model._is_pk_set() abstraction to check if a Model's PK is set. 2024-09-09 17:46:50 -03:00
index.txt Added stub release notes for 5.1.2. 2024-09-03 10:01:46 -03:00
security.txt Added CVE-2024-45230 and CVE-2024-45231 to security archive. 2024-09-03 11:19:02 -03:00