Convert unneeded regular expressions to strings in URL patterns #4094
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Convert all old-style regular expressions in
urls.py
files to regular strings.Justification
Since switching from
re_path()
topath()
, regular expressions are no longer needed for most URLs.The text was updated successfully, but these errors were encountered: