Closed richardbrockie closed 9 months ago
That makes sense.
One more issue with help attribute, it actually acceps html, not text.
so the fix itself should include support only text, support both attributes and depreciation warning.
thank you for the good catch
That makes sense.
One more issue with help attribute, it actually acceps html, not text.
so the fix itself should include support only text, support both attributes and depreciation warning.
Django help_text=
accepts html - I use the occasional <br />
for line breaks in long comments.
will be released in 0.10.1
The Django convention in model fields and other places is to use "help_text=", for example: https://docs.djangoproject.com/en/5.0/ref/models/fields/#help-text
My suggestion is that
django-content-settings
uses the same as Django has me well trained.