Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sir sigurd patch 1 (django-cms#1192)
* Inherit Folder from MPTTModel instead of using mptt.register(). The preferred way to do model registration is via model inheritance and `mptt.AlreadyRegistered` is deprecated since django-mptt 0.4 https://django-mptt.readthedocs.io/en/latest/upgrade.html?highlight=mptt.register#use-model-inheritance-where-possible * changed module import * add message for django-cms#1068 Co-authored-by: Sergey Fedoseev <[email protected]>
- Loading branch information