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
Age
Commit message (
Expand
)
Author
2015-10-27
[1.8.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...
Tim Graham
2015-08-07
[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...
Tim Graham
2015-08-04
[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...
Curtis Maloney
2015-05-25
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-05-25
[1.8.x] Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's...
Villiers Strauss
2015-02-20
[1.8.x] Fixed #24341 -- Added specific error messages to RangeField subclasses
foresmac
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-23
[1.8.x] Fixed #24170 -- Implemented decompress for BaseRangeField widgets
Ng Zhi An
2015-01-10
Fixed #24001 -- Added range fields for PostgreSQL.
Marc Tamlyn
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn