| Age | Commit message (Collapse) | Author |
|
HStoreField.
|
|
|
|
|
|
transforms.
|
|
expressions.
Thanks Mariusz Felisiak and Simon Charette for reviews.
|
|
|
|
django.db.models.fields.mixins.
|
|
JSON/HStoreField annotation.
This was a regression introduced by 7deeabc7c7526786df6894429ce89a9c4b614086
to address CVE-2019-14234.
Thanks Tim Kleinschmidt for the report and Mariusz for the tests.
|
|
expressions with params.
Regression in 4f5b58f5cd3c57fee9972ab074f8dc6895d8f387.
Thanks Florian Apolloner for the report and helping with tests.
|
|
lookups against SQL injection.
Thanks to Sage M. Abdullah for the report and initial patch.
Thanks Florian Apolloner for reviews.
|
|
Thanks Claude Paroz for assistance with translations.
|
|
|
|
|
|
|
|
|
|
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.
|
|
|
|
|
|
Python docs say, "it's usually not necessary to invoke these methods directly."
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
Thanks Simon Charette for help with the patch.
|
|
|
|
crashing on non-dict JSON input.
|
|
Also added tests for HStoreField and JSONField.
Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and
the review.
|
|
HStoreField now converts all keys and values to string before they're
saved to the database.
|
|
|
|
Thanks Simon Charette for review.
|
|
HStoreField
Correct test which was using the model field in a test form.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refs #23879.
|
|
|
|
Thanks to `django-hstore` for inspiration in some areas, and many people
for reviews.
|