Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#534 closed enhancement (invalid)

Model validator should validate models/__init__.py

Reported by: Adrian Holovaty Owned by: Adrian Holovaty
Component: Tools Version:
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The model validator should ensure the __all__ in models/__init__.py matches the list of models within the models/ directory.

Change History (2)

comment:1 by Adrian Holovaty, 19 years ago

Status: newassigned

comment:2 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: assignedclosed

No longer necessary thanks to magic-removal branch.

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