Support for django-reversion on models with translatable fields and django-cms placeholder fields.
Project description
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, 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:
Run pip install aldryn-reversion.
Add below apps to INSTALLED_APPS:
INSTALLED_APPS = [ … 'reversion', 'aldryn_reversion', … ]
(Re-)Start your application server.
More detailed installation guidance is also available.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aldryn-reversion-1.1.0.tar.gz
.
File metadata
- Download URL: aldryn-reversion-1.1.0.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bc4de5fc99c8f9dfb01a1a1a52013c24eb178c915edff6c3a49398fbba947de |
|
MD5 | ec9d2603c86f7e9187718cac5d82cb1a |
|
BLAKE2b-256 | b01af93eaa714c5a5d30bdfcb3eee0f1053e1975fd4205dc9562dde6b6fa7b30 |
Provenance
File details
Details for the file aldryn_reversion-1.1.0-py2-none-any.whl
.
File metadata
- Download URL: aldryn_reversion-1.1.0-py2-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1d30f2c768ee0f892d16ce2be99ba72291289c37d190b7bb52497d3caca6c6 |
|
MD5 | ebcd12093bd4fdcefa410dd5908085e0 |
|
BLAKE2b-256 | e6e2ef542d9998066ab25e676c420e07aaaf2affc72d0fb807e3f91168d9aa64 |