#33365: Functionality change in 3.2.10 for re_path().
-------------------------------------+-------------------------------------
Reporter: Pkt | Owner: nobody
Type: Bug | Status: closed
Component: Core (URLs) | Version: 3.2
Severity: Normal | Resolution: invalid
Keywords: 3.2.10 resolvers | Triage Stage:
re_path | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Mariusz Felisiak):
* cc: Florian Apolloner (added)
* status: new => closed
* resolution: => invalid
Comment:
Thanks for this report, however all security patches are backward
incompatible. You can add `.*` to your pattern if you want to match
everything, e.g.
{{{
re_path( r"^.*validate$", ValidateView.as_view(), name="validate"),
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33365#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/065.65bc8d543d2027134e7836049009f0fb%40djangoproject.com.