| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Reverted 658f1e8 which broke code using __icontains's implicit cast to ::text
on ArrayField.
Thanks Peter J. Farrell for the report.
|
|
This prevents the base_field from sharing attributes with the one used
during migrations.
|
|
|
|
FileInput, SplitDateTimeWidget, SelectDateWidget, and SplitArrayWidget.
Thanks Matt Westcott for the review.
|
|
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
fields.
|
|
|
|
Thanks Karan Lyons for contributing to the patch.
|
|
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
|
|
Thanks to Tim for the review.
|
|
Thanks to Trac alias benzid-wael for the report.
|
|
Thanks to Jean Gourds for the report, Tim and Claude for the review.
|
|
|
|
|
|
|
|
value.
|
|
|
|
for ArrayField.
|