index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-07-21
[1.7.x] Fixed #23039: Don't try to serialize unmanaged models in tests
Andrew Godwin
2014-06-23
[1.7.x] Fixed #22487: Don't flush out data from before normal TestCases
Andrew 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 apps
Andrew Godwin
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
2012-11-27
Made sure global settings are changed in test db creation
Anssi Kääriäinen
2012-11-04
Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...
Alex Gaynor
2012-10-26
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-07
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-09-07
Add check constraint support - needed a few Field changes
Andrew Godwin
2012-09-07
[py3k] Fixed the index creation code that I committed a few minutes ago for p...
Alex Gaynor
2012-09-07
Ensued that SQL indexes are alwasy created in the same name.
Alex Gaynor
2012-08-10
Merge branch 'master' into schema-alteration
Andrew Godwin
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-08-02
Add M2M tests and some unique support
Andrew Godwin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
[next]