Django - Excluding some fields in Inline Admin Interface -


in django admin interface, possible exclude of fields in inline?

https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.modeladmin.exclude

update: broken link fixed....


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -