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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34402, comment 1

    v1 v2  
    1 All cases `pk`, `parent__ptr`, and `id` works with the `__exact` lookup. Do you need `__iexact`?
     1All cases `pk`, `payer__ptr`, and `id` works with the `__exact` lookup. Do you need `__iexact`?
     2
     3The main difference is that `id` is `AutoField`, `pk` and `payer_ptr` are recognized as `OneToOneField`.
Back to Top