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.
Release files for aldryn-reversion 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aldryn-reversion-1.1.0.tar.gz | 26.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aldryn_reversion-1.1.0-py2-none-any.whl | Python 2 | none | any | Details |
Total release size:60.0 kB
Release files / aldryn-reversion-1.1.0.tar.gz
| Download URL | aldryn-reversion-1.1.0.tar.gz |
|---|---|
| Size | 26.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8bc4de5fc99c8f9dfb01a1a1a52013c24eb178c915edff6c3a49398fbba947de
|
|
BLAKE2b-256 checksum How to use checksums |
b01af93eaa714c5a5d30bdfcb3eee0f1053e1975fd4205dc9562dde6b6fa7b30
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / aldryn_reversion-1.1.0-py2-none-any.whl
| Download URL | aldryn_reversion-1.1.0-py2-none-any.whl |
|---|---|
| Size | 33.5 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
dc1d30f2c768ee0f892d16ce2be99ba72291289c37d190b7bb52497d3caca6c6
|
|
BLAKE2b-256 checksum How to use checksums |
e6e2ef542d9998066ab25e676c420e07aaaf2affc72d0fb807e3f91168d9aa64
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |