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
737d24923a
django1
/
django
/
db
/
backends
/
postgresql_psycopg2
History
Michał Modzelewski
65246de7b1
Fixed
#24031
-- Added CASE expressions to the ORM.
2015-01-12 18:15:34 -05:00
..
__init__.py
Added postgresql_psycopg2 backend, which is untested, just for a starting point
2006-05-16 23:27:07 +00:00
base.py
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
2014-12-31 08:29:17 -05:00
client.py
Fixed
#22234
-- Replaced OS-specific code with subprocess.call() in dbshell.
2014-08-04 09:21:03 -04:00
creation.py
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
2014-12-31 08:29:17 -05:00
introspection.py
Fixed
#17785
-- Preferred column names in get_relations introspection
2015-01-12 19:58:47 +01:00
operations.py
Fixed
#24031
-- Added CASE expressions to the ORM.
2015-01-12 18:15:34 -05:00
schema.py
Fixed
#23954
-- Added special text/varchar PostgreSQL indexes in migrations
2014-12-04 21:27:42 +01:00
version.py
Fixed
#23108
-- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
2014-08-01 10:26:00 -04:00