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
/
forms
/
array.py
Age
Commit message (
Expand
)
Author
2025-10-13
Replaced multi-level relative imports with absolute imports in django/.
lyova24
2024-10-07
Fixed #35449 -- Fixed validation of array items in SplitArrayField when remov...
GappleBee
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added SplitArrayField._remove_trailing_nulls() hook.
Pavel Dedik
2019-07-03
Fixed #30596 -- Fixed SplitArrayField.has_changed() for non-string base fields.
Chason Chaffin
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
2018-04-07
Fixed #28950 -- Fixed ArrayField.has_changed() for empty values.
Vinay Karanam
2017-12-11
Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.
Nick Pope
2017-06-13
Fixed #27161 -- Fixed form validation when an ArrayField's base_field has cho...
Romulo Furtado
2017-06-03
Fixed #28192 -- Required passing optional form field args as keyword args.
Claude Paroz
2017-04-29
Fixed #28040 -- Updated SplitArrayWidget to use template-based widget rendering.
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-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2016-12-27
Fixed #15667 -- Added template-based widget rendering.
Preston Timmons
2016-11-15
Refs #27003 -- Fixed SimpleArrayField crash on converted values.
Brandon Chinn
2016-09-22
Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...
Tim Graham
2016-03-12
Fixed #26283 -- Fixed removal of trailing nulls for SplitArrayField.
quaspas
2015-12-17
Fixed #25841 -- Handled base array fields validation errors with params.
Simon Charette
2015-10-27
Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid ...
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn