index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
postgresql_psycopg2
/
introspection.py
Age
Commit message (
Expand
)
Author
2019-01-17
Refs #25175 -- Removed db.backends.postgresql_psycopg2 per deprecation timeline.
Tim Graham
2015-08-07
Refs #25175 -- Added backwards compatibility for importing postgresql_psycopg...
Caio Ariede
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2015-06-19
Fixed #23804 -- Added RasterField for PostGIS.
Daniel Wiesmann
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-12
Fixed #17785 -- Preferred column names in get_relations introspection
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-20
Added AutoField introspection for PostgreSQL
Claude Paroz
2014-09-24
Fixed flake8 warnings.
Tim Graham
2014-09-23
Made get_table_list return a TableInfo named tuple
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-26
Enforce ordering on PostgreSQL get_constraints cols (refs #21134)
Andrew Godwin
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-16
Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-10
Update get_constraints with better comments
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Fix get_constraints to do multi-column indexes properly on pg
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-01-12
Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backend
Claude Paroz
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2012-09-17
Fix bug in get_indexes affecting the tests
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
Repoint ForeignKeys when their to= changes.
Andrew Godwin
2012-09-05
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-30
db_index alteration mostly working
Andrew Godwin
2012-08-30
Made get_table_description also return the size of char fields on SQLite
Claude Paroz
2012-08-18
First stab at MySQL support
Andrew Godwin
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-30
Made get_indexes() consistent across backends.
Anssi Kääriäinen
2012-02-11
Fixed #10837 -- Added CHAR(X)->CharField to mapping used in Postgres DB intro...
Ramiro Morales
2012-02-11
Fixed #7783 -- Made introspection of nullable columns more robust with Postgres.
Ramiro Morales
2011-06-13
Removed duplicate entry in introspection PostgreSQL db backend.
Jannis Leidel
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-09-14
Backed out [6165]. It breaks things for people using psycopg2 because it requ...
Malcolm Tredinnick
2007-09-14
Refs #4299 -- Removed some code duplication in the postgresql introspection m...
Gary Wilson Jr
2007-08-20
Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106
Adrian Holovaty
2007-07-13
Refs #2591 -- Removed int conversion and try/except since the value in the si...
Gary Wilson Jr
2007-07-13
Fixed #2591 -- Fixed a problem with inspectdb with psycopg2 (only). Patch from
Malcolm Tredinnick
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2006-07-21
Fixed a bunch of spurious imports, typos, and other small errors turned up by...
Jacob Kaplan-Moss
2006-06-01
Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...
Adrian Holovaty
[next]