Django and default permissions?
Why of the core developers of Django does not include a "view only" permission by default?
-- Django creates by default has permissions add, change and delete, but does not include permission to view.
for example, the user can only view a form, but can not edit it, ie, the save will be disabled, and input fields generated by the form will be read-only
It seems that in django 1.7 will be simpler to modify[1] the default permissions
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9e8e73d7-0ee7-4730-b084-607b4c427d04%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home