Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2088 closed enhancement (invalid)

abstract out the manner in which information about models is accessed, to allow experiments with different model definitions

Reported by: shahbazc@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal 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

I would like to recommend that information about models be accessed through an abstracted set of functions, rather than directly querying the models file.

This will allow easier experiments with different ways models are handled. I realize many people are opposed to model definitions being taken out of python code and into database, xml, other formats, but it will make it easier to do some interesting experiments.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: invalid
Status: newclosed

This is too much of an abstract idea (no pun intended) for the ticket system at this point. Please open another ticket if you have a patch and specific solution.

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