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
Hi,
I" migrating an application from django 1.11 to 2.1+, this application uses AnyImageFied for pictures management,
I've noticed an incompatibility in wigdets; for now, an addional parameter is required for Widget.render() method: renderer
I'll propose a PR for this...
Thanks !
The text was updated successfully, but these errors were encountered:
edoburu#8 Support for django 2.1+
c413ef0
+ Adds the rendered parameter to the solr.FixedSorlAdminImageWidget.render() method
edoburu#8 Support for django 2.1
500f9bf
+ Updated caller signature about renderer
#8 Support for django 2.1+ (#9)
ac439e7
Fix solr.FixedSorlAdminImageWidget.render() method for Django 2.1+
No branches or pull requests
Hi,
I" migrating an application from django 1.11 to 2.1+, this application uses AnyImageFied for pictures management,
I've noticed an incompatibility in wigdets; for now, an addional parameter is required for Widget.render() method: renderer
I'll propose a PR for this...
Thanks !
The text was updated successfully, but these errors were encountered: