diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-01-28 01:26:19 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-01-28 01:26:19 +0000 |
| commit | 3f50119868e5d533f407fc8ca56f876f7624d440 (patch) | |
| tree | 7b867876bbd223369ca7a1bd15a7e7051df14960 /docs | |
| parent | 8f46cdec97b5203481a56dc637a44fd0e284969d (diff) | |
Added some release notes for the object permissions foundation (added in r11807)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.2.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index f83e4dcc90..7c8992bd42 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -549,3 +549,12 @@ reusable, encapsulated validation behavior. Note, however, that validation must still be performed explicitly. Simply invoking a model instance's ``save()`` method will not perform any validation of the instance's data. + +Object-level permissions +------------------------ + +A foundation for specifying permissions at the per-object level has been added. +Although there is no implementation of this in core, a custom authentication +backend can provide this implementation and it will be used by +:class:`django.contrib.auth.models.User`. See the :ref:`authentication docs +<topics-auth>` for more information. |
