Changes between Initial Version and Version 1 of Ticket #34402, comment 1


Ignore:
Timestamp:
Mar 11, 2023, 9:18:41 AM (20 months ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34402, comment 1

    initial v1  
    1 Both cases `pk` and `id` works with the `__exact` lookup. Do you need `__iexact`?
     1All cases `pk`, `parent__ptr`, and `id` works with the `__exact` lookup. Do you need `__iexact`?
Back to Top