Philipp Bosch
bca600339e
[2.2.x] Used monospace font in date template filter format character docs.
...
Helps distinguish between lowercase L and uppercase I.
Backport of 0b8abd7cdf1a5bae96dd0640af10ad504f104d06 from master.
2019-03-21 10:20:35 -04:00
Tim Graham
1ef2216ff2
[2.2.x] Fixed #30277 -- Fixed broken links to packaging.python.org.
...
Backport of 8f1cc7e9e61758475ddd6586e0fede4af1ca0e8d from master.
2019-03-21 10:08:23 -04:00
Nick Pope
cb36ca4a0f
[2.2.x] Corrected settings names in SecurityMiddleware tests.
...
Backport of 413d50b5ff0c0a4198d4bf069e6434bc7ba4cd86 from master.
2019-03-20 20:15:59 -04:00
Tim Graham
abd6fb1656
[2.2.x] Fixed serializers test crash if PyYAML isn't installed.
...
Follow up to a57c783dd4e6dc73847081221827a1902eede88b.
Backport of 55490ac7469a3647ce163bee323f7fe4a06fcaa6 from master
2019-03-20 16:07:36 +01:00
Mariusz Felisiak
505785a71d
[2.2.x] Fixed #30264 -- Fixed crash of test_parsing_year_less_than_70() on 32-bit systems.
...
Thanks Andreas Beckmann and Chris Lamb for the report.
Backport of c9888bc8ecb8943ef08090e3325dcbdac825eafc from master
2019-03-20 13:46:31 +01:00
Carlton Gibson
19ab698937
[2.2.x] Fixed #30263 -- Doc'd changes to form Media sorting (refs #30179 ).
...
Thanks to Tim Graham for review.
Backport of 418263c457636d3301f2068c47f09a0f42e15c52 from master
2019-03-18 16:27:36 +01:00
Paul Wayper
a48c0180f5
[2.2.x] Fixed #30253 -- Doc'd how to order nulls in QuerySet.order_by().
...
Backport of 1025e764291167f2f34a4d55bd3d043836e74250 from master.
2019-03-18 11:11:55 -04:00
Carlton Gibson
2a42304111
[2.2.x] Bumped version for 2.2 release candidate 1.
2.2rc1
2019-03-18 09:47:26 +01:00
Simon Charette
883d87074d
[2.2.x] Fixed #30258 -- Adjusted postgres schema value quoting of ranges.
...
Thanks Tilman Koschnick for the report and patch.
Backport of 386d89ab55e620440d30590a8a104fe6d5eef830 from master
2019-03-18 09:32:09 +01:00
Paveł Tyślacki
2a92e2e3c1
[2.2.x] Refs #30172 -- Prevented removing a model Meta's index/unique_together from removing Meta constraints/indexes.
...
Backport of 5c17c273ae2d7274f1fa78218b3b74690efddb86 from master.
2019-03-17 21:28:49 -04:00
Paveł Tyślacki
3dd5e71752
[2.2.x] Refs #30172 -- Prevented removing a field's check or unique constraint from removing Meta constraints.
...
Backport of 4bb859e24694f6cb8974ed9d2225f18214338ea3 from master.
2019-03-17 21:28:36 -04:00
Paveł Tyślacki
40b0a58f5f
[2.2.x] Fixed #30183 -- Added introspection of inline SQLite constraints.
...
Backport of 782d85b6dfa191e67c0f1d572641d8236c79174c from master.
2019-03-15 20:01:36 -04:00
Paveł Tyślacki
d8252025bc
[2.2.x] Refs #30183 -- Moved SQLite table constraint parsing to a method.
...
Backport of 4492be348ad6fb24957068e63448142399629d18 from master.
2019-03-15 19:44:49 -04:00
Paveł Tyślacki
aaf45d5422
[2.2.x] Unified nonexistent foreign key introspection value for SQLite.
...
Backport of b777c0675ef7aadc299844025cf1f9b53562524f from master.
2019-03-15 19:44:45 -04:00
Jon Dufresne
87fad5a392
[2.2.x] Cleaned up exception message checking in some tests.
...
Backport of 95b7699ffc4bdb32a504fccfd127f1b76a8a1d1c from master.
2019-03-15 19:28:13 -04:00
Matt Westcott
985e6c224b
[2.2.x] Fixed #30254 -- Allowed model metaclasses to access the attribute dict in __init__().
...
Regression in a68ea231012434b522ce45c513d84add516afa60.
Backport of 58ad030d05fa50cfed327368ab61defca3303e02 from master.
2019-03-14 21:23:19 -04:00
Herman S
d8704a4d4f
[2.2.x] Fixed #30237 -- Made Authentication/SessionMiddleware and ModelBackend admin checks allow subclasses.
...
Backport of f976ab1b117574db78d884c94e549a6b8e4c9f9b from master.
2019-03-14 20:36:11 -04:00
Mariusz Felisiak
b150d99460
[2.2.x] Simplified test_transform()s in db_functions.math.
...
Backport of 258110d6cdea5050f8df0bbc9af3fcd9bd342d29 from master.
2019-03-14 19:42:21 -04:00
Mariusz Felisiak
a9ce7e2bcd
[2.2.x] Fixed serializers tests for PyYAML 5.1+.
...
Backport of a57c783dd4e6dc73847081221827a1902eede88b from master
2019-03-14 18:37:46 +01:00
alexanderblnf
14240e491e
[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decorators docs.
...
Backport of 406de977ea1a6429535d21240e3ecdac06d4516c from master.
2019-03-12 13:33:52 -04:00
David Beitey
282961f553
[2.2.x] Clarified deconstruct() in Custom Model Field docs.
...
Backport of 9fd90c4088833855b1ae973e4a66cab09a26f3e6 from master.
2019-03-12 10:44:21 -04:00
Samuel Gaist
3e565b50a9
[2.2.x] Doc'd the use of --noinput for test database handling.
...
Backport of 75840688f94c022cd2a62143149a30e6d2db8496 from master.
2019-03-05 21:10:21 -05:00
Mariusz Felisiak
cf903c4c0b
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
...
This reverts commit 463fe11bc8b2d068e447c5df677e7a31c2af7e03 due to
restore of relative paths sorting from isort < 4.3.5 in isort 4.3.10.
Backport of b435f82939edf70674856e0e1cd63973c2e0a1d1 from master
2019-03-03 19:35:37 +01:00
Tobias Bengfort
18211d0a4d
[2.2.x] Clarified permission-related docs.
...
Backport of 632d4861ddb99a2c9d11642fcfa4ad542b427d6b from master
2019-02-28 15:28:56 +01:00
Matthias Kestenholz
459f7c804d
[2.2.x] Fixed #30179 -- Fixed form Media merging when pairwise merging is insufficient.
...
Thanks gasman for the tests, and codingjoe and timgraham for the review.
Backport of 231b513926f2bfd71f08058ce5013bd81678ac01 from master.
2019-02-27 17:16:58 -05:00
Matthias Kestenholz
77e53da127
[2.2.x] Refs #30179 -- Moved topological sort functions to django.utils.
...
Backport of e04209e181c99ac16ca769d115ac640015a83757 from master.
2019-02-27 17:16:48 -05:00
Tim Graham
d29c8ea124
[2.2.x] Refs #29523 -- Updated admin's collapse.min.js.
...
Omitted in ba83378a7762c51be235b521aa5b48233d6c6c82.
Backport of 93e892bb645b16ebaf287beb5fe7f3ffe8d10408 from master.
2019-02-27 16:28:21 -05:00
shiningfm
4dac17ac93
[2.2.x] Fixed #30215 -- Fixed autoreloader crash for modules without __spec__.
...
Regression in c8720e7696ca41f3262d5369365cc1bd72a216ca.
Backport of 99cfb28e995388db109e2f2ed15307f09945dda8 from master.
2019-02-27 10:35:45 -05:00
Tom Forbes
7331dd8a98
[2.2.x] Refs #27685 -- Removed "watchman unavailable" message.
...
Backport of 65ef5f467ba84c26392a157de1622d805401ec7d from master
2019-02-25 21:42:14 -05:00
Matthias Kestenholz
d59c3fc167
[2.2.x] Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint.
...
Backport of c41e6c4eb8049a1f0efcfd7c7fc3b3ca11207b5a from master.
2019-02-25 15:00:27 -05:00
Tim Graham
8205116a79
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
...
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
2019-02-25 14:57:12 -05:00
Mariusz Felisiak
62f28f37bf
[2.2.x] Fixed documentation of database representation for ManyToManyField.
...
Backport of b0799f5d86b6c0ccb1dcba6e0d2eee336f7f5928 from master
2019-02-25 20:08:11 +01:00
Mariusz Felisiak
370a145996
[2.2.x] Fixed relative paths imports per isort 4.3.5.
...
Backport of 463fe11bc8b2d068e447c5df677e7a31c2af7e03 from master
2019-02-25 19:50:12 +01:00
Tim Graham
9a5f87a69c
[2.2.x] Fixed a failure when running tests on systems with SQLite < 3.8.3.
...
Backport of 36300ef336e3f130a0dadc1143163ff3d23dc843 from master.
2019-02-21 16:39:42 -05:00
Ran Benita
a9bd914a22
[2.2.x] Removed an outdated comment on DefaultConnectionProxy.
...
Backport of 21ff23bfeb4014bceaa3df27677fb68409c0634d from master
2019-02-20 11:31:57 -05:00
Simon Charette
7f25344c2e
[2.2.x] Fixed #30193 , Refs #28478 -- Avoided PostgreSQL connection health checks on initialization.
...
This addressed a regression introduced by a96b9019320ed8236659ee520a7a017c1bafbc6f as identified by Ran Benita.
Backport of 7071f8f2729295b0da77b6c651966dc32c71f1ab from master
2019-02-20 11:01:03 +01:00
Mariusz Felisiak
9278acfd12
[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.
...
Backport of edec11ce86a1a0d9e4c5a2a0df6acaf655041c24 from master
2019-02-16 07:58:55 +01:00
Jon Dufresne
37cc6a9dce
[2.2.x] Fixed #30171 -- Fixed DatabaseError in servers tests.
...
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b78b2a4a2b57c5e89ed4888f36aada4b.
Backport of 76990cbbda5d93fda560c8a5ab019860f7efaab7 from master.
2019-02-14 10:05:13 -05:00
Tim Graham
07b44a251a
[2.2.x] Removed docs of unused libgeoip1/python-gdal packages.
...
Backport of 21f9d437374ee078ee46e23b64efa3d52ca6f49a from master.
2019-02-14 09:46:45 -05:00
Tim Graham
6cdc7ae23f
[2.2.x] Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.
...
Backport of ddb293685235fd09e932805771ae97f72e817181 from master
2019-02-13 17:27:27 -05:00
Dan Davis
5e94c817ee
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
...
Partially reverted 50b8493581fea3d7137dd8db33bac7008868d23a (refs #29654 )
to avoid a crash when the user shell doesn't support non-ASCII characters.
Backport of 2bd8df243ac6fc35e58c9fe90b20c9e42519a5ac from master.
2019-02-13 14:00:53 -05:00
Hasan Ramezani
f2b460231d
[2.2.x] Fixed #29943 -- Doc'd that admin changelist may add pk to ordering.
...
Backport of f63811f4813f0e0439e140a97eeba18a5017e858 from master.
2019-02-12 21:36:07 -05:00
Tim Graham
c3655b1528
[2.2.x] Refs #29478 -- Clarified cached_property 2.2 release note.
...
Backport of 3b64e2b77570c73a0d7092124fa73439e0fb4305 from master.
2019-02-12 18:35:03 -05:00
Claude Paroz
28a6046b54
[2.2.x] Doc'd database functions for overlaps lookup.
...
Backport of 8cf9dbee6aeca57ab4dac986e46b79a2d234f703 from master
2019-02-12 15:43:11 -05:00
Jonatan Alexis Anauati
d2f942737c
[2.2.x] Fixed indentation in docs/topics/templates.txt.
...
Backport of 85ada61ac492ec6031db813463f4ea6820fee20b from master.
2019-02-11 16:52:41 -05:00
Tim Graham
74428138cc
[2.2.x] Added CVE-2019-6975 to the security release archive.
...
Backport of d6e5aad5c7eba3d8061c09902de16cd2b22619af from master.
2019-02-11 16:14:50 -05:00
Tim Graham
f548ac7fa5
[2.2.x] Refs #30177 -- Forwardported 2.0.13 release notes.
...
Backport of 1b8f552b08eb7642be598ba7512e7eaecefbdc6d from master.
2019-02-11 15:52:15 -05:00
Carlton Gibson
1672ed5ccf
[2.2.x] Refs #30175 -- Added release notes for 2.1.7, 2.0.12, and 1.11.20 releases.
...
Backport of b39bd0aa6d5667d6bbcf7d349a1035c676e3f972 from master
2019-02-11 15:47:54 +01:00
Semen Zhydenko
a536cf1f9f
[2.2.x] Fixed spelling mistakes in comments and tests.
...
Backport of 255d6a26a8839180b495c75f256641415c516b6f from master.
2019-02-11 08:56:10 -05:00
Atul Varma
1092bf02e6
[2.2.x] Fixed typo in docs/releases/2.2.txt.
...
Backport of b6bb912e9cd2d4497f010a362eff4662ba10f653 from master.
2019-02-11 08:54:23 -05:00