| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Srinivas Reddy Thatiparthy <thatiparthysreenivas@gmail.com>
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
Regression in 2162f0983de0dfe2178531638ce7ea56f54dd4e7.
|
|
|
|
values_list() after combining querysets with extra() with union(), difference(), or intersection().
Regression in 0b66c3b442875627fa6daef4ac1e90900d74290b.
|
|
|
|
|
|
model if through_fields differs.
|
|
|
|
|
|
Unused since its introduction in d549b8805053d4b064bf492ba90e90db5d7e2a6b.
|
|
|
|
|
|
|
|
GenericRelation is declared on an abstract base model.
Regression in 4ab027b94409e6415b774797bf9d3593da9d9ea8.
Thanks Lauri Kainulainen for the report.
|
|
functions.
|
|
|
|
A race condition happened when the object didn't already exist and
another process/thread created the object before update_or_create()
did and then attempted to update the object, also before update_or_create()
saved the object. The update by the other process/thread could be lost.
|
|
|
|
|
|
DatabaseFeatures.can_use_chunked_reads.
|
|
|
|
|
|
QuerySet.get_or_create()/update_or_create() defaults unless needed.
Removed the logic added in 81e05a418dc6f347d9627373288e773c477a9fe0 which
was obsolete since dbffffa7dc95fc62cbecfd00284bde62ee796f48.
|
|
Thanks carltongibson for the idea and weijunji for the initial patch.
|
|
used in the GROUP BY clause.
Thanks Tim Graham for the review.
|
|
|
|
Unused since 01d440fa1e6b5c62acfa8b3fde43dfa1505f93c6.
|
|
|
|
Thanks Nick Pope for much review.
|
|
|
|
Thanks Vinay Karanam for the initial patch.
|
|
|
|
|
|
model constructor
|
|
Regression in 86eccdc8b67728d84440a46e5bf62c78f2eddf6d.
|
|
Regression in 3aa9ab39cce6b2a27d6334ad0148c8f37b6f5986.
|
|
|
|
when using a RawSQL annotation.
Regression in 1d070d027c218285b66c0bde8079034b33a87f11.
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
descriptor.
|
|
unsaved model instances.
|
|
|
|
primary_key field.
|
|
QuerySet.bulk_create().
|
|
choices.
|
|
|
|
|
|
|
|
|
|
|