summaryrefslogtreecommitdiff
path: root/tests/schema
AgeCommit message (Expand)Author
2013-10-19Removed unused local variables in tests.Tim Graham
2013-09-24Fixed #21151 -- Bad cleanup in schema M2M repoint testAndrew Godwin
2013-09-06Fixed #21029: Test for previously-commited SchemaEditor.__exit__ bug.Andrew Godwin
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-09-03Removed references to django.utils.unittest which is PendingDeprecationTim Graham
2013-08-30Fixed #21005 -- Made schema tests language-independentClaude Paroz
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-23Fix some small errors in the testsAndrew Godwin
2013-08-19Add more stringent M2M tests and fix the bug they exposedAndrew Godwin
2013-08-13Oracle schema backend, passes most tests and is pretty complete.Andrew Godwin
2013-08-11Support index_together during model creationAndrew Godwin
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-07-02Fix index_together testAndrew Godwin
2013-07-02Support for index_together in schema backendsAndrew Godwin
2013-07-02Fix M2M interaction with transactionsAndrew Godwin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-18More conversion to a ContextManager schema_editorAndrew Godwin
2013-05-09Split out a BaseAppCache, make AppCache borg again, add _meta.app_cacheAndrew Godwin
2013-04-19Fix schema editor interaction with new transactionsAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin