Django-guardian

Latest version: v2.4.0

Safety actively analyzes 627404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 7

0.2.2

============================

* Fixed migrations order (thanks to Daniel Rech)

0.2.1

===========================

* Fixed migration (it wasn't actually updating object_pk field)

0.2.0

===========================

Fixes
~~~~~

* 4: guardian now supports models with not-integer primary keys and
they don't need to be called "id".

.. important::
For 0.1.X users: it is required to *migrate* guardian in your projects.
Add ``south`` to ``INSTALLED_APPS`` and run::

python manage.py syncdb
python manage.py migrate guardian 0001 --fake
python manage.py migrate guardian

Improvements
~~~~~~~~~~~~

* Added South_ migrations support

0.1.1

============================

Improvements
~~~~~~~~~~~~

* Added view decorators: ``permission_required`` and
``permission_required_403``

0.1.0

===========================

* Initial public release


.. _south: http://south.aeracode.org/
.. _grappelli: https://github.com/sehmaschine/django-grappelli
.. _tox: http://tox.testrun.org/
.. _travis: http://travis-ci.org/
.. _GitHub Actions: https://github.com/django-guardian/django-guardian/actions


.. vim: ft=rst

Page 7 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.