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
/
operations.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
-240
/
+0
*
Fixed #9596 -- Added date transform for DateTimeField.
Jon Dufresne
2015-06-02
1
-12
/
+12
*
Renamed value_to_db_xxx to adapt_xxxfield_value.
Aymeric Augustin
2015-05-17
1
-4
/
+4
*
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
1
-1
/
+1
*
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
1
-2
/
+2
*
Required sqlparse for SQL splitting per deprecation timeline.
Tim Graham
2015-01-17
1
-1
/
+1
*
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-16
1
-7
/
+21
*
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-14
1
-1
/
+1
*
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-12
1
-0
/
+12
*
Removed db.backends methods which only call super().
Tim Graham
2014-12-30
1
-2
/
+0
*
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-20
1
-17
/
+0
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-18
/
+26
*
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-26
1
-0
/
+3
*
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
1
-5
/
+0
*
Fixed all E261 warnings
coagulant
2013-11-02
1
-2
/
+2
*
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
1
-0
/
+5
*
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
1
-3
/
+3
*
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-26
1
-1
/
+1
*
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-10
1
-5
/
+14
*
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-05-19
1
-2
/
+2
*
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-18
1
-15
/
+4
*
Moved standard SQL for savepoints in the base backend.
Aymeric Augustin
2013-03-11
1
-9
/
+0
*
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-19
1
-2
/
+1
*
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-16
1
-0
/
+25
*
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-24
1
-15
/
+19
*
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
2012-06-13
1
-1
/
+3
*
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-07
1
-6
/
+8
*
Fixed #17882 (again) -- Updated the database connections' time zone when time...
Aymeric Augustin
2012-03-13
1
-0
/
+3
*
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-22
1
-0
/
+6
*
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-10-14
1
-0
/
+6
*
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-09-09
1
-0
/
+4
*
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-13
1
-2
/
+0
*
Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...
Ramiro Morales
2011-06-19
1
-12
/
+3
*
Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.
Ramiro Morales
2011-06-16
1
-24
/
+7
*
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-22
1
-3
/
+2
*
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-05
1
-2
/
+1
*
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2011-04-02
1
-0
/
+212