Changes between Initial Version and Version 1 of Ticket #35020, comment 9


Ignore:
Timestamp:
Jan 5, 2024, 7:52:27 AM (8 months ago)
Author:
Aleksander Vognild Burkow

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35020, comment 9

    initial v1  
    11Hi.
    22
    3 This seems to have broken django admin url filtering on foreign keys as well.
     3This seems to have broken django admin url filtering on foreign keys as well. I am on django 5.0.1.
    44
    55I 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.
Back to Top