summaryrefslogtreecommitdiff
path: root/django/db/backends/__init__.py
AgeCommit message (Expand)Author
2014-03-21Fixed typo in comments.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-08Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warningsClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-02-15Fixed typo in docstring.Rodolfo Carvalho
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2014-02-09Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_lengthAndrew Godwin
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
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-17Made it possible to create apps without a models module.Aymeric Augustin
2013-12-17Deprecated get_apps().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-10-15Moved misplaced import in backends initClaude Paroz
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-17Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-23Fix Oracle's default handling and schema-prepared-statement issueAndrew Godwin
2013-08-21Fixed test failure caused by different NULL ordering between backendsAnssi Kääriäinen
2013-08-10Update get_constraints with better commentsAndrew Godwin
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-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-08Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.Alex Gaynor
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-06-30Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin