| Age | Commit message (Collapse) | Author |
|
Regression in cfff2af02be40106d4759cc6f8bfa476ce82421c.
|
|
|
|
The Subquery class which Exists inherits from defaulted to using single-valued
querie's field if no output_field was explicitly specified on initialization
which was bypassing the Exists.output_field defined at the class level.
Moving Subquery's dynamic output_field resolution to _resolve_output_field
should make sure the fallback logic is only performed if required.
Regression in 08654a99bbdd09049d682ae57cc94241534b29f0.
Thanks Oli Warner for the detailed report.
|
|
|
|
|
|
|
|
|
|
|
|
SQLite and MySQL.
|
|
|
|
Regression in f48bc7c3dbd204eefb3c19016b1e4906ac26bee3.
|
|
|
|
MySQL 5.5 (refs #28552) was the last database to use it.
|
|
Thanks Josh Smeaton, Mariusz Felisiak, Sergey Fedoseev, Simon Charettes,
Adam Chainz/Johnson and Tim Graham for comments and reviews and Jamie
Cockburn for initial patch.
|
|
|
|
|
|
|
|
Incorrect since its introduction in 20bab2cf9d02a5c6477d8aac066a635986e0d3f3.
|
|
_output_field).
|
|
Thanks Simon Charette for the fix.
|
|
Add aliases from resolved querysets to the parent query's external
aliases to prevent those aliases from being quoted.
Thanks to Vasily Stepanov for the report and Tim Graham for the review.
|
|
|
|
Accuracy was incorrect when dates differ by a month or more.
|
|
DateField on Oracle/PostgreSQL.
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
Thanks Josh Smeaton for Oracle fixes.
|
|
Thanks Mariusz Felisiak for review and MySQL advice.
|
|
|
|
Removed DatabaseFeatures.supports_bitwise_or feature (unused, always True).
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
Removed possible u'' prefixes on Python 2.
|
|
assertSequenceEqual().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Gavin Wahl <gwahl@fusionbox.com>
|
|
|
|
|
|
ForeignKey/OneToOneField
|