It's determined by the settings under the admin options. By default
both are set to false, so no permissions will be creation. To do what
you want:

...
class Admin:
   grant_change_row_level_perm = True
...

That should just set the change row levle permission and not set any
delete row level permission.

Chris


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to