| Age | Commit message (Collapse) | Author |
|
The admindocs app doesn't pass a log level to docutils when it parses
reStructured Text, so system messages can be logged during parsing.
|
|
Only users with view or change model permissions can access.
Thank you to Sarah Boyce for the review.
|
|
|
|
|
|
|
|
Co-Authored-By: Author: Alexander Lazarević <laza@e11bits.com>
|
|
|
|
This was problematic for screen reader users because they use headings
to navigate. Having two <h1> is confusing, and the one in the header
wasn’t particularly helpful since it’s the same on all pages.
|
|
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TemplateDetailView.
|
|
|
|
|
|
|
|
|
|
Previously simplify_regex() didn't handle trailing groups for regexp
without the end of string character ("$").
|
|
Thanks Claude Paroz for assistance with translations.
|
|
html.escape()/unescape().
|
|
|
|
Original patch by bkaluza. Tests and docs by humbertotm.
|
|
|
|
|
|
|
|
|
|
Regression in f0ef0c49e9284f262fbc63e8a497699ca4a248fe.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|