marazmiki / django-generic-helpers

The application provides some syntax sugar for working with Django's generic relations
10 stars 2 forks source link

GenericRelationField overrides a customized save() method in a model class #9

Closed Volody2006 closed 4 years ago

Volody2006 commented 4 years ago

According to this, if a model has a customized save() method, it would be overridden by GenericRelationField while contributing to class.

marazmiki commented 4 years ago

Thank you for reporting! Will fix ASAP