Mariusz Felisiak
0ba5aadb33
[3.0.x] Fixed #31607 -- Fixed evaluated Subquery equality.
...
Regression in 691def10a0197d83d2d108bd9043b0916d0f09b4.
Backport of a125da6a7c79b1d4c55677d0bed6f9b1d7d77353 from master
2020-05-19 22:51:01 +02:00
Mariusz Felisiak
92acf1022f
[3.0.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists() annotation and aggregation on Oracle.
...
Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
the GROUP BY clause.
Regression in efa1908f662c19038a944129c81462485c4a9fe8.
Backport of 3a941230c85b2702a5e1cd97e17251ce21057efa from master
2020-05-14 15:11:18 +02:00
Simon Charette
49bbf6570d
[3.0.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.
...
691def10a0197d83d2d108bd9043b0916d0f09b4 made all Subquery() instances
equal to each other which broke aggregation subquery pushdown which
relied on object equality to determine which alias it should select.
Subquery.__eq__() will be fixed in an another commit but
Query.rewrite_cols() should haved used object identity from the start.
Refs #30727 , #30188 .
Thanks Makina Corpus for the report.
Backport of adfbf653dc1c1d0e0dacc4ed46602d22ba28b004 from master
2020-05-14 10:26:16 +02:00
Simon Charette
afceb2241b
[3.0.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_list() after annotate() with aggregations and subqueries.
...
Subquery annotation references must be resolved if they are excluded
from the GROUP BY clause by a following .values() call.
Regression in fb3f034f1c63160c0ff13c609acd01c18be12f80.
Thanks Makina Corpus for the report.
Backport of 42c08ee46539ef44f8658ebb1cbefb408e0d03fe from master
2020-05-14 08:40:40 +02:00
Mariusz Felisiak
6e8a11e88c
[3.0.x] Added stub release notes for 2.2.13.
...
Backport of 50798d43898c7d46926a4292f86fdf3859a433da from master
2020-05-14 06:30:30 +02:00
Jon Dufresne
7fa16e58d0
[3.0.x] Fixed numbered list in admin overview docs.
...
Backport of 05ed7104c0bc069352b2cee85ab918e48ee73cbe from master
2020-05-13 09:10:39 +02:00
Mariusz Felisiak
48ed73fb74
[3.0.x] Fixed E128, E741 flake8 warnings.
...
Backport of 0668164b4ac93a5be79f5b87fae83c657124d9ab from master.
2020-05-12 08:55:06 +02:00
Omkar Kulkarni
16bdb6b7ba
[3.0.x] Fixed #31495 - Corrected note about admin i18n in tutorial.
...
Thanks to Adam Johnson and Claude Paroz for review.
Backport of b7f1c0d86d72df51aa2e25da79d99074b751c7e1 from master
2020-05-06 17:38:27 +02:00
Adam Johnson
cdf320dfb2
[3.0.x] Fixed a/an typos in "SQL" usage.
...
Backport of 1c2c6f1b51a540bddc7ae95f4d1213688411ca44 from master
2020-05-06 06:36:16 +02:00
Mariusz Felisiak
fdd5eb4309
[3.0.x] Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
...
Regression in 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
Thanks Simon Meers for the report.
Backport of b73e66e75802f10cc34d4880714554cea54dbf49 from master
2020-05-05 09:09:17 +02:00
Adam Johnson
883362b6a7
[3.0.x] Corrected models.FilePathField signature in docs.
...
Backport of 787981f9d1d5abc489a0b069e3353b8ad7aa9778 from master
2020-05-04 12:40:33 +02:00
Mariusz Felisiak
5c6be5816d
[3.0.x] Fixed typo in docs/releases/3.0.6.txt.
...
Backport of 7668f9bce921f66e8e572938154221cd687aaa4a from master
2020-05-04 07:43:48 +02:00
Mariusz Felisiak
668f745bb7
[3.0.x] Added stub release notes for 3.0.7.
...
Backport of 8e8ff38cb8766590fa3a4f412dbb4b11f65b5c69 from master
2020-05-04 07:43:44 +02:00
Mariusz Felisiak
e538d6d684
[3.0.x] Post-release version bump.
2020-05-04 07:30:27 +02:00
Mariusz Felisiak
24dd73a524
[3.0.x] Bumped version for 3.0.6 release.
3.0.6
2020-05-04 07:15:37 +02:00
Mariusz Felisiak
b6e76cec12
[3.0.x] Updated man page for Django 3.0.
2020-05-04 07:13:43 +02:00
Mariusz Felisiak
c95ce8c34d
[3.0.x] Added release date for 3.0.6.
...
Backport of c5358794e3d893a74073d1ee0a3d173d8f1e04b6 from master
2020-05-04 07:04:42 +02:00
David Smith
fc0e0876da
[3.0.x] Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.models.User docs.
...
Backport of 505b7b616320b8d5bbc83d0dbbb3aec3a58ba0c9 from master
2020-05-01 06:11:58 +02:00
Hasan Ramezani
8e23b89ffd
[3.0.x] Fixed #31521 -- Skipped test_parsing_rfc850 test on 32-bit systems.
...
Backport of f12162107327b88a2f1faaab15d048e2535ec642 from master
2020-04-30 07:13:25 +02:00
Mariusz Felisiak
16dbeb2d51
[3.0.x] Updated expected date for 3.0.6 release.
...
Backport of 2788de95e375cccd03a3dfd161fc92b7d6df6024 from master
2020-04-28 10:13:23 +02:00
Mariusz Felisiak
e19ab18773
[3.0.x] Fixed broken links in docs.
...
Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master
2020-04-28 10:10:15 +02:00
Mariusz Felisiak
c91c4b326b
[3.0.x] Fixed typo in docs/topics/i18n/translation.txt.
...
Thanks durey for the report.
Backport of dd3dcd28402b7c9cc7bfd24d3e026db751ca4dfd from master
2020-04-28 10:08:27 +02:00
Mariusz Felisiak
04bc3577ed
[3.0.x] Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
...
Backport of ca769c8c13df46b8153a0a4ab3d748e88d6e26f9 from master
2020-04-27 18:07:34 +02:00
Hasan Ramezani
657992cf19
[3.0.x] Fixed #31514 -- Fixed default form widgets in model fields docs.
...
Backport of d6db186427d33889e4d2f3b56e02807d51fc0376 from master
2020-04-25 21:21:29 +02:00
Tim Schilling
a3e4591020
[3.0.x] Corrected outputting BooleanField as HTML in forms docs.
...
Backport of 34a69c24584ec7d842dbf266659b25527cd73909 from master
2020-04-24 12:15:50 +02:00
Tanmay Vijay
cb10c33e27
[3.0.x] Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
...
Backport of e43abbbd70a78d4c0023667589c4e143ed78807e from master
2020-04-24 08:39:56 +02:00
Andy Chosak
2673738aac
[3.0.x] Fixed typo in docs/intro/contributing.txt.
...
Backport of 2c4f6034616e695941fe6bdff7c38e1894da286d from master
2020-04-24 08:18:37 +02:00
Jon Dufresne
fc83e2afe3
[3.0.x] Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
...
Backport of faa08449dd1236c1b92883e86cf1895410c72f56 from master
2020-04-23 18:34:03 +02:00
Mads Jensen
8c522d71e3
[3.0.x] Added link to Mozilla's infosec page on web security.
...
Backport of 060d9d4229c436c44cf8e3a301f34c4b1f9f6c85 from master
2020-04-22 16:27:19 +02:00
Jignesh Kotadiya
abe33c1695
[3.0.x] Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
...
Backport of 7b4bd2a82c4709a9078fed5c33fa94f208a8c41e from master
2020-04-20 10:53:53 +02:00
David Smith
192c1ec5cc
[3.0.x] Updated iTunes podcast format link in syndication docs.
...
Backport of 201431915925f63da6303dd21ad11088bb004382 from master
2020-04-20 08:10:42 +02:00
Jon Dufresne
c335f16855
[3.0.x] Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
...
The u-prefixed variants were removed from the documentation in
6eb4996672ca5ccaba20e468d91a83d1cd019801.
Backport of fb21625270ab169fd436c36dd51acb642a97ee50 from master
2020-04-20 07:58:03 +02:00
Nick Pope
70b1c947c8
[3.0.x] Improved message example in admin actions documentation.
...
Avoid partial string construction and make use of ``ngettext`` to show
example of how to handle plural variants with translations. Also make
use of ``messages.SUCCESS`` to highlight customizing the style of the
message - in this case it better fits what the message is conveying.
Backport of 058b38b43ea4726be2914ecc967b8fb1da47d995 from master
2020-04-16 11:28:41 +02:00
Mariusz Felisiak
e42320d2f2
[3.0.x] Used :rfc: role in various docs.
...
Backport of f1a808a5025b63715d1034af2b96a6a5241d29e9 from master.
2020-04-15 20:02:38 +02:00
Mariusz Felisiak
747ea48983
[3.0.x] Fixed typo in docs/ref/templates/builtins.txt.
...
Backport of fc0b48d2e7aaaeb390936916f56dc0631717d022 from master
2020-04-15 10:41:40 +02:00
Mariusz Felisiak
51f0b8ae0d
[3.0.x] Fixed term warning on Sphinx 3.0.1+.
...
"term" role became case sensitive in Sphinx 3.0.1.
Backport of cc70a0343ef51ffcc0b1211dd6e7abedc4b43ea6 from master
2020-04-14 09:32:48 +02:00
Andrew Godwin
d292d1163e
[3.0.x] Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
...
It does not support thread_sensitive when used as a decorator, yet.
Backport of b5ad450fa6d53186b68f89a4507fdbabc8900f74 from master
2020-04-14 07:27:05 +02:00
David Smith
eeab4ab82e
[3.0.x] Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
...
Backport of 734fde771433b9ea525a2b0f4d8ebb3ae426b2fa from master
2020-04-10 08:01:17 +02:00
Mariusz Felisiak
f425835cbe
[3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.
...
Backport of 678f958ef972bf9be402332537149ca0884035ba from master
2020-04-07 09:49:41 +02:00
Mariusz Felisiak
042c19cbd0
[3.0.x] Fixed CodeBlock deprecation warning on Sphinx 2.1+.
...
Backport of a4e4737cf36f3ba6f526587f2656cf4be64b91bf from master
2020-04-07 09:49:36 +02:00
Mariusz Felisiak
255f3f77d2
[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.
...
Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master
2020-04-07 09:49:31 +02:00
Hasan Ramezani
22a2e97fc3
[3.0.x] Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject.
...
Thanks Simon Charette for the solution and analysis.
Backport of 4237050684427db45ea834fe89d9e11c0520201e from master
2020-04-06 08:15:51 +02:00
Simon Charette
810f18c2df
[3.0.x] Fixed #31423 -- Clarified nested atomic() example.
...
Backport of fa5e7e46d875d4143510944f19d79df7b1739bab from master
2020-04-06 06:17:16 +02:00
Carlton Gibson
2c3497980f
[3.0.x] Corrected docs spelling of PgBouncer.
...
Backport of b1f88476dbd738bdcc20466efd5ffcb83ab25093 from master
2020-04-01 15:15:21 +02:00
Adam Johnson
0342d47e7a
[3.0.x] Prevented (and corrected) single backtick usage in docs.
...
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-04-01 15:15:21 +02:00
Adam Johnson
c9437596fe
[3.0.x] Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
...
Backport of e9b014fbc56b9baf91019a803ab2a45788c5c44a from master
2020-04-01 10:59:42 +02:00
Carlton Gibson
73001dd8ad
[3.0.x] Added stub release notes for 3.0.6.
...
Backport of a7e4ff370cdb046b048b40e6e0d043cc6a91247c from master
2020-04-01 10:11:24 +02:00
Carlton Gibson
bf4921f115
[3.0.x] Post-release version bump.
2020-04-01 09:54:37 +02:00
Carlton Gibson
49b4ec0a19
[3.0.x] Bumped version for 3.0.5 release.
3.0.5
2020-04-01 09:54:05 +02:00
Carlton Gibson
d569a8fdde
[3.0.x] Added release dates for 2.2.12 and 3.0.5.
...
Backport of b56243b77f6ae3125bd1a3f24163b28a13a30c5f from master
2020-04-01 09:17:38 +02:00