Skip to content

Commit

Permalink
Tests to avoid regressions for ticket #2108. See also r3115.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Jun 8, 2006
1 parent 7e2b888 commit 4fc6e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/modeltests/empty/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ class Empty(models.Model):
API_TESTS = """
>>> m = Empty()
>>> m.save()
>>> m2 = Empty()
>>> m2.save()
>>> len(Empty.objects.all())
2
"""

0 comments on commit 4fc6e51

Please sign in to comment.