Christian Wiegand

Results 14 issues of Christian Wiegand

Support for Widget.render() methods without the renderer argument is removed in django 2.1 (see https://docs.djangoproject.com/en/2.2/releases/2.1/ - last line). Adding a keyword argument to the signature should't break compatibility with earlier...

Replace django.utils.http.urlquote with urllib.parse.quote for django… 4.0 compatibility (see https://docs.djangoproject.com/en/4.0/releases/3.0/#deprecated-features-3-0)

Is there a way to customise the filebrowser dialog title? Found the filebrowser.js template where it is initialised rather static with the value "Django Filebrowser". Overriding this value by overriding...

On large screens (seems like more than 1200px height) the scrolling of the quarantaine list is not expanded to that height and the scrolling doesn't work. If i size the...

bug