| Age | Commit message (Collapse) | Author |
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews.
Co-authored-by: Florian Apolloner <florian@apolloner.eu>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
specific tests.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
ArrayField's __overlap lookup.
Thanks Mads Jensen and kosz85 and the initial patch.
|
|
values.
Thanks jerch and David Sanders for reviews.
|
|
only NULL values.
|
|
|
|
This ensures explicit grouping from using values() before annotating an
aggregate function groups by selected aliases if supported.
The GROUP BY feature is disabled on Oracle because it doesn't support it.
|
|
|
|
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
|
|
|
|
|
|
psycopg2 2.8.4 is the first release to support Python 3.8.
|
|
|
|
Tests should not rely on auto PKs.
Test regression in 33403bf80f635577a18426bc99c8a65e31fd8dfa.
|
|
expressions.
Thanks Mariusz Felisiak and Simon Charette for reviews.
|
|
ArrayField lookups.
|
|
|
|
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
|
|
test_grouping_by_annotations_with_array_field_param().
output_field cannot be automatically determined because the first
argument passed to ARRAY_LEN is an ArrayField and the second one is an
integer.
|
|
|
|
RangeFields.
_get_FIELD_display() crashed when Field.choices was unhashable.
|
|
lists and tuples.
|
|
|
|
trailing values.
|
|
|
|
django.db.models.fields.mixins.
|
|
over AutoField.
|
|
expressions with params.
|
|
Thanks to Evgeniy Krysanov for the report and the idea to use to_python.
Thanks to Mariusz Felisiak for the test case.
|
|
parameters.
Fixed in d87bd29c4f8dfcdf3f4a4eb8340e6770a2416fe3.
|
|
ArrayField.
Fixed in 3af695eda24b874486ee8be7e0d729761b3bdc71.
|
|
|
|
Thanks Mariusz for suggesting it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defaults.
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
choices.
|
|
Thanks Preston Timmons for review.
|