Closed 3j14 closed 3 years ago
As seen in 9c62b18, I added an additional test. I was unsure whether this is the right test class. Let me know if the test should be put into an additional class.
Besides that, I ran all tests without a failure.
Thanks for the PR, I'll fix the linting and release it afterward.
Thanks for merging!
Released in 0.28.1
This will deprecate
LeafletWidget._get_attrs
in favor ofLeafletWidget.get_attrs
for the use in e.g.django.forms.MultiWidget
.The issue of
_get_attrs
has been discussed in #322 and should be resolved by this.