Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/db/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #24351 -- Removed support for the old allow_migrate(...Tim Graham2015-09-241-23/+1
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ...Caio Ariede2015-08-071-2/+10
* Fixed db.utils.load_backend() on non-ASCII paths.Tim Graham2015-07-171-2/+2
* Filtered out 'base' from database backend choices error m...Tim Graham2015-07-151-1/+1
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham2015-06-151-2/+10
* Fixed flake8 warnings on Python 3.Tim Graham2015-06-151-1/+1
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-1/+1
* Fixed #24394 -- Allowed running tests with empty default ...Andrei Kulakov2015-03-251-0/+3
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-6/+29
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+3
* Removed support for old-style test database settings per ...Tim Graham2015-01-171-39/+0
* Removed fallback suport for allow_syncdb() in database ro...Tim Graham2015-01-171-8/+1
* Fixed #22583 -- Allowed RunPython and RunSQL to provide h...Loic Bistuer2015-01-091-2/+2
* Fixed #21255 -- Closed connections after management comma...Claude Paroz2014-12-291-0/+8
* Restored the 'TEST_' prefix in the warning about deprecat...Shai Berger2014-12-011-1/+1
* Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi2014-07-031-4/+4
* Silenced deprecation warnings for refs #22811 and fixed b...Tim Graham2014-06-121-1/+1
* Fixed #22811 -- Allowed setting both the old and new TEST...Tim Graham2014-06-121-7/+19
* Fixed #21430 -- Added a RuntimeWarning when unpickling Mo...Anubhav Joshi2014-06-111-0/+1
* Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin2014-03-211-6/+1
* Fixed the last fix for database test settings to work wit...Shai Berger2014-03-091-1/+1
* Fixed test breakage following test-settings enhancementsShai Berger2014-03-091-0/+3
* Reorganized the database test settingsShai Berger2014-03-091-2/+36
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Silence deprecation warnings.Marc Tamlyn2014-02-091-2/+2
* Raise (pending) deprecation warning for allow_syncdb.Marc Tamlyn2014-02-091-0/+4
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Changed get_migratable_models to use an app config.Aymeric Augustin2013-12-291-4/+3
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-2/+2
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Add get_migratable_models util method to ConnectionRouterClaude Paroz2013-10-161-0/+8
* Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen2013-09-171-1/+2
* Merge remote-tracking branch 'core/master' into schema-al...Andrew Godwin2013-08-091-2/+2
|\
| * Deprecated django.utils.importlibClaude Paroz2013-07-291-2/+2
* | Rename allow_syncdb to allow_migrateAndrew Godwin2013-07-301-2/+5
|/
* Removed some conditional code only needed under Python 2.6.Aymeric Augustin2013-07-011-6/+1
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #17601 -- expose underlying db exceptions under py2James Aylett2013-06-041-2/+1
* Fixed a regression in router initializationClaude Paroz2013-05-241-2/+3
* Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz2013-05-231-4/+13
* Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz2013-05-231-6/+18
* Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin2013-05-091-1/+1
* Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin2013-03-111-0/+8
* Fixed tests broken in 2ee21d9.Aymeric Augustin2013-02-281-0/+3
* Implemented persistent database connections.Aymeric Augustin2013-02-281-4/+11