8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abe268 commit 4baee77Copy full SHA for 4baee77
downloads/tests/base.py
@@ -19,6 +19,8 @@ def setUp(self):
19
self.download_homepage_box.content.markup_type = 'html'
20
self.download_homepage_box.save()
21
22
+ self.download_sources_box = Box.objects.create(label='download-sources')
23
+
24
self.windows = OS.objects.create(name='Windows')
25
self.osx = OS.objects.create(name='Mac OSX')
26
self.linux = OS.objects.create(name='Linux')
0 commit comments