forked from django/django
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #23895 -- Prevented pickling of ResolverMatch.
Pickling a ResolverMatch did not work correctly in many cases, especially with CBVs and URLResolvers in the list of tried URL paths.
- Loading branch information
Jonathan Davis
authored
Jul 29, 2021
1 parent
85d47a5
commit 4c6a6d5
Showing
3 changed files
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -478,6 +478,7 @@ answer newbie questions, and generally made Django that much better: | |
Jökull Sólberg Auðunsson <[email protected]> | ||
Jon Dufresne <[email protected]> | ||
Jonas Haag <[email protected]> | ||
Jonathan Davis <[email protected]> | ||
Jonatas C. D. <[email protected]> | ||
Jonathan Buchanan <[email protected]> | ||
Jonathan Daugherty (cygnus) <http://www.cprogrammer.org/> | ||
|
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