summaryrefslogtreecommitdiff
path: root/django/contrib/postgres/forms/ranges.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced dict.setdefault() usage to avoid unnecessary object instantiations.Benjamin Bach2016-01-051-2/+4
* Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...Villiers Strauss2015-05-251-2/+9
* Fixed #24341 -- Added specific error messages to RangeField subclassesforesmac2015-02-201-0/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Fixed #24170 -- Implemented decompress for BaseRangeField widgetsNg Zhi An2015-01-221-2/+13
* Fixed #24001 -- Added range fields for PostgreSQL.Marc Tamlyn2015-01-101-0/+69