mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
magic-removal: Fixed bug in manipulators model unit tests
git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a71574a476
commit
abd2bdba14
@ -34,7 +34,7 @@ API_TESTS = """
|
|||||||
# Verify it worked.
|
# Verify it worked.
|
||||||
>>> list(Musician.objects)
|
>>> list(Musician.objects)
|
||||||
[Ella Fitzgerald]
|
[Ella Fitzgerald]
|
||||||
>>> [m1] == Musician.objects.get_list()
|
>>> [m1] == list(Musician.objects)
|
||||||
True
|
True
|
||||||
|
|
||||||
# Attempt to add a Musician without a first_name.
|
# Attempt to add a Musician without a first_name.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user