django/tests/modeltests/unmanaged_models
Malcolm Tredinnick 604c5bc52a Fixed the tests from #10455 so that they are set up correctly.
The previous versions only worked on SQLite. They failed
catastrophically on MySQL & PostgreSQL.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 02:12:31 +00:00
..
__init__.py Fixed #3163 -- Add a "Meta.managed" option to models. 2009-03-09 03:35:02 +00:00
models.py Fixed the tests from #10455 so that they are set up correctly. 2009-04-11 02:12:31 +00:00
tests.py Fixed #10647: intermediary tables between two umanaged models are no longer created. 2009-04-09 15:03:31 +00:00