| Age | Commit message (Collapse) | Author |
|
favor of databases.
|
|
|
|
|
|
|
|
Regression in 514b2c989a948e3c59bda0da0c9427acf643cf5b.
|
|
|
|
|
|
OneToOneField primary key to a non-pk field.
|
|
|
|
|
|
|
|
|
|
nested Prefetches.
|
|
Regression in 7ec330eeb96d0874949eacb8ed1bbb97e11807e1.
Thanks Tim Graham for the review.
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
_apply_rel_filters() method.
Per deprecation timeline.
|
|
After refs #16614, integers might appear outside the WHERE clause.
|
|
|
|
|
|
Thanks Trac alias karyon for the report and Tim for the review.
|
|
through attr.
Thanks Ursidours for the report.
|
|
Thanks Maxime Lorant for the report and Anssi for the suggestion.
|
|
|
|
prefetching their results.
Thanks Loïc for the suggested improvements and Tim for the review.
|
|
relations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Jamie Matthews for finding and explaining the bug.
|
|
The old names were downright confusing. Some seemed to mean the opposite
of what the class actually did.
The new names follow a consistent nomenclature:
(Forward|Reverse)(ManyToOne|OneToOne|ManyToMany)Descriptor.
I mentioned combinations that do not exist in the docstring in order to
help people who would search for them in the code base.
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
This resolves a problem on databases besides PostgreSQL when using
prefetch_related with a source model that uses a UUID primary key.
|
|
|
|
|
|
comprehension
|
|
|
|
|
|
Thanks Collin Anderson for the review.
|
|
There's always a better word.
|
|
This allows these tests to run on databases that reject duplicate NULL
values in unique fields e.g. SQL Server.
Forward port of 4fb50a9a from stable/1.7.x.
|