django-locking icon indicating copy to clipboard operation
django-locking copied to clipboard

Prevents users from doing concurrent editing in Django. Works out of the box in the admin interface, or you can integrate it with your own apps using a public API.

Results 3 django-locking issues
Sort by recently updated
recently updated
newest added

The `STATIC_URL` media setup wasn't playing nicely with our whitenoise-based static asset pipeline, so this changes it to use the static templatetag helper. I believe this also gets rid of...

This abstracts the editor read-only toggle to work with TinyMCE as well as CKEditor. I considered doing a straight-up replacement or adding a Django-level setting, but it seemed easiest to...

- use staticfiles to generate asset URLs properly - drop various pre-1.6 support to cope with removals in 1.6..1.8 - support 1.5+ custom user models, including in migrations - south...