mirror of
https://github.com/django/django.git
synced 2025-04-18 06:14:37 +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.
|
||||
>>> list(Musician.objects)
|
||||
[Ella Fitzgerald]
|
||||
>>> [m1] == Musician.objects.get_list()
|
||||
>>> [m1] == list(Musician.objects)
|
||||
True
|
||||
|
||||
# Attempt to add a Musician without a first_name.
|
||||
|
Loading…
x
Reference in New Issue
Block a user