Tim Graham
917aa556a9
[2.2.x] Fixed #30289 -- Prevented admin inlines for a ManyToManyField's implicit through model from being editable if the user only has the view permission.
...
Backport of 8335d59200e4c64dfe3348ea93989d95e0107439 from master.
2019-03-30 17:44:58 -04:00
sage
4a6d3f2580
[2.2.x] Fixed #30295 -- Fixed max_lengths.tests.MaxLengthORMTests when run in isolation.
...
Backport of 5a92bb0725e07068b260364ef66466f126000b0b from master.
2019-03-28 12:05:57 -04:00
Matthias Kestenholz
a86ffb3e0f
[2.2.x] Fixed #30280 -- Restored Model.get_FIELD_display()'s coercion of lazy strings.
...
Reverted cc79c7ee637e65c8da27e56d746c87903d5ec901.
Backport of ea071870f943c23a8eaf36dfcdf382afd6478fd1 from master.
2019-03-22 13:01:15 -04:00
oliver
8cff329802
[2.2.x] Used QuerySet.bulk_create() in a couple of postgres tests.
...
Follow up to 0ce2ad9ca4623cfd6dc2515430c0ae8a1717a607.
Backport of 2aaabe2004e1953eb7d7057edcf2fabd37f7394d from master.
2019-03-21 18:05:42 -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
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
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
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
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
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
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
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
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
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
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
Carlton Gibson
83ab3e2664
[2.2.x] Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().
...
Thanks Sjoerd Job Postmus for the report and initial patch.
Thanks Michael Manfre, Tim Graham, and Florian Apolloner for review.
Backport of 402c0caa851e265410fbcaa55318f22d2bf22ee2 from master
2019-02-11 11:10:38 +01:00
Matthias Kestenholz
e1bd94496b
[2.2.x] Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.
...
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.
Backport of 959d0c078a1c903cd1e4850932be77c4f0d2294d from master.
2019-02-09 09:39:15 -05:00
Claude Paroz
caaa01142d
[2.2.x] Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the catalog.
...
Backport of 16454ac35f6a24a04b23a9340b0d62c33edbc1ea from master.
2019-01-28 18:17:52 -05:00
Tom Forbes
728358c5cf
[2.2.x] Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
...
Backport of 1e92407f83ed35be35f876777935b983ab9587be from master.
2019-01-28 14:42:46 -05:00
Paveł Tyślacki
2ca200a7c3
[2.2.x] Made test table cleanup in OperationTestBase more robust.
...
Some non-unique constraint names were added in
b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures
depending on the order in which tests were run.
Backport of 62b8596616ea46849e29ca77a77e1196417dc1f9 from master.
2019-01-28 13:48:04 -05:00
Tim Graham
d3b4f4b962
[2.2.x] Refs #30055 -- Added a helpful error when SQLite is too old.
...
Backport of 7444f3252757ed4384623e5afd7dcfeef3e0c74e from master.
2019-01-28 11:21:47 -05:00
Tim Graham
710052fee9
[2.2.x] Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
...
Fixed "ERROR: Step ‘Publish JUnit test result report’ failed: No test report
files were found. Configuration error?" on Jenkins because report files were
put in tests/postgres_tests.
Backport of 2de7eb6f4d5a20cec98e4d2eefc276ee38d149ad from master.
2019-01-23 13:17:29 -05:00
Nasir Hussain
6ce7887f13
[2.2.x] Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres in INSTALLED_APPS.
...
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
Backport of 2804b8d2153505ec49b191db2168302dfb92c3af from master.
2019-01-22 17:50:00 -05:00
Jon Dufresne
28fb4ed5d9
[2.2.x] Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
...
Regression in 24959e48d949a20be969f649ece3576dbc7ce422.
Backport of d15c61cabbe1c15068ffeb58c64035057f0c7d5c from master.
2019-01-21 09:31:45 -05:00
Simon Charette
6516e49262
[2.2.x] Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
...
Regression in bc05547cd8c1dd511c6b6a6c873a1bc63417b111 (refs #28658 ).
Backport of 65858119d23e37872505a4476e7141c33981fb50 from master.
2019-01-21 09:24:47 -05:00
Mariusz Felisiak
70aeb6ab01
[2.2.x] Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
...
Backport of f05c02c4b8d4e423e57d453c4bd699dc5ff7eaa7 from master
2019-01-19 13:33:28 +01:00
Tim Graham
ee9bd8c310
[2.2.x] Refs #30097 -- Fixed typos in InlineModelAdmin.has_add_permission() deprecation comments.
2019-01-17 18:40:11 -05:00
Simon Charette
f84ad16ba4
Refs #17198 -- Detected existing total ordering in admin changelist.
...
Appending pk is not necessary when a subset of the ordering expressions is
contained in a non-nullable unique contraint.
Related field ordering through lookups and related ordering introspection is
omitted for simplicitly purpose.
2019-01-17 16:22:14 +01:00
Simon Charette
9e5e5a657b
Fixed #30044 -- Raised a FieldError on inherited field update attempts.
2019-01-16 14:09:51 -05:00
Santiago Basulto
4fc35a9c3e
Fixed #20147 -- Added HttpRequest.headers.
2019-01-16 13:38:47 -05:00
Simon Charette
aa5d0a5a90
Removed unnecessary transaction wrapping in expressions test.
2019-01-16 13:23:55 -05:00
Arthur Rio
181fb60159
Fixed #11154 , #22270 -- Made proxy model permissions use correct content type.
...
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
2019-01-16 10:07:28 -05:00
Collin Anderson
769355c765
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a through model.
2019-01-15 11:12:17 -05:00
Nasir Hussain
f021c110d0
Fixed #30099 -- Fixed invalid SQL when filtering a Subquery by an aggregate.
2019-01-15 07:22:59 -05:00
Mariusz Felisiak
1508e71c5b
Relaxed assertions to fix GIS test failures on Oracle 18c.
2019-01-14 18:32:42 -05:00
Simon Charette
b181aba7dd
Refs #28478 -- Prevented database feature based skipping on tests disallowing queries.
...
Database features may require a connection to be established to determine
whether or not they are enabled.
2019-01-14 16:16:30 -05:00
Simon Charette
f5b635086a
Refs #28478 -- Prevented connection attempts against disallowed databases in tests.
...
Mocking connect as well as cursor methods makes sure an appropriate error
message is surfaced when running a subset of test attempting to access a
a disallowed database.
2019-01-14 16:05:00 -05:00
Nick Pope
6d4efa8e6a
Refs #28643 -- Changed Variance() to use NumericOutputFieldMixin.
...
Keeps precision instead of forcing DecimalField to FloatField.
2019-01-14 14:39:46 -05:00