tkhyn / django-gm2m

MIT License
36 stars 23 forks source link

Make GM2MModelMetaclass hashable for migrations #51

Closed devbis closed 4 years ago

devbis commented 4 years ago

This method is required for django migrations See:

https://github.com/django/django/blob/master/django/db/migrations/state.py#L35

simkimsia commented 3 years ago

Thank you @devbis I needed this