#31211 closed Cleanup/optimization (fixed)
Add SearchConfig expression.
| Reported by: | Hannes Ljungberg | Owned by: | Hannes Ljungberg |
|---|---|---|---|
| Component: | contrib.postgres | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
After discussion in https://github.com/django/django/pull/12297 it was decided to add the new expression SearchConfig. It will make it easier to handle the postgres type regconfig internally in django/contrib/postgres/search.py
Change History (4)
comment:1 by , 6 years ago
| Has patch: | set |
|---|
comment:2 by , 6 years ago
| Summary: | Add SearchConfig expression → Add SearchConfig expression. |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Version: | 3.0 → master |
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/12377