Conversation
Notices
-
Verius (verius@community.highlandarrow.com)'s status on Saturday, 16-Sep-2017 05:29:06 EDT Verius
The joys of subclassing as a way to overcome limitations of an original interface: you can define a Django admin inline with ordering buttons by subclassing OrderedTabularInline, you can define a Django admin inline with the ability to create foreign objects by inheriting ReverseModelAdmin, but you can't do both since you'd create a diamond with all the problems that entails.