Bump to v1.0.2
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
Changes in git
|
||||
--------------
|
||||
Version 1.0.2 (2016-10-14)
|
||||
--------------------------
|
||||
|
||||
* Added helper function for django-guardian_; add
|
||||
``GUARDIAN_GET_CONTENT_TYPE = 'polymorphic.contrib.guardian.get_polymorphic_base_content_type'``
|
||||
|
||||
+2
-2
@@ -55,9 +55,9 @@ copyright = u'2013, Bert Constantin, Chris Glass, Diederik van der Boor'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.0'
|
||||
version = '1.0.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.0'
|
||||
release = '1.0.2'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
||||
@@ -100,8 +100,10 @@ the view of the actual child model is used, similar to the way the regular chang
|
||||
django-guardian support
|
||||
-----------------------
|
||||
|
||||
You can enable django-guardian_ to use the base model for object level permissions by adding this option to your
|
||||
settings:
|
||||
.. versionadded:: 1.0.2
|
||||
|
||||
You can configure django-guardian_ to use the base model for object level permissions.
|
||||
Add this option to your settings:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user