Tim Graham
|
3db66b1d65
|
Updated syncdb -> migrate in tests.
|
2013-09-03 11:51:34 -04:00 |
Tim Graham
|
2fd03b39ab
|
Removed references to django.utils.unittest which is PendingDeprecation
|
2013-09-03 09:55:21 -04:00 |
Claude Paroz
|
b04f8ddbaa
|
Fixed #21005 -- Made schema tests language-independent
Thanks Simon Charette for the review.
|
2013-08-30 21:28:21 +02:00 |
Simon Charette
|
11cd7388f7
|
Fixed #20989 -- Removed useless explicit list comprehensions.
|
2013-08-30 10:57:51 -04:00 |
Andrew Godwin
|
ac45f9c9c5
|
Fix some small errors in the tests
|
2013-08-23 12:07:43 +01:00 |
Andrew Godwin
|
52edc16086
|
Add more stringent M2M tests and fix the bug they exposed
|
2013-08-19 13:50:26 +01:00 |
Andrew Godwin
|
157604a87f
|
Oracle schema backend, passes most tests and is pretty complete.
|
2013-08-13 20:54:57 +01:00 |
Andrew Godwin
|
ae19315b4d
|
Support index_together during model creation
|
2013-08-11 14:23:31 +01:00 |
Andrew Godwin
|
3a6580e485
|
Make get_constraints return columns in order
|
2013-07-02 18:02:20 +01:00 |
Andrew Godwin
|
2202e3f7d3
|
Fix index_together test
|
2013-07-02 12:06:26 +01:00 |
Andrew Godwin
|
6a8cfbf07b
|
Support for index_together in schema backends
|
2013-07-02 11:43:44 +01:00 |
Andrew Godwin
|
310cdf492d
|
Fix M2M interaction with transactions
|
2013-07-02 11:08:16 +01:00 |
Andrew Godwin
|
ab5cbae9b7
|
First stab at some migration creation commands
|
2013-06-19 15:36:22 +01:00 |
Andrew Godwin
|
d0ecefc2c9
|
Start adding operations that work and tests for them
|
2013-05-29 17:47:10 +01:00 |
Andrew Godwin
|
331546f6ee
|
More conversion to a ContextManager schema_editor
|
2013-05-18 11:48:46 +02:00 |
Andrew Godwin
|
104ad0504b
|
Split out a BaseAppCache, make AppCache borg again, add _meta.app_cache
|
2013-05-09 15:16:43 +01:00 |
Andrew Godwin
|
6e21a59402
|
Fix schema editor interaction with new transactions
|
2013-04-19 09:01:45 +01:00 |
Andrew Godwin
|
7f3678dc4c
|
Merge branch 'master' into schema-alteration
Conflicts:
django/db/backends/__init__.py
django/db/backends/mysql/base.py
django/db/backends/oracle/base.py
django/db/backends/oracle/creation.py
django/db/backends/postgresql_psycopg2/base.py
django/db/backends/sqlite3/base.py
django/db/models/fields/related.py
|
2013-04-18 17:16:39 +01:00 |