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. Or Aldryn Reversion documentation index,
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 don’t need to install this addon by yourself, and it is installed as a dependency for another addon. If you do need to install this addon manually, just follow those steps:
Run pip install aldryn-reversion.
Add below apps to INSTALLED_APPS:
INSTALLED_APPS = [ … 'reversion', 'aldryn_reversion', … ]
(Re-)Start your application server.
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
File details
Details for the file aldryn-reversion-1.0.0.tar.gz
.
File metadata
- Download URL: aldryn-reversion-1.0.0.tar.gz
- Upload date:
- Size: 21.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 923d66763ad54baa738639dc4f86e0f63d8265fe8fa8cf90341e547a2e0e9e14 |
|
MD5 | 7e9221ca3d2636d8cfe2a719061ef961 |
|
BLAKE2b-256 | 19a74e16fdaec49d5a44269b99e94fafc8409ff96a0814ae5f711c2cbdfc1c43 |