Re: Define Meta attributes at runtime

2011-09-30 Thread John
I don't believe you'd be able to do this without altering the code for the framework itself; the Django model metaclass hides the Meta attribute (among other things) for non-abstract-base classes. On Sep 30, 6:45 am, Isaac wrote: > Hi folks, > > I'm wondering if it's possible to set / redefine Me

Define Meta attributes at runtime

2011-09-30 Thread Isaac
Hi folks, I'm wondering if it's possible to set / redefine Meta attributes of a given model at runtime. The problem arises because I'm using a framework with many classes defined there, and interacting in a right way. I need to redefine some of Meta attributes of that class, but without over