Changes between Initial Version and Version 1 of Ticket #35020, comment 9
- Timestamp:
- Jan 5, 2024, 7:52:27 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35020, comment 9
initial v1 1 1 Hi. 2 2 3 This seems to have broken django admin url filtering on foreign keys as well. 3 This seems to have broken django admin url filtering on foreign keys as well. I am on django 5.0.1. 4 4 5 5 I have a model, PriceGroup with FK to Booking, and when i attempt to filter PriceGroup in django admin on ?booking_id=... in the url i get `Error: Filtering by booking not allowed` in a small red alert box.