index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
creation.py
Age
Commit message (
Expand
)
Author
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-23
Replaced DatabaseCreation sql methods by schema editor equivalents
Claude Paroz
2014-12-12
Fixed postgis test database initialization
Claude Paroz
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-10-24
Fixed #23652 -- Restored database name after destroying test database
Claude Paroz
2014-10-16
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-09-06
Fixed #23416 -- Make sure DatabaseCreation respects checks.
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-09
Removed unused migrate option
Claude Paroz
2014-07-21
Fixed #23039: Don't try to serialize unmanaged models in tests
Andrew Godwin
2014-06-23
Fixed #22487: Don't flush out data from before normal TestCases
Andrew Godwin
2014-06-09
Dropped support for SpatiaLite < 2.4.
Tim Graham
2014-06-09
Tweaked order of create_test_db arguments for backwards compatibility.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-03-21
Removed unused imports.
Tim Graham
2014-03-21
Removed BaseDatabaseCreation.set_autocommit per deprecation timeline.
Aymeric Augustin
2014-03-09
Reorganized the database test settings
Shai Berger
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2013-11-09
flake8 fix
Alex Gaynor
2013-11-09
Don't initialize PostGIS-specific stuff for non-db connections
Claude Paroz
2013-11-09
Fixed #16969 -- Don't connect to named database when possible
Claude Paroz
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-14
Fixed #15888 -- Made tablename argument of createcachetable optional
Claude Paroz
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-06
Fixed #10164 -- Made AutoField increase monotonically on SQLite
Chris Wilson
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-02
Fixed #17519 -- Fixed missing SQL constraints to proxy models.
Tim Graham
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-19
Fix test running with new apps stuff/migrate actually running migrations
Andrew Godwin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-05-26
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-03-11
Improved the API of set_autocommit.
Aymeric Augustin
2013-03-11
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-24
Add sqldropindexes to manage
Tomasz Rybak
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-08
Moved import in db.backends.creation
Claude Paroz
2013-01-28
Fixed #19677 -- Introspection of recursive foreign keys under SQLite.
Aymeric Augustin
2012-12-18
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
[next]