Changes between Initial Version and Version 1 of Ticket #22378, comment 3
- Timestamp:
- Apr 3, 2014, 10:43:05 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22378, comment 3
initial v1 22 22 Also, even if it is passed to `int(...)` and converted to integer that way, it creates multiple valid urls for single resource, without developer knowing about it. This is minor, but unwanted behavior. 23 23 24 25 (and it is not easy to discover, most of Django developers are puzzled when I talk with them about this problem 24 And it is not easy to discover, most of Django developers are puzzled when I talk with them about this problem.