Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure consistent output in show_urls for django 4.0+ #1759

Merged

Conversation

jeremy-engel
Copy link
Contributor

Updates show_urls to properly show the view class for class-based
views in django 4.0 and later. There was a regression in django 4.0
that was fixed in django/django@f4b06a3
that resulted in view being output in show_urls instead of the
actual class name.

The tests are essentially returned to the state there were in before c8d4c4a.

Updates `show_urls` to properly show the view class for class-based
views in django 4.0 and later. There was a regression in django 4.0
that was fixed in django/django@f4b06a3
that resulted in `view` being output in `show_urls` instead of the
actual class name.
@trbs trbs merged commit b0a6a79 into django-extensions:main Sep 9, 2022
@trbs
Copy link
Member

trbs commented Sep 9, 2022

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants