| 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.
|
|
|
|
|
|
|
|
|
|
QuerySet filtering.
|
|
http://bugs.python.org/issue27364
|
|
assertSequenceEqual().
|
|
|
|
different databases.
|
|
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
iterator.
|
|
|
|
|
|
Thanks Collin Anderson for the review.
|
|
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.
|
|
|
|
|
|
|
|
The change also removed allow_explicit_fk from sql/query.py.
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|
|
Thanks to noirbizarre for the report and initial patch.
|
|
non-string fields."
This reverts commit 64041f0e6e7a773574d7cde978d16305200004ea.
lookup.tests.LookupTests.test_regex_non_string fails under Postgres.
We should also try to rewrite the test using an existing model.
|
|
|
|
The recent improvements should make shared_models obsolete.
This reverts commit 1059da8de675442e84381d6366c0be254681753e, reversing
changes made to 4fa7f3cdd9bcf50ec4c7f64a31c1dfc02c375f46.
|
|
This reverts commit 22b7870e40a3ecf022b423de6cd867dcb35a6940.
|
|
|