Hallöchen!
I have the following model structure:
class A(models.Model):
...
class Meta:
ordering = ["timestamp"]
get_latest_by = "timestamp"
class B(A):
class Meta(A.Meta):
abstract = True
class C(B):
...
Then, class C doesn't haven ordering or get_latest_by set. Is this
expected behaviour? Then, I would simply re-define them in B.
Tschö,
Torsten.
--
Torsten Bronger Jabber ID:
torsten...@jabber.rwth-aachen.de
or
http://bronger-jmp.appspot.com