summaryrefslogtreecommitdiff
path: root/tests/modeltests/generic_relations/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 4186 to 4454 from trunk.Robin Munn2007-01-311-4/+30
| | | | git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ↵Russell Keith-Magee2006-08-271-2/+2
| | | | | | existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #2195 -- Fixed spelling error in generic_relations model test. Other ↵Adrian Holovaty2006-06-201-1/+1
| | | | | | errors were fixed earlier today. Thanks, Tom Tobin git-svn-id: http://code.djangoproject.com/svn/django/trunk@3160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed some small typos in generic_relations model testsAdrian Holovaty2006-06-191-7/+7
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@3156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added generic foreign key support to Django. Much thanks to Ian Holsman and Jacob Kaplan-Moss2006-06-161-0/+108
Luke Plant -- most of this code is theirs. Documentation is to follow; for now see the example/unit test. Fixes #529. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3134 bcc190cf-cafb-0310-a4f2-bffc1f526a37