Skip to main content

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

Project description

PyPI Version Build Status Coverage Status Code Climate Requirements Status

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.

Requirements

  • Python 2.6 or 2.7

  • Django 1.6, 1.7 or 1.8

  • 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 is also available.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aldryn-reversion-1.0.5.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

aldryn_reversion-1.0.5-py2-none-any.whl (28.4 kB view details)

Uploaded Python 2

File details

Details for the file aldryn-reversion-1.0.5.tar.gz.

File metadata

File hashes

Hashes for aldryn-reversion-1.0.5.tar.gz
Algorithm Hash digest
SHA256 1fe23271f2dcf5f53e81342a9c60e8cdd3b9258b91062f798c69aa6d539d90fc
MD5 447850f473c23c2e1bf6d96e8af1b1d2
BLAKE2b-256 505e4b34f62b68a4293134b0ce5b5858fd64e953693d2c43135bb4570079d64a

See more details on using hashes here.

File details

Details for the file aldryn_reversion-1.0.5-py2-none-any.whl.

File metadata

File hashes

Hashes for aldryn_reversion-1.0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 2caa761cf127f5c7d35ce1646a56f8ba95b6aa022b834c11fa8f4413cf368120
MD5 8fd14ae9e89afb204a8b90410756dfce
BLAKE2b-256 b7b3672515d38cb32db5769510f276954bc16e9f8f74c4234610c486569c87e2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page