Merge pull request #241 from benkonrath/fix-contrib-guardian-docs
Improve django-guardian integration docs.fix_request_path_info
commit
19745c6740
|
|
@ -100,9 +100,15 @@ the view of the actual child model is used, similar to the way the regular chang
|
||||||
django-guardian support
|
django-guardian support
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
You can enable the content type of the base model to be used for the object levels permissions by setting the
|
You can enable django-guardian_ to use the base model for object level permissions by adding this option to your
|
||||||
django-guardian_ option `GUARDIAN_GET_CONTENT_TYPE` to `polymorphic.contrib.get_polymorphic_base_content_type`. Read
|
settings:
|
||||||
more about this option in the `django-guardian documentation <https://django-guardian.readthedocs.io/en/latest/configuration.html#guardian-get-content-type>`_.
|
|
||||||
|
.. code-block:: python
|
||||||
|
|
||||||
|
GUARDIAN_GET_CONTENT_TYPE = 'polymorphic.contrib.guardian.get_polymorphic_base_content_type'
|
||||||
|
|
||||||
|
This option requires django-guardian_ >= 1.4.6. Details about how this option works are available in the
|
||||||
|
`django-guardian documentation <https://django-guardian.readthedocs.io/en/latest/configuration.html#guardian-get-content-type>`_.
|
||||||
|
|
||||||
|
|
||||||
.. _django-reversion: https://github.com/etianen/django-reversion
|
.. _django-reversion: https://github.com/etianen/django-reversion
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue