summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/fields/array.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25841 -- Handled base array fields validation errors with params.Simon Charette2015-12-171-11/+14
* Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.Ian Foote2015-12-171-1/+10
* Fixed #25867 -- Fixed a system check crash with nested ArrayFields.Simon Charette2015-12-071-3/+11
* Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.Attila Tovt2015-11-251-1/+5
* Fixed #25666 -- Fixed the exact lookup of ArrayField.Dmitry Dygalo2015-11-141-3/+12
* Fixed #25226 -- Set the model attribute on ArrayField's base_fieldIon Scerbatiuc2015-08-051-0/+4
* Fixed #24716 -- Deprecated Field._get_val_from_obj()Thomas Stephenson2015-07-141-1/+1
* Instead of using DjangoJSONEncoder, use base_field's value_to_string.Matthew Somerville2015-06-061-5/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24373 -- Added run_validators to ArrayField.Marc Tamlyn2015-02-201-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+1
* Fixes #24169 -- More arrayfield specific lookups.Marc Tamlyn2015-01-201-2/+14
* Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn2015-01-161-2/+2
* Move % addition to lookups, refactor postgres lookups.Marc Tamlyn2015-01-101-40/+10
* Fixed #24034 -- Don't always overwrite deconstruct path.Jernej Kos2014-12-211-1/+2
* Remove text-mangling of default values.Marc Tamlyn2014-12-091-8/+0
* Fixed #23894 -- Made deconstruct methods favor kwargs over argsMarkus Holtermann2014-11-281-2/+4
* Renamed qn to compilerJosh Smeaton2014-11-161-15/+15
* added test and fix to check for default null on ArrayFieldDaan Vielen2014-11-151-1/+1
* Added HStoreField.Marc Tamlyn2014-11-041-1/+1
* Fixed #23627 -- Allowed register_lookup to work as a decorator.Marc Tamlyn2014-10-091-12/+4
* Fixed #22962 -- Default values for ArrayField with migrations.Marc Tamlyn2014-07-291-0/+8
* Fixed #22907 -- Array contains must have same type.Marc Tamlyn2014-07-151-1/+2
* Fixed #22819 -- Renamed output_type -> output_field in query expression API.Tim Graham2014-06-171-2/+2
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-221-0/+254