From: Joseph Spiros Date: Tue, 29 Jun 2010 23:58:33 +0000 (-0400) Subject: Fixed a bug in ContentTypeSubclassLimiter whereby it would only return direct subclas... X-Git-Tag: philo-0.9~63 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/99a36fb8d97f1a55da08020758689904a0eb922f?ds=inline;hp=99a36fb8d97f1a55da08020758689904a0eb922f 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. ---