| Age | Commit message (Collapse) | Author |
|
Fixed OrderingTests.test_order_by_fk_attname and test_order_by_pk on
CockroachDB.
|
|
This required implementing a limited form of dynamic dispatch to combine
expressions with numerical output. Refs #26355 should eventually provide
a better interface for that.
|
|
|
|
|
|
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.
|
|
|
|
Per deprecation timeline.
|
|
contains F() expressions.
Thanks Can Sarıgöl for the report.
Follow up to 8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b.
|
|
contains expressions.
|
|
Thanks Simon Charette for the review.
|
|
|
|
QuerySet.order_by and Meta.ordering.
|
|
contains expressions.
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
|
|
Thanks Ramiro Morales for contributing to the patch.
|
|
subquery that uses nulls_first/nulls_last.
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Mariusz Felisiak for finishing the patch.
|
|
|
|
|
|
assertSequenceEqual().
|
|
|
|
I am no English professor, but "inheriting its related model" should not contain an apostrophe.
For reference, see http://theoatmeal.com/comics/apostrophe
|
|
ForeignKey/OneToOneField
|
|
Thanks to Elmar Bucher for the report and Tim for the review.
|
|
|
|
|
|
|
|
This is a reliqua from the early days of the modeltests/regressiontests era.
|
|
Thanks to chrisedgemon for the report and shaib, akaariai and
timgraham for the review.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|