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.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on ...
Tim Graham
2015-08-07
Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial values.
Tim Graham
2015-08-04
Fixed #25215 -- Solved reference to forms.HStoreField in declaration of HStor...
Curtis Maloney
2015-05-30
Fixed #24604 -- Added JSONField to contrib.postgres.
Marc Tamlyn
2015-05-25
Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...
Villiers Strauss
2015-05-24
Fixed #24844 -- Corrected has_changed implementation for HStoreField.
Andrea Grandi
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-02-20
Fixed #24341 -- Added specific error messages to RangeField subclasses
foresmac
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-22
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