Opened 5 years ago

Last modified 5 years ago

#30613 closed Cleanup/optimization

Move index name checks from Index.__init__ into system checks. — at Version 2

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 (2)

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
Note: See TracTickets for help on using tickets.
Back to Top