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
50f71ccb36
django1
/
django
/
db
/
backends
/
postgresql
History
Manuel Weitzman
a4e6030904
Fixed
#30375
-- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL.
2020-05-21 10:51:10 +02:00
..
__init__.py
Fixed
#25175
-- Renamed the postgresql_psycopg2 database backend to postgresql.
2015-08-07 09:33:17 -04:00
base.py
Fixed
#12990
, Refs
#27694
-- Added JSONField model field.
2020-05-08 07:23:31 +02:00
client.py
Fixed
#29501
-- Allowed dbshell to pass options to underlying tool.
2020-04-14 14:02:51 +01:00
creation.py
Refs
#31233
-- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
2020-02-06 15:29:38 +01:00
features.py
Fixed
#30375
-- Added FOR NO KEY UPDATE support to QuerySet.select_for_update() on PostgreSQL.
2020-05-21 10:51:10 +02:00
introspection.py
Fixed
#12990
, Refs
#27694
-- Added JSONField model field.
2020-05-08 07:23:31 +02:00
operations.py
Fixed
#12990
, Refs
#27694
-- Added JSONField model field.
2020-05-08 07:23:31 +02:00
schema.py
Fixed
#31106
-- Fixed migrations crash on PostgreSQL 10+ when adding FK constraints inline and changing data.
2019-12-23 23:28:59 +01:00