Changes between Initial Version and Version 1 of Ticket #33790, comment 3
- Timestamp:
- Jun 17, 2022, 5:29:15 AM (2 years ago)
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:1 Most of functions/aggregates mentioned in the ticket description are already included in Django: 2 2 - `bit_xor()` -> `django.contrib.postgres.aggregates.BitXor`, 3 3 - `bool_and()` -> `django.contrib.postgres.aggregates.BoolAnd`,