Skip to content
Snippets Groups Projects
Verified Commit 2c3f3fe4 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use Model as base for ExtensibleModel

parent 9126d304
No related branches found
No related tags found
No related merge requests found
Pipeline #1898 failed
......@@ -17,7 +17,7 @@ from rules.contrib.admin import ObjectPermissionsModelAdmin
@reversion.register()
class ExtensibleModel(CRUDMixin):
class ExtensibleModel(models.Model):
""" Base model for all objects in AlekSIS apps
This base model ensures all objects in AlekSIS apps fulfill the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment