summaryrefslogtreecommitdiff
path: root/django/db/utils.py
AgeCommit message (Expand)Author
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-01Restored the 'TEST_' prefix in the warning about deprecated test database set...Shai Berger
2014-07-03Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi
2014-06-12Silenced deprecation warnings for refs #22811 and fixed build.Tim Graham
2014-06-12Fixed #22811 -- Allowed setting both the old and new TEST database settings.Tim Graham
2014-06-11Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...Anubhav Joshi
2014-03-21Removed deprecated TRANSACTIONS_MANAGED setting.Aymeric Augustin
2014-03-09Fixed the last fix for database test settings to work with Python3.Shai Berger
2014-03-09Fixed test breakage following test-settings enhancementsShai Berger
2014-03-09Reorganized the database test settingsShai Berger
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-02-09Silence deprecation warnings.Marc Tamlyn
2014-02-09Raise (pending) deprecation warning for allow_syncdb.Marc Tamlyn
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2013-12-29Changed get_migratable_models to use an app config.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-09-17Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
2013-05-24Fixed a regression in router initializationClaude Paroz
2013-05-23Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz
2013-05-23Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-02-28Fixed tests broken in 2ee21d9.Aymeric Augustin
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-27Fixed two bugs in 59a35208.Aymeric Augustin
2013-02-27Refactored database exceptions wrapping.Aymeric Augustin
2013-02-13Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-10-28Fixed #18575 -- Empty DATABASES should default to dummy backendClaude Paroz
2012-10-07Used pkgutil to get list of backend modulesClaude Paroz
2012-10-06Removed ad-hoc support for usage of short names of built-in DB backends.Ramiro Morales
2012-10-06Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.Ramiro Morales
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2011-12-25Fixed #17047 -- Improved django.db.utils.load_backend to raise a better excep...Jannis Leidel