Changes between Initial Version and Version 1 of Ticket #33790, comment 3


Ignore:
Timestamp:
Jun 17, 2022, 5:29:15 AM (2 years ago)
Author:
Mariusz Felisiak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33790, comment 3

    initial v1  
    1 Most of functions/aggregates mentioned in the ticket description are included in Django:
     1Most of functions/aggregates mentioned in the ticket description are already included in Django:
    22- `bit_xor()` -> `django.contrib.postgres.aggregates.BitXor`,
    33- `bool_and()` -> `django.contrib.postgres.aggregates.BoolAnd`,
Back to Top