A reusable app for locking objects within the admin while another editoris editing the page.
Project description
Never lose work to another editor again!
Add admin_locking to INSTALLED_APPS and inherit from admin_locking.AdminLockingMixin.
How to add to all ModelAdmins?
Use a common parent: instead of inheriting from admin.ModelAdmin, create a base object to inherit from.