index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql_psycopg2
/
creation.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2019-01-17
1
-1
/
+0
*
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
1
-0
/
+1
*
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-08-07
1
-13
/
+0
*
Removed obsolete SQL generation methods.
Tim Graham
2015-01-18
1
-38
/
+0
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-31
1
-36
/
+0
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
1
-0
/
+1
*
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-16
1
-0
/
+1
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+3
*
Fixed #22514 -- Prevented indexes on virtual fields [postgres].
Vlastimil Zíma
2014-06-20
1
-2
/
+2
*
Reorganized the database test settings
Shai Berger
2014-03-09
1
-3
/
+4
*
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-16
1
-1
/
+1
*
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-22
1
-19
/
+19
|
\
|
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-19
/
+19
*
|
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
1
-2
/
+0
|
\
\
|
|
/
|
*
Removed several unused imports.
Aymeric Augustin
2013-06-19
1
-2
/
+0
*
|
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-04-18
1
-13
/
+5
|
\
\
|
|
/
|
*
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
1
-8
/
+0
|
*
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-11
1
-3
/
+0
|
*
Add a BinaryField model field
Claude Paroz
2013-03-02
1
-0
/
+1
|
*
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-27
1
-0
/
+2
|
*
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-07
1
-1
/
+1
|
*
Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
2012-12-18
1
-4
/
+4
*
|
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
1
-2
/
+7
|
/
*
Used symbolic constants for psycopg2 isolation levels.
Aymeric Augustin
2011-11-19
1
-1
/
+4
*
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
1
-5
/
+3
*
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-07-06
1
-0
/
+8
*
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-11
1
-0
/
+1
*
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2011-04-02
1
-0
/
+77
*
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
1
-0
/
+0
*
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-08-11
1
-1
/
+0
*
Added postgresql_psycopg2 backend, which is untested, just for a starting point
Adrian Holovaty
2006-05-16
1
-0
/
+1