Opened 5 years ago

Closed 5 years ago

#30613 closed Cleanup/optimization (fixed)

Move index name checks from Index.__init__ into system checks.

Reported by: Can Sarıgöl Owned by: Can Sarıgöl
Component: Database layer (models, ORM) 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 (last modified by Mariusz Felisiak)

Index names assertions should be moved to system checks to keep code cleaner and more consistent.

Change History (3)

comment:1 by Can Sarıgöl, 5 years ago

Has patch: set
Owner: changed from nobody to Can Sarıgöl
Status: newassigned

comment:2 by Mariusz Felisiak, 5 years ago

Description: modified (diff)
Summary: Move index name check from Index.__init__ into system checks.Move index name checks from Index.__init__ into system checks.
Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 53209f78:

Fixed #30613 -- Moved index name validation to system checks.

Note: See TracTickets for help on using tickets.
Back to Top