Open luxoar opened 7 years ago
Same over here, changing final_attrs = self.build_attrs(attrs, name=name)
to final_attrs = self.build_attrs(attrs)
solves the exception and show the page correctly but I don't know the implications since I could not follow its use in the library.
Also, PyCharm accuses (in chroniker's admin.py):
Signature of method 'HTMLWidget.render()' does not match signature of base method in class 'Widget' less...
on
def render(self, name, value, attrs=None):
I've seen this error before. I believe name
is now assumed to be within the attrs
dictionary. I'll need to create a unittest to confirm the fix, but I'm a bit overwhelmed with work atm.
Hi, when looking at the details of a log in Django 1.11 the following error occurse. Everything works with Django 1.10. (Tested on Version 1.0.4 and 1.0.6 of django-chroniker)