Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/postgres/forms
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25597 -- Fixed crash with SplitArrayField and Inte...Tim Graham2015-10-271-1/+1
* Fixed #25233 -- Fixed HStoreField.has_changed() handling ...Tim Graham2015-08-071-7/+8
* Fixed #25215 -- Solved reference to forms.HStoreField in ...Curtis Maloney2015-08-041-1/+1
* Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn2015-05-312-0/+32
* Fixed #24841 -- Made BaseRangeField.prepare_value() call ...Villiers Strauss2015-05-251-2/+9
* Fixed #24844 -- Corrected has_changed implementation for ...Andrea Grandi2015-05-241-0/+10
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-1/+1
* Fixed #24341 -- Added specific error messages to RangeFie...foresmac2015-02-201-0/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-8/+8
* Fixed #24170 -- Implemented decompress for BaseRangeField...Ng Zhi An2015-01-221-2/+13
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-102-0/+70
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-1/+1
* Added HStoreField.Marc Tamlyn2014-11-042-0/+38
* Added array field support for PostgreSQL.Marc Tamlyn2014-05-222-0/+186