Skip to content

Commit

Permalink
removed model patch from locking
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeman authored and Freeman committed Aug 12, 2024
1 parent 6e42193 commit e12fa57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 37 deletions.
2 changes: 1 addition & 1 deletion djangocms_version_locking/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class VersionLockingConfig(AppConfig):
verbose_name = _("django CMS Version Locking")

def ready(self):
from .monkeypatch import cms_toolbars, models # noqa: F401
from .monkeypatch import cms_toolbars # noqa: F401
36 changes: 0 additions & 36 deletions djangocms_version_locking/monkeypatch/models.py

This file was deleted.

File renamed without changes.

0 comments on commit e12fa57

Please sign in to comment.