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 7108e18 commit c493730Copy full SHA for c493730
tests/test_context_view.py
@@ -28,11 +28,6 @@ class Profile(models.DomainModel):
28
photos = fields.Collection(Photo)
29
30
31
-class OtherDomain(models.DomainModel):
32
- """Other DomainModel for testing of validation."""
33
- id = fields.Int()
34
-
35
36
class PublicProfile(views.ContextView):
37
"""Profile data in public context."""
38
__model__ = Profile
0 commit comments