index
:
django.git
fix-31295
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
/
creation.py
Age
Commit message (
Expand
)
Author
2024-03-01
Refs #33497 -- Added connection pool support for PostgreSQL.
Sarah Boyce
2023-04-03
Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...
Tim Graham
2022-12-12
Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.
Florian Apolloner
2022-12-01
Refs #33308 -- Used psycopg's errors instead of errorcodes.
Florian Apolloner
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-05
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".
Mateo Radman
2020-02-06
Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().
Jon Dufresne
2020-01-20
Changed re-raising an exception to use bare raise syntax where appropriate.
Jon Dufresne
2019-02-13
Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2018-10-24
Fixed F841 flake8 warning.
Mariusz Felisiak
2018-08-22
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-03
Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...
Mariusz Felisiak
2018-07-19
Fixed #29040 -- Made test database creation messages use a consistent output ...
Claude Paroz
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-09-11
Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.
Jon Dufresne
2017-04-25
Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.
Mariusz Felisiak
2017-04-10
Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...
Mariusz Felisiak
2017-01-25
Removed unused variables that are overwritten.
Mads Jensen
2016-08-23
Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.
Chris Jerdonek
2015-11-13
Refs #25196 -- Fixed incorrect argument order in test database creation.
Tim Graham
2015-09-25
Fixed #25196 -- Normalized database representations in test database messages.
Ville Skyttä
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-08-07
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
Caio Ariede
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2010-07-30
Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...
Russell Keith-Magee
2010-06-21
Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...
Russell Keith-Magee
2010-06-10
Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...
Russell Keith-Magee
2010-06-07
Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-19
Fixed #12234 -- Create additional indexes that use the appropriate operation ...
Justin Bronn
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2008-09-01
Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...
Jacob Kaplan-Moss
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2008-07-18
Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...
Adrian Holovaty
2007-09-19
Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...
Jacob Kaplan-Moss
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-20
Added a db_type() method to the database Field class. This is a hook for calc...
Adrian Holovaty
2007-05-21
Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code
Malcolm Tredinnick
2007-01-08
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.
Jacob Kaplan-Moss
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty