| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
error messages.
|
|
View.as_view() should not use update_wrapper() for copying attributes
it's unintended and have side-effects such as adding `self` to the
signature.
This also fixes system check for arguments of custom error handler
views with class-based views.
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
This patch adjusted existing tests that used invalid identifiers.
|
|
handler views.
Thanks to Jon on Stack Overflow for reporting the issue.
|
|
|
|
|
|
django.urls.path() routes.
|
|
Thanks Aymeric Augustin for shepherding the DEP and patch review.
Thanks Marten Kenbeek and Tim Graham for contributing to the code.
Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
|
|
|
|
|
|
|
|
|
|
|
|
settings.APPEND_SLASH=False.
Thanks strycore for the report and timgraham for suggesting the
solution.
|
|
|
|
|
|
Thanks Burhan Khalid for the initial patch and knbk/timgraham
for review.
|
|
|
|
|
|
|
|
Thanks jwa and lamby for the suggestions, and timgraham and jarshwah
for their reviews.
|