mirror of
https://github.com/django/django.git
synced 2025-11-02 12:58:56 +00:00
Fixed all E261 warnings
This commit is contained in:
parent
c3791463a5
commit
8eec2d93b6
152 changed files with 630 additions and 630 deletions
|
|
@ -911,7 +911,7 @@ class HorizontalVerticalFilterSeleniumFirefoxTests(AdminSeleniumWebDriverTestCas
|
|||
self.assertSelectOptions(to_box,
|
||||
[str(self.peter.id), str(self.jason.id)])
|
||||
|
||||
input.send_keys([Keys.BACK_SPACE]) # Clear text box
|
||||
input.send_keys([Keys.BACK_SPACE]) # Clear text box
|
||||
self.assertSelectOptions(from_box,
|
||||
[str(self.arthur.id), str(self.bob.id),
|
||||
str(self.cliff.id), str(self.jenny.id),
|
||||
|
|
@ -922,7 +922,7 @@ class HorizontalVerticalFilterSeleniumFirefoxTests(AdminSeleniumWebDriverTestCas
|
|||
# Save and check that everything is properly stored in the database ---
|
||||
self.selenium.find_element_by_xpath('//input[@value="Save"]').click()
|
||||
self.wait_page_loaded()
|
||||
self.school = models.School.objects.get(id=self.school.id) # Reload from database
|
||||
self.school = models.School.objects.get(id=self.school.id) # Reload from database
|
||||
self.assertEqual(list(self.school.students.all()),
|
||||
[self.jason, self.peter])
|
||||
self.assertEqual(list(self.school.alumni.all()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue