summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/creation.py
Commit message (Expand)AuthorAgeFilesLines
* Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...Tim Graham2023-04-031-2/+1
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-2/+1
* Refs #33308 -- Used psycopg's errors instead of errorcodes.Florian Apolloner2022-12-011-2/+3
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-20/+27
* Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman2021-07-051-3/+6
* Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne2020-02-061-1/+1
* Changed re-raising an exception to use bare raise syntax where appropriate.Jon Dufresne2020-01-201-1/+1
* Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis2019-02-131-1/+1
* Fixed F841 flake8 warning.Mariusz Felisiak2018-10-241-1/+1
* Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz2018-08-221-1/+1
* Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak2018-08-031-0/+9
* Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz2018-07-191-3/+3
* Fixed #28982 -- Simplified code with and/or.Дилян Палаузов2018-01-031-3/+1
* Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne2017-09-111-2/+2
* Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.Mariusz Felisiak2017-04-251-3/+4
* Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...Mariusz Felisiak2017-04-101-9/+22
* Removed unused variables that are overwritten.Mads Jensen2017-01-251-1/+1
* Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek2016-08-231-9/+22
* Refs #25196 -- Fixed incorrect argument order in test database creation.Tim Graham2015-11-131-1/+1
* Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä2015-09-251-1/+3
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+28
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-0/+13
* Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee2011-04-021-76/+0
* Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...Russell Keith-Magee2010-07-301-1/+1
* Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee2010-06-211-1/+2
* Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee2010-06-101-2/+1
* Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee2010-06-071-1/+2
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-4/+3
* Fixed #12234 -- Create additional indexes that use the appropriate operation ...Justin Bronn2009-12-191-0/+39
* Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey2009-12-171-0/+1
* Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss2008-09-011-2/+0
* Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee2008-08-111-28/+38
* Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty2008-07-181-1/+0
* Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss2007-09-191-3/+3
* Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr2007-08-051-3/+3
* Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty2007-07-201-1/+0
* Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick2007-05-211-1/+2
* Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss2007-01-081-1/+0
* MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty2006-05-021-0/+30