| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Regression in 86eccdc8b67728d84440a46e5bf62c78f2eddf6d.
|
|
null value.
|
|
Oracle.
Test introduced in feb683c4c2c5ecfb61e4cb490c3e357450c0c0e8 revealed
unexpected behavior on Oracle that allows concatenating NULL with string.
|
|
lookups.
Thanks Tim Graham and Sergey Fedoseev for reviews.
|
|
warnings.
https://bugs.python.org/issue25988
|
|
|
|
Regression in ec50937bcbe160e658ef881021402e156beb0eaf.
Thanks Simon Charette for review.
|
|
|
|
value to None.
Also fixed crash of .filter(field__transform=None).
|
|
|
|
|
|
primary key.
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
more than 999 ids.
Thanks Andrei Picus and Anssi Kääriäinen for the initial patch
and Tim Graham for the review.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
QuerySet filtering.
|
|
http://bugs.python.org/issue27364
|
|
assertSequenceEqual().
|
|
|
|
different databases.
|
|
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
iterator.
|
|
ForeignKey/OneToOneField
|
|
This was implemented for non-SQLite backends in 1.7 (as a
side effect of #16187).
|
|
|
|
|
|
Thanks Collin Anderson for the review.
|
|
This is a reliqua from the early days of the modeltests/regressiontests era.
|
|
When custom lookups were added, converting the search lookup to use
the new Lookup infrastructure wasn't done.
Some changes were needed to the added test, main change done by
committer was ensuring the test works on MySQL versions prior to 5.6.
|
|
|
|
Also fixed #22124 -- Expanded explanation of exactly what is going on in
as_sql() methods.
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|