summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2014-02-06Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...Vajrasky Kok
2014-02-02Make mysql's CursorWrapper a contextmanager.Michael Manfre
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-29Made Oracle introspect boolean fieldsShai Berger
2014-01-25Fixed #21783: More SQLite default fun with nulls.Andrew Godwin
2014-01-21Corrected problem with MySQL checks handler and related fields.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed #21783: Use defaults for adding NOT NULL on sqliteAndrew Godwin
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.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-28Added generation of SQLite FK DDL in initial migrations.Ramiro Morales
2013-12-28Implemented #10164 for new schema migration code.Ramiro Morales
2013-12-27Fixed #21692 -- Quote table name when creating it.Ramiro Morales
2013-12-25Removed redundant lineLevi Gross
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Deborgified the app cache.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-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-11Change FKs when what they point to changesAndrew Godwin
2013-12-11Fix sqlmigrate's output for parametersAndrew Godwin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-27Add gis deconstruct() method (this does not make schema work)Andrew Godwin
2013-11-24Fixed #21497 -- Forced conversion to bytes for very long index namesJoel Bohman
2013-11-09flake8 fixAlex Gaynor
2013-11-09Don't initialize PostGIS-specific stuff for non-db connectionsClaude Paroz
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-22Removed import * in tests.Tim Graham
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Remove some unnecesary uses of boolAlex Gaynor
2013-10-16Add get_migratable_models util method to ConnectionRouterClaude Paroz
2013-10-15Made sqlite introspection also show views like other backendsClaude Paroz
2013-10-15Moved misplaced import in backends initClaude Paroz
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-10Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham
2013-10-07Fixed #21235 -- Disabled savepoints for old versions of SQLite.Aymeric Augustin
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham