| Age | Commit message (Collapse) | Author |
|
admindocs' TemplateDetailView.
|
|
|
|
|
|
|
|
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
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
Instead of setting ``warning_stream`` in the docutils config overrides
to ``False`` I opted for filtering the stderr in the tests to keep the
error output showing up in server logs.
Thanks Tim Graham for the report and review
|
|
Thanks Tim Graham for the review.
|
|
Thanks Scott Sanders for the report, and Markus Holtermann and
Tim Graham for the reviews. Refs #24381.
|
|
|
|
|
|
|
|
Thanks elvard and gkmngrgn for work on the patch and Markus H. for review.
|
|
|
|
|
|
|
|
|
|
|