index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
postgres
/
fields
/
array.py
Age
Commit message (
Expand
)
Author
2019-03-03
[2.2.x] Reverted "Fixed relative paths imports per isort 4.3.5."
Mariusz Felisiak
2019-02-25
[2.2.x] Fixed relative paths imports per isort 4.3.5.
Mariusz Felisiak
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-07-27
Fixed #28291, #24726 -- Fixed ArrayField with JSONField and RangeFields.
vinay karanam
2018-05-13
Refs #29131 -- Fixed space handling in ArrayField's item_invalid message.
Hasan Ramezani
2018-04-22
Refs #29131 -- Made ArrayField error messages index from 1 instead of 0.
Hasan Ramezani
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-11-01
Fixed #28749 -- Added subquery support for ArrayField's __in lookup.
Michał Pasternak
2017-10-20
Fixed #28577 -- Added checks for ArrayField and JSONField to prevent mutable ...
Flávio Juvenal
2017-09-13
Merged isinstance() calls.
Mariusz Felisiak
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-14
Refs #25226 -- Cloned ArrayField.base_field on deconstruction.
Simon Charette
2016-09-20
Refs #27025 -- Fixed ArrayField querying on Python 3.6.
Tim Graham
2016-08-19
Fixed #22288 -- Fixed F() expressions with the __range lookup.
Matthew Wilkes
2016-03-15
Fixed #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types.
Matt C
2016-03-12
Fixed #25143 -- Added ArrayField.from_db_value().
Fernando Miranda
2016-02-16
Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values
Claude Paroz
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2015-12-17
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-12-17
Fixed #25544 -- Removed duplicate ids in prefetch_related() queries.
Ian Foote
2015-12-07
Fixed #25867 -- Fixed a system check crash with nested ArrayFields.
Simon Charette
2015-11-25
Fixed #25772 -- Corrected __len lookup on ArrayField for empty arrays.
Attila Tovt
2015-11-14
Fixed #25666 -- Fixed the exact lookup of ArrayField.
Dmitry Dygalo
2015-08-05
Fixed #25226 -- Set the model attribute on ArrayField's base_field
Ion Scerbatiuc
2015-07-14
Fixed #24716 -- Deprecated Field._get_val_from_obj()
Thomas Stephenson
2015-06-06
Instead of using DjangoJSONEncoder, use base_field's value_to_string.
Matthew Somerville
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-02-20
Fixed #24373 -- Added run_validators to ArrayField.
Marc Tamlyn
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-20
Fixes #24169 -- More arrayfield specific lookups.
Marc Tamlyn
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2014-12-21
Fixed #24034 -- Don't always overwrite deconstruct path.
Jernej Kos
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-11-28
Fixed #23894 -- Made deconstruct methods favor kwargs over args
Markus Holtermann
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
added test and fix to check for default null on ArrayField
Daan Vielen
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-10-09
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-07-29
Fixed #22962 -- Default values for ArrayField with migrations.
Marc Tamlyn
2014-07-15
Fixed #22907 -- Array contains must have same type.
Marc Tamlyn
2014-06-17
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn