-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
Description
This may be just an edge case for myself, but I have added django-simple-history to my project to track changes made to instances of my models, and use that in the admin. I want to exclude the history field from each model, and when I ran the generate management command, the generator created serializer and modelviewset classes from the relationship for historical records, along with corresponding URLs. Now I know I can delete these and clean it up on my own, but could there be an option to define an excluded model from generation? Thank you