Changes between Version 3 and Version 4 of Ticket #31332


Ignore:
Timestamp:
Mar 2, 2020, 3:37:44 PM (4 years ago)
Author:
Aishwary
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31332 – Description

    v3 v4  
    44{{{
    55class Meta:
    6         unique_together = ('batch_size', 'distributor', 'service', 'type')
     6    unique_together = ('batch_size', 'distributor', 'service', 'type')
    77}}}
    88
Back to Top