Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
fix a compatibility issue with django 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yunenko committed Oct 5, 2020
1 parent 1a7a392 commit 6bb6a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aldryn_forms/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.2.0.rc1'
__version__ = '6.2.0.rc3'
2 changes: 1 addition & 1 deletion aldryn_forms/contrib/email_notifications/cms_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class ExistingEmailNotificationInline(admin.StackedInline):
'and other notification fields'
)

def has_add_permission(self, request):
def has_add_permission(self, request, obj=None):
return False

def get_fieldsets(self, request, obj=None):
Expand Down

0 comments on commit 6bb6a66

Please sign in to comment.