summaryrefslogtreecommitdiff
path: root/tests/modeltests/unmanaged_models/models.py
AgeCommit message (Expand)Author
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2011-09-10Fixed #16592 -- More test changes and documentation to account for MySQL's ca...Russell Keith-Magee
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2010-09-13Migrated unmanaged_models doctests. Thanks to Eric Florenzano.Russell Keith-Magee
2009-04-11Fixed the tests from #10455 so that they are set up correctly.Malcolm Tredinnick
2009-04-09Fixed #10647: intermediary tables between two umanaged models are no longer c...Jacob Kaplan-Moss
2009-03-09Fixed #3163 -- Add a "Meta.managed" option to models.Malcolm Tredinnick