Fixed a bug in ContentTypeSubclassLimiter whereby it would only return direct subclas...
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 29 Jun 2010 23:58:33 +0000 (19:58 -0400)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Tue, 29 Jun 2010 23:58:33 +0000 (19:58 -0400)
commit99a36fb8d97f1a55da08020758689904a0eb922f
tree2e9687bbaa96e3851acd7d514aad22001048277b
parent4fc7f069be5a0cc064e96bad765052c6ad61c27e
Fixed a bug in ContentTypeSubclassLimiter whereby it would only return direct subclasses of the specified class. It now returns all non-abstract model subclasses, however deep in the class hierarchy.
utils.py