Django Book 翻译
菜单>:
TOC
返回
原文:
These three basic permissionsadd, change, and deleteare automatically created for each Django model that has a ``class Admin`` . Behind the scenes, these permissions are added to the ``auth_permission`` database table when you run ``manage.py syncdb`` .
翻译:
这三个基本权限:添加,变更和删除,会被自动添加到所有的Django模型中,只要该模型包含 ``class Admin`` 。当你执行 ``manage.py syncdb`` 的时候,这些就被自动添加到 ``auth_permission`` 数据表中。
备注:
译者: