mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
parent
f450bc9f44
commit
01e8ac47b3
2 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,6 @@ class CustomManagerTests(TestCase):
|
|||
)
|
||||
self.b1.authors.add(droopy)
|
||||
|
||||
|
||||
# Check that the fun manager ONLY clears fun people.
|
||||
self.b1.authors(manager='fun_people').clear()
|
||||
self.assertQuerysetEqual(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue