stencila/hub

TypeError: clean() missing 1 required positional argument: 'user'

Closed this issue ยท 1 comments

This occurs because we are, erroneously, overriding the clean method for projects. It's name should be changed.

Sentry Issue: HUB-117

TypeError: clean() missing 1 required positional argument: 'user'
(11 additional frame(s) were not displayed)
...
  File "django/forms/forms.py", line 177, in is_valid
    return self.is_bound and not self.errors
  File "django/forms/forms.py", line 172, in errors
    self.full_clean()
  File "django/forms/forms.py", line 376, in full_clean
    self._post_clean()
  File "django/forms/models.py", line 405, in _post_clean
    self.instance.full_clean(exclude=exclude, validate_unique=False)
  File "django/db/models/base.py", line 1216, in full_clean
    self.clean()

๐ŸŽ‰ This issue has been resolved in version 4.27.2 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€