Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aldryn-reversion

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aldryn-reversion

Support for django-reversion on models with translatable fields and django-cms placeholder fields.

  • 1.1.0
  • PyPI
  • Socket score

Maintainers
3

################ Aldryn Reversion ################

|PyPI Version| |Build Status| |Coverage Status| |codeclimate| |requires_io|


Description


A collection of shared helpers and mixins to provide support for django-reversion on models with translatable (using django-parler) fields and/or django-cms placeholder fields.

Note: ::

django-parler is optional and is not required. However, if your model is
translated with Parler, aldryn-reversion will take translations and the
resulting internal Parler translation cache into consideration when making
revisions.

Usage


Please refer to documentation <http://aldryn-reversion.readthedocs.org/en/latest/>_.


Requirements


  • Python 2.6, 2.7, 3.4
  • Django 1.6 - 1.9
  • django-reversion

Optional

  • django CMS 3.0.12 or later
  • django-parler

Installation


Most likely you won't need to install this addon - it will be installed as a dependency for some other addon. If you do need to install it manually, follow these steps:

  1. Run pip install aldryn-reversion.

  2. Add below apps to INSTALLED_APPS: ::

    INSTALLED_APPS = [ … 'reversion', 'aldryn_reversion', … ]

  3. (Re-)Start your application server.

More detailed installation guidance <http://aldryn-reversion.readthedocs.org/en/latest/introduction/installation.html>_ is also available.

.. |PyPI Version| image:: http://img.shields.io/pypi/v/aldryn-reversion.svg :target: https://pypi.python.org/pypi/aldryn-reversion .. |Build Status| image:: http://img.shields.io/travis/aldryn/aldryn-reversion/master.svg :target: https://travis-ci.org/aldryn/aldryn-reversion .. |Coverage Status| image:: http://img.shields.io/coveralls/aldryn/aldryn-reversion/master.svg :target: https://coveralls.io/r/aldryn/aldryn-reversion?branch=master .. |codeclimate| image:: https://codeclimate.com/github/aldryn/aldryn-reversion/badges/gpa.svg :target: https://codeclimate.com/github/aldryn/aldryn-reversion :alt: Code Climate .. |requires_io| image:: https://requires.io/github/aldryn/aldryn-reversion/requirements.svg?branch=master :target: https://requires.io/github/aldryn/aldryn-reversion/requirements/?branch=master :alt: Requirements Status

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc