| Age | Commit message (Collapse) | Author |
|
template/view names.
Backport of 1250483ebf73f7a82ff820b94092c63ce4238264 from main
|
|
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
URLResolver view-strings mapping to admindocs."
This reverts commit 7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1.
Thanks Tom Carrick and Greg Kaleka for reports.
|
|
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TemplateDetailView.
|
|
middlewares.
|
|
|
|
|
|
|
|
|
|
|
|
leading newlines.
Used inspect.cleandoc() which implements PEP-257 instead of an internal
hook.
|
|
|
|
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.
|
|
|
|
|
|
|
|
http://bugs.python.org/issue27364
|
|
Generated correct admindocs URLs on Python 3. URLs generate 404s on
Python 2, as in older versions of Django.
|
|
Fixed a regression in 2f16ff5a6cbd71fc6c50e88e4087f3657222e90e.
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks to Tim Graham for the review.
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
hardcode it.
|
|
This adds a test for 511a53b3142551a1bc3093ed1b6655f57634f510
|