myModel.Meta.abstract is unexpectedly False

2010-01-16 Thread pkghost
I've defined some abstract classes in my models.py, and yet, iterating over them and inspecting the property always reports a False value. I must admit to being a little befuddled. Any guidance will be appreciated. Cheers, cb -- You received this message because you are subscribed to the Google

Re: myModel.Meta.abstract is unexpectedly False

2010-01-16 Thread pkghost
RTFM fail. Two times sorry for the spam. cb On Jan 16, 9:03 pm, pkghost wrote: > I've defined some abstract classes in my models.py, and yet, iterating > over them and inspecting the property always reports a False value. I > must admit to being a little befuddled. Any gu