Changes between Version 1 and Version 2 of Ticket #35369


Ignore:
Timestamp:
Apr 12, 2024, 10:25:37 AM (6 weeks ago)
Author:
DS/Charlie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35369 – Description

    v1 v2  
    99        b = BugModel.objects.all()
    1010
    11         ab = a.union(b, all=False)
     11        ab = a.union(b)
    1212        """
    1313            (
Back to Top