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
/
ranges.py
Age
Commit message (
Expand
)
Author
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-04
Fixed #27147 -- Allowed specifying bounds of tuple inputs for non-discrete ra...
Guilherme Martins Crocetti
2019-09-17
Fixed #30758 -- Made RangeFields use multiple hidden inputs for initial data.
Nasir Hussain
2019-09-10
Refs #29598 -- Removed FloatRangeField per deprecation timeline.
Mariusz Felisiak
2018-10-02
Fixed #29598 -- Deprecated FloatRangeField in favor of DecimalRangeField.
Stefano Chiodino
2017-05-20
Fixed #28227 -- Allowed importing BaseRangeField/RangeWidget from contrib.pos...
Tom
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
2016-01-05
Replaced dict.setdefault() usage to avoid unnecessary object instantiations.
Benjamin Bach
2015-05-25
Fixed #24841 -- Made BaseRangeField.prepare_value() call base_field's prepare...
Villiers Strauss
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