summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/array.py
AgeCommit message (Expand)Author
2015-11-14Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo
2015-08-05Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc
2015-07-14Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson
2015-06-06Instead of using DjangoJSONEncoder, use base_field's value_to_string.Matthew Somerville
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-02-20Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-20Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2014-12-21Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos
2014-12-09Remove text-mangling of default values.Marc Tamlyn
2014-11-28Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15added test and fix to check for default null on ArrayFieldDaan Vielen
2014-11-04Added HStoreField.Marc Tamlyn
2014-10-09Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn
2014-07-29Fixed #22962 -- Default values for ArrayField with migrations.Marc Tamlyn
2014-07-15Fixed #22907 -- Array contains must have same type.Marc Tamlyn
2014-06-17Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham
2014-05-22Added array field support for PostgreSQL.Marc Tamlyn