This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
0607699902
django1
/
django
/
contrib
/
postgres
/
fields
History
Stefano Chiodino
6de7f9ec60
Fixed
#29598
-- Deprecated FloatRangeField in favor of DecimalRangeField.
2018-10-02 19:17:23 -04:00
..
__init__.py
Fixed
#26610
-- Added CITextField to contrib.postgres.
2016-09-21 12:11:37 -04:00
array.py
Refs
#28909
-- Simplifed code using unpacking generalizations.
2018-09-28 09:57:12 -04:00
citext.py
Fixed
#28702
-- Made query lookups for CIText fields use citext.
2017-11-29 10:35:37 -05:00
hstore.py
Refs
#28577
-- Added check for HStoreField to prevent mutable default.
2018-04-03 11:12:56 -04:00
jsonb.py
Fixed
#25718
-- Made a JSONField lookup value of None match keys that have a null value.
2018-04-04 10:53:46 -04:00
mixins.py
Fixed
#28577
-- Added checks for ArrayField and JSONField to prevent mutable defaults.
2017-10-20 13:17:22 -04:00
ranges.py
Fixed
#29598
-- Deprecated FloatRangeField in favor of DecimalRangeField.
2018-10-02 19:17:23 -04:00
utils.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00