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
/
tests
/
schema
Age
Commit message (
Expand
)
Author
2014-01-20
Fixed two test failures under Oracle
Shai Berger
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2013-12-27
Amend test table name so it doesn't clash.
Ramiro Morales
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-17
Deborgified the app cache.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-11-25
flake8 fix
Alex Gaynor
2013-11-25
Fixed test failure on Oracle
Shai Berger
2013-11-24
Fixed #21497 -- Forced conversion to bytes for very long index names
Joel Bohman
2013-11-03
Fixed all E251 violations
Alex Gaynor
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-09-24
Fixed #21151 -- Bad cleanup in schema M2M repoint test
Andrew Godwin
2013-09-06
Fixed #21029: Test for previously-commited SchemaEditor.__exit__ bug.
Andrew Godwin
2013-09-03
Updated syncdb -> migrate in tests.
Tim Graham
2013-09-03
Removed references to django.utils.unittest which is PendingDeprecation
Tim Graham
2013-08-30
Fixed #21005 -- Made schema tests language-independent
Claude Paroz
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-23
Fix some small errors in the tests
Andrew Godwin
2013-08-19
Add more stringent M2M tests and fix the bug they exposed
Andrew Godwin
2013-08-13
Oracle schema backend, passes most tests and is pretty complete.
Andrew Godwin
2013-08-11
Support index_together during model creation
Andrew Godwin
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Fix index_together test
Andrew Godwin
2013-07-02
Support for index_together in schema backends
Andrew Godwin
2013-07-02
Fix M2M interaction with transactions
Andrew Godwin
2013-06-19
First stab at some migration creation commands
Andrew Godwin
2013-05-29
Start adding operations that work and tests for them
Andrew Godwin
2013-05-18
More conversion to a ContextManager schema_editor
Andrew Godwin
2013-05-09
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
Andrew Godwin
2013-04-19
Fix schema editor interaction with new transactions
Andrew Godwin
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin