Dmitry Dygalo
|
1f10c3994c
|
Removed unneeded variable in contrib/postgres/fields/jsonb.py.
|
2017-01-16 06:24:16 -05:00 |
Simon Charette
|
d976760260
|
Fixed #27693, Refs #27257 -- Fixed iexact lookup on JSONField keys.
Thanks Harris Lapiroff for the report.
|
2017-01-06 19:25:32 -05:00 |
Simon Charette
|
cecef94275
|
Fixed #27257 -- Fixed builtin text lookups on JSONField keys.
Thanks Nick Stefan for the report and Tim for the review.
|
2016-09-22 22:19:37 -04:00 |
Tim Graham
|
2eb7d6e6d4
|
Fixed #26908 -- Fixed crash with jsonfield__key__isnull lookup.
|
2016-09-07 13:56:45 -04:00 |
Claude Paroz
|
13c3e5d5a0
|
Fixed #25995 -- Added an encoder option to JSONField
Thanks Berker Peksag and Tim Graham for the reviews.
|
2016-08-25 21:42:42 +02:00 |
Claude Paroz
|
388bb5bd9a
|
Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()
Thanks Tim Graham for completing the initial patch.
|
2016-05-04 20:02:01 +02:00 |
Thomas Stephenson
|
035b0fa60d
|
Fixed #24716 -- Deprecated Field._get_val_from_obj()
The method duplicates the functionality of Field.value_from_object()
and has the additional downside of being a privately named public
API method.
|
2015-07-14 09:13:22 -04:00 |
Marc Tamlyn
|
33ea472f69
|
Fixed #24604 -- Added JSONField to contrib.postgres.
|
2015-05-30 23:10:30 +01:00 |