fzzylogic
fzzylogic
Below can also be resolved with TemplateColumn (probably more succinctly), but just mentioning it here for what it's worth. On Django 2.1.4 with django-tables2 2.0.3: Previously, to make a link...
Here's a bug i noticed. 1. In the simple demo, highlight the "Lorem ipsum" header. 2. Select another color, and highlight from "Lorum" till halfway in "ipsum". The letters in...
Hi Not sure this is useful for the use cases you're aiming for, so just putting it here for what it's worth. scaleToWindow was not resizing to the full window...
Added some low hanging fruit file types from the Go version. Put Dcm under archive (as on the Go side). Didn't improve matroska detection or add docx, xlsx or pptx....
Not at all sure this is the right place to ask.. I'm running django 1.11.12 and dango-pyodbc-azure 1.11.12.1 with driver "ODBC Driver 13 for SQL Server" on Windows 10 and...
Noticed this, just mentioning fwiw. From 4.1, [Django requires POST to logout](https://forum.djangoproject.com/t/showing-method-not-allowed-get-users-logout/26044). [EndSessionView](https://github.com/juanifioren/django-oidc-provider/blob/977c80f4ae87dfc19a3cc300f3436c6d01bf1078/oidc_provider/views.py#L346C15-L346C15) inherits from [LogoutView](https://github.com/django/django/blob/dc26a3d563b1e1d98d40f5d351a6a61c34f12d98/django/contrib/auth/views.py#L124), so redirect to end_session_endpoint is blocked in Django 4.1+. Redirect is [correct](https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout) as per...
Nits: - Mention vital OIDC_IDTOKEN_INCLUDE_CLAIMS setting - Add commonly used 'preferred_username' claim
Using crispy-forms with django, it adds a form-group to a higher level parent, so added an option to control that.