| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-07 | Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." | Tim Graham | |
| This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda because try/except performs better. | |||
| 2017-06-28 | Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). | Mads Jensen | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2017-01-06 | Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys. | Simon Charette | |
| Thanks Harris Lapiroff for the report. | |||
| 2016-11-15 | Refs #27003 -- Fixed JSONField crash on converted values. | Brandon Chinn | |
| 2016-09-22 | Fixed #27257 -- Fixed builtin text lookups on JSONField keys. | Simon Charette | |
| Thanks Nick Stefan for the report and Tim for the review. | |||
| 2016-09-12 | Used a database feature to prevent the jsonb test model from being migrated. | Simon Charette | |
| Thanks Tim for the review. | |||
| 2016-09-07 | Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup. | Tim Graham | |
| 2016-08-25 | Fixed #25995 -- Added an encoder option to JSONField | Claude Paroz | |
| Thanks Berker Peksag and Tim Graham for the reviews. | |||
| 2016-07-27 | Fixed #26949 -- Fixed crash of disabled forms.JSONField. | Olexander Yermakov | |
| 2016-07-27 | Fixed #26917 -- Fixed crash in disabled ModelChoiceFields. | Tim Graham | |
| Partially reverted refs #25532 to fix a regression in Django 1.10. This reintroduces a crash for disabled forms.JSONField (refs #26949), however, that issue is also present on Django 1.9. Thanks Ryan Schave for the test. | |||
| 2016-06-16 | Fixed #26747 -- Used more specific assertions in the Django test suite. | Jon Dufresne | |
| 2016-06-13 | Fixed #26748 -- Allowed overriding JSONField's widget with an attribute. | Charlie Denton | |
| 2016-04-01 | Fixed #25532 -- Properly redisplayed JSONField form input values | Claude Paroz | |
| Thanks David Szotten for the report and Tommy Beadle for code inspiration. Thanks Tim Graham for the review. | |||
| 2016-02-16 | Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values | Claude Paroz | |
| Also added tests for HStoreField and JSONField. Thanks Aleksey Bukin for the report and Tim Graham for the initial patch and the review. | |||
| 2015-06-06 | Added missing tests for transforms usage with subquery for PostgreSQL fields | Andriy Sokolovskiy | |
| 2015-05-30 | Name PostgreSQL correctly. | Marc Tamlyn | |
| 2015-05-30 | Fixed #24604 -- Added JSONField to contrib.postgres. | Marc Tamlyn | |
