| Age | Commit message (Collapse) | Author |
|
|
|
Backport of 248fa208cb2c7607fb7a464238fb8ebe62e6a54c from master
|
|
expression in the page's ordering.
Thanks Tim Graham for the review.
Backport of c8152137400b5932578cd1788b79560c9772e56b from master
|
|
after QuerySet.select_for_update(of=()).
Backport of c21f158295d92e35caf96436bfdbbff554fc5569 from master
|
|
Thanks Andrey Martyanov for the report, and Tim Graham for the review.
Backport of 23b21db31bfcf2a065d485617412cca43a311a4c from master.
|
|
model referenced by a ManyToManyField.
Introspected database constraints instead of relying on _meta.related_objects
to determine whether or not a table or a column is referenced on rename
operations.
This has the side effect of ignoring both db_constraint=False and virtual
fields such as GenericRelation which aren't backend by database level
constraints and thus shouldn't prevent the rename operations from being
performed in a transaction.
Regression in 095c1aaa898bed40568009db836aa8434f1b983d.
Thanks Tim for the additional tests and edits, and Mariusz for the review.
Backport of 9f7772e098439f9edea3d25ab127539fc514eeb2 from master
|
|
to str.
Regression in df41b5a05d4e00e80e73afe629072e37873e767a.
Backport of 01384ce36c3fddfbcc5af6e1108bdb8cd3e9389d from master
|
|
Regression in 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631.
Backport of e7b804c060a1f9fc089cf935801aa85b09db062b from master
|
|
the fractional part of DecimalField.
This reverts commit a146b65628e702a9a3ed5be21542ca45366fbb29 and adds
a test for the regression.
Backport of 6fd6d8383f48ea2fe4e058725fa30529a083e9a5 from master
|
|
ModelAdmin.autocomplete_fields.
Backport of 30a389bd7795016d7f48bcda997e5dea5116f9bb from master
|
|
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188.
Backport of da71e4bb086593b5ca76bf698358d27ead2cfed2 from master
|
|
__isnull=True if a custom lookup class with lookup_name != None is registered as the exact lookup.
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.
Backport of 10bfa876be59feec24bb6a40fa11bece808ee405 from master
|
|
model that uses more than one level of MTI.
Forwardport of 35222035029863f95769e2e59beeeb953d125689 from stable/1.11.x
|
|
models with quoted db_table.
Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.
Backport of fc48047586a8f92262f55d9d2bfb976325844b23 from master
|
|
generation for models with quoted db_table.
Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.
Backport of f79d9a322c6008e5fada1453aebfb56afc316cc8 from master
|
|
Regression in b52c73008a9d67e9ddbb841872dc15cdd3d6ee01.
Backport of e014f91a70aa3ccdddb363a733c76e35597424fa from master
|
|
|
|
|
|
another" inlines.
Also allowed autocomplete widgets to work on AdminSites with a name other
than 'admin'.
Backport of 81057645f61fe545f4f11737dbd3040043ed2436 from master
|
|
Thanks Ramiro for the input and Tim for the review.
Backport of 095c1aaa898bed40568009db836aa8434f1b983d from master
|
|
Backport of cf12257db23fa248c89a3da3f718aa01a50ca659 from master
|
|
key constraint" crash on MySQL with a sequence of AlterField or RenameField operations.
Regression in 45ded053b1f4320284aa5dac63052f6d1baefea9.
Backport of c3e0adcad8d8ba94b33cabd137056166ed36dae0 from master
|
|
|
|
|
|
|
|
Media before its formset's Media.
This provides better backwards compatibility following refs #28377.
Backport of 03974d81220ffd237754a82c77913799dd5909a4 from master
|
|
pointing to a MTI model.
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
Modified backport of e50add6ca1605dcc06c8c5a5770342779a4d5124 from master
|
|
Backport of f0a68c25118786d47041d0a435b2afa953be3c86 from master
|
|
than one arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
Backport of 746caf3ef821dbf7588797cb2600fa81b9df9d1d from master
|
|
Thanks Hendy Irawan for the analysis and report.
Backport of 4f5526e346861c0b2ffa2ea7229747c883e14432 from master.
|
|
subquery that uses nulls_first/nulls_last.
Backport of 616f468760e4984915bb2ccca6b9eb3d80ddadb0 from master
|
|
after values() and values_list().
Backport of d97f026a7ab5212192426e45121f7a52751a2044 from master
|
|
'transaction_isolation'" on MariaDB.
Regression in 967450a3bf940c43db891fe1e2ef3bcf73456ff8.
Backport of e3c852cbd609484b272f563f3c21066fb12ef7f8 from master
|
|
parenthesized" on Python 3.7.
Due to https://bugs.python.org/issue32012.
Backport of 931c60c5216bd71bc11f489e00e063331cf21f40 from master
|
|
|
|
|
|
Refs #27458, #27843.
Thanks Tim and Mariusz for the review.
Backport of ee85ef8315db839e5723dea19d8b971420a2ebb4 from master
|
|
Backport of 967450a3bf940c43db891fe1e2ef3bcf73456ff8 from master
|
|
union(), difference(), and intersection().
Thanks Tim Graham for the review.
Backport of 2d3cc94284674638c334670903d49565039d77ae from master
|
|
user error when using ModelBackend.
Regression in e0a3d937309a82b8beea8f41b17d8b6298da2a86.
Thanks Guilherme Junqueira for the report and Tim Graham for the review.
Backport of 359370a8b8ca0efe99b1d4630b291ec060b69225 from master
|
|
routing changes.
Backport of 3ae9c356c5d4b89caf8343aa3ffe0a66e713c9fd from master
|
|
django.urls.path() routes.
Backport of 998c9dd599cd907bb38f440fff13a808571589f8 from master
|
|
Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master
|
|
Backport of e9a370bb6a8bbe824f62b4c59364c1e0b105282f from master
|
|
Backport of ba2c4ec7ccf4e7fb3bbb9a5df643f50b2f38ee2a from master
|
|
Backport of e554b72a2a5473f3f1e57a32565758757a9e8e87 from master
|
|
cookie examples.
Backport of afd375fc343baa46e61036087bc43b3d096bb0ca from master
|
|
Meta.manager_inheritance_from_future for backwards compatibility.
Refs 631f4ab06112aca5bd6a57b81159048f936050bf.
Backport of cbe334918a0a80762249706a15b699714b5dc828 from master
|
|
location.
Backport of 23e551ce6c7956e4c143357643dab2e89d30bfe0 from master
|
|
cached reverse relations.
Backport of fcfcf8aae470d893b0d2ef176434461edf9e9c4d from master
|