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 [1] https://docs.djangoproject.com/en/dev/releases/1.7/#models -- 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 [email protected]. To post to this group, send email to [email protected]. 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.

