Comment (by Hannes Ljungberg):
Pretty sure that this is caused by not having `django.contrib.postgres` in
`INSTALLED_APPS` as documented at
https://docs.djangoproject.com/en/5.0/ref/contrib/postgres/indexes
/#opclass-expressions.
--
Ticket URL: <https://code.djangoproject.com/ticket/35079#comment:3>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => duplicate
* stage: Accepted => Unreviewed
Comment:
Ahh, right 🤦 Duplicate of #32770.
--
Ticket URL: <https://code.djangoproject.com/ticket/35079#comment:4>
Comment (by Andra Antariksa):
Thanks for your response. It fixes my problem, too bad I didn't notice
that thing.
--
Ticket URL: <https://code.djangoproject.com/ticket/35079#comment:5>