summaryrefslogtreecommitdiff
path: root/django/db/backends/creation.py
AgeCommit message (Expand)Author
2014-07-21[1.7.x] Fixed #23039: Don't try to serialize unmanaged models in testsAndrew Godwin
2014-06-23[1.7.x] Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-09[1.7.x] Fixed flake8 errors.Tim Graham
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
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
2012-11-27Made sure global settings are changed in test db creationAnssi Kääriäinen
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-10-26Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-07Merge branch 'master' into schema-alterationAndrew Godwin
2012-09-07Add check constraint support - needed a few Field changesAndrew Godwin
2012-09-07[py3k] Fixed the index creation code that I committed a few minutes ago for p...Alex Gaynor
2012-09-07Ensued that SQL indexes are alwasy created in the same name.Alex Gaynor
2012-08-10Merge branch 'master' into schema-alterationAndrew Godwin
2012-08-08[py3] Replaced raw_input by inputClaude Paroz
2012-08-02Add M2M tests and some unique supportAndrew Godwin
2012-07-22[py3] Removed longs.Aymeric Augustin
2012-06-09Fixed #17760 -- Implemented callable database features as cached propertiesClaude Paroz
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Prevent Oracle from changing field.null to TrueAnssi Kääriäinen