From fd7e729baee3c7d534fb683cdb8933bdcef6bb7b Mon Sep 17 00:00:00 2001 From: benzkji Date: Mon, 6 Nov 2017 16:40:34 +0100 Subject: [PATCH] optics --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e67c6c7..a1cc4fb 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,16 @@ solution, that I'll probably use in many projects from now on. - minimal requirement are the `is_staff` and `is_superuser` fields on your user model - staff users can be given the right to edit non staff users (currently not possible, or everyone can make everyone a superuser) -- fieldsets for staff and non staff users can be defined via settings (not yet) - better admin list views (filters, is_active, etc) [//]: # (NOTE / WARNING: With django<1.11, it's not possible to run this app with as custom `settings.AUTH_USER_MODEL`. See https://stackoverflow.com/questions/46935758/djangos-get-user-model-only-in-1-11-during-import-time t) -NOTE: Custom user models are not supported (yet). +### TODO + +- custom user models support. if you could help, would be nice: #3 +- fieldsets for staff and non staff users can be defined via settings (not yet) ## Usage