Skip to content

Fix django 4 regression#63

Merged
PeterJCLaw merged 2 commits intothread:masterfrom
itsthejoker:django-4-regression
Jun 27, 2022
Merged

Fix django 4 regression#63
PeterJCLaw merged 2 commits intothread:masterfrom
itsthejoker:django-4-regression

Conversation

@itsthejoker
Copy link
Contributor

Expanding from #61

Django 4.0 removes url entirely, so this PR replaces url with re_path which functions similarly.

Copy link
Contributor

@PeterJCLaw PeterJCLaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for splitting these out.

For this one I think we can use path rather than needing to stick with a regex pattern?

Copy link
Contributor

@PeterJCLaw PeterJCLaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@PeterJCLaw PeterJCLaw merged commit a6428d8 into thread:master Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants