Changes between Initial Version and Version 1 of Ticket #35090
- Timestamp:
- Jan 5, 2024, 4:15:10 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35090 – Description
initial v1 22 22 23 23 Whichever module is loaded last will silently overwrite the other’s converter. URLs will then only be interpreted with that converter, leading to fewer URLs being matched than intended. This can be particularly difficult to spot as import order may change accidentally due to other code being rearranged. 24 25 See the full example project at https://github.com/adamchainz/django-ticket-35090