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 018aa43 commit 879dcd1Copy full SHA for 879dcd1
demoapp/views.py
@@ -15,7 +15,3 @@ def get_object(self, queryset=None):
15
16
def get_success_url(self):
17
return self.request.path
18
-
19
- def get_context_data(self, **kwargs):
20
- context = super().get_context_data(**kwargs)
21
- return context
finder/models/fields.py
@@ -10,9 +10,6 @@
10
class FinderFileField(UUIDField):
11
description = _("Reference to a file in the finder app.")
12
13
- def __init__(self, **kwargs):
14
- super().__init__(**kwargs)
def formfield(self, **kwargs):
return super().formfield(
**{
0 commit comments