| Age | Commit message (Collapse) | Author |
|
related field accessor.
|
|
|
|
Unused since a8a81aae20a81e012fddc24f3ede556501af64a2.
|
|
|
|
default manager.
|
|
SQLite and MySQL.
|
|
|
|
Meta.indexes.
Thanks Gabriel for the report and Adam Johnson for the review.
|
|
MySQL.
|
|
|
|
|
|
|
|
QuerySet.select_for_update(of=()).
|
|
expression.
Otherwise it generates invalid SQL.
|
|
|
|
a custom lookup class with lookup_name != None is registered as the exact lookup.
Regression in 58da81a5a372a69f0bac801c412b57f3cce5f188 and prerequisite
for refs #28896.
|
|
|
|
This required allowing WhereNode to be provided as When(condition).
This was made possible by cf12257db23fa248c89a3da3f718aa01a50ca659.
|
|
|
|
|
|
|
|
models with quoted db_table.
Thanks Simon Charette and Tim Graham for the review and Carlos E. C.
Leite for the report.
|
|
|
|
|
|
|
|
pointing to a MTI model.
Regression in b9f8635f58ad743995cad2081b3dc395e55761e5.
|
|
Thanks Tim for the review.
|
|
arg is raised.
Also removed usage of the problematic pattern elsewhere.
Regression in 6e55e1d88a5c4453e25f0caf7ffb68973de5c0ba.
|
|
subquery that uses nulls_first/nulls_last.
|
|
models.
|
|
values() and values_list().
|
|
Thanks Krzysztof Nazarewski for the initial patch.
|
|
|
|
difference(), and intersection().
Thanks Tim Graham for the review.
|
|
|
|
primary key assignment.
|
|
|
|
|
|
|
|
Meta.manager_inheritance_from_future for backwards compatibility.
Refs 631f4ab06112aca5bd6a57b81159048f936050bf.
|
|
reverse relations.
|
|
Thanks Adam Chidlow for polishing the patch.
|
|
Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3.
|
|
|
|
Thanks to Rachel Tobin for the initial __qualname__ work and tests.
|
|
|
|
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.
Thanks Simon Charette for review.
|
|
|
|
Using lowercased model class names suggested that accessing the attribute
from instances of the class returned an instance of the descriptor, but
this is only the case when accessed from the model class.
|
|
Setting __qualname__ is sufficient for pickling of DoesNotExist and
and MultipleObjectsReturned to work correctly.
|