We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: dev/7.6, may affect earlier
>>> from arches.app.models.resource import Resource >>> r = Resource.objects.all()[40] >>> r.load_tiles() >>> r.save() Traceback (most recent call last): File "<console>", line 1, in <module> File "/web_root/arches/arches/app/models/resource.py", line 233, in save tile.save(request=request, index=False, transaction_id=transaction_id, context=context) File "/web_root/arches/arches/app/models/models.py", line 1172, in save super(TileModel, self).save(*args, **kwargs) # Call the "real" save() method. TypeError: Model.save() got an unexpected keyword argument 'request'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: dev/7.6, may affect earlier
The text was updated successfully, but these errors were encountered: