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
3187c89d6f
django1
/
django
/
contrib
/
postgres
/
forms
History
Nick Pope
d13a9e44de
Fixed
#28909
-- Simplified code using tuple/list/set/dict unpacking.
2017-12-11 07:08:45 -05:00
..
__init__.py
Fixed
#24604
-- Added JSONField to contrib.postgres.
2015-05-30 23:10:30 +01:00
array.py
Fixed
#28909
-- Simplified code using tuple/list/set/dict unpacking.
2017-12-11 07:08:45 -05:00
hstore.py
Refs
#27857
-- Replaced json.loads() ValueError exception catching with JSONDecodeError.
2017-09-25 17:11:06 -04:00
jsonb.py
Fixed
#28534
-- Made JSONField.has_changed() ignore key order and consider True/1 values as different.
2017-11-11 19:45:23 -05:00
ranges.py
Fixed
#28227
-- Allowed importing BaseRangeField/RangeWidget from contrib.postgres.forms.
2017-05-20 21:17:06 -04:00