Changes between Initial Version and Version 2 of Ticket #35953
- Timestamp:
- Nov 29, 2024, 9:35:51 AM (7 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35953
- Property Has patch set
- Property Patch needs improvement set
- Property Owner set to
- Property Triage Stage Unreviewed → Accepted
- Property Status new → assigned
-
Ticket #35953 – Description
initial v2 9 9 10 10 What if an existing, non-composite primary key contains a comma? 11 ''While Django URL encodes commas in the admin URLs (see `QUOTE_MAP`), it must be able to look up objects by no t-encoded PKs too.11 ''While Django URL encodes commas in the admin URLs (see `QUOTE_MAP`), it must be able to look up objects by non-encoded PKs too (see #12349, #18550). 12 12 The solution is simple. We must check if the model the user is trying access has a composite primary key or not.'' 13 13