-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure consistent output in show_urls for django 4.0+ (#1759)
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.
- Loading branch information
1 parent
9f55f81
commit b0a6a79
Showing
2 changed files
with
15 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters