This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-04-25 17:54:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
postgres
/
fields
History
Tim Graham
4f7467b690
Refs
#28577
-- Added check for HStoreField to prevent mutable default.
2018-04-03 11:12:56 -04:00
..
__init__.py
Fixed
#26610
-- Added CITextField to contrib.postgres.
2016-09-21 12:11:37 -04:00
array.py
Fixed
#28909
-- Simplified code using tuple/list/set/dict unpacking.
2017-12-11 07:08:45 -05: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
#28909
-- Simplified code using tuple/list/set/dict unpacking.
2017-12-11 07:08:45 -05: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
#26903
-- Fixed __contains lookup for Date/DateTimeRangeField.
2017-02-07 12:46:18 -05:00
utils.py
Refs
#23919
-- Stopped inheriting from object to define new style classes.
2017-01-19 08:39:46 +01:00