mirror of
https://github.com/django/django.git
synced 2025-09-30 22:11:18 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue