Opened 4 years ago
Closed 4 years ago
#31631 closed New feature (duplicate)
Use Django ORM Postgresql regex when the regex is in the database and the value is a string
Reported by: | Simon Junod | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 3.0 |
Severity: | Normal | Keywords: | QuerySet.extra |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I refer to this SO question and in accordance with the docs, I open a ticket to request the inclusion of a way to search by regex (when the regex is in the database, not the other way around) using Django's ORM.
Note:
See TracTickets
for help on using tickets.
Duplicate of #29702.