Changes between Initial Version and Version 1 of Ticket #32332


Ignore:
Timestamp:
Jan 7, 2021, 1:17:08 PM (4 years ago)
Author:
Charlie DeTar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32332 – Description

    initial v1  
    3333    order.save()
    3434
    35     assert Order.objects.filter(product=product).exists()  # succeeds
     35    assert Order.objects.filter(product=order.product).exists()  # succeeds
    3636}}}
    3737
Back to Top