Update example to show polymorphic inlines

This commit is contained in:
Diederik van der Boor
2016-08-09 01:21:21 +02:00
parent 7330a4f099
commit a533dc4b23
6 changed files with 210 additions and 0 deletions
+1
View File
@@ -73,6 +73,7 @@ INSTALLED_APPS = (
'polymorphic', # needed if you want to use the polymorphic admin
'pexp', # this Django app is for testing and experimentation; not needed otherwise
'orders',
)
if django.VERSION >= (1, 7):