| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|