summaryrefslogtreecommitdiff
path: root/django/db/backends/creation.py
AgeCommit message (Expand)Author
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-23Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz
2014-12-12Fixed postgis test database initializationClaude Paroz
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-10-24Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-09-06Fixed #23416 -- Make sure DatabaseCreation respects checks.Marc Tamlyn
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-09Removed unused migrate optionClaude Paroz
2014-07-21Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-06-23Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-09Dropped support for SpatiaLite < 2.4.Tim Graham
2014-06-09Tweaked order of create_test_db arguments for backwards compatibility.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-03-21Removed unused imports.Tim Graham
2014-03-21Removed BaseDatabaseCreation.set_autocommit per deprecation timeline.Aymeric Augustin
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-02Ensure cursors are closed when no longer needed.Michael Manfre
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-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-02Fixed #17519 -- Fixed missing SQL constraints to proxy models.Tim Graham
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Removed superfluous code now that connections use autocommit by default.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-02-27Fixed #19861 -- Transaction ._dirty flag improvementAnssi Kääriäinen
2013-02-24Add sqldropindexes to manageTomasz Rybak
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-08Moved import in db.backends.creationClaude Paroz
2013-01-28Fixed #19677 -- Introspection of recursive foreign keys under SQLite.Aymeric Augustin
2012-12-18Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin