Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
minor changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed Feb 1, 2017
1 parent 207c56e commit ac0ed13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ local.properties
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
.pypirc

# C extensions
*.so
Expand Down
14 changes: 8 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=======================
Django-CMS Reversion2**
=======================
=====================
Django-CMS Reversion2
=====================


**Django-CMS Reversion2** is a plugin for **Django CMS** which aims to provide a revision system
Expand All @@ -9,12 +9,12 @@ Django-CMS Reversion2**
Documentation
=============

Please feel free to contribute and help us to improve **Django-CMS Reversion2****.
Please feel free to contribute and help us to improve **Django-CMS Reversion2**.

Features
--------

These are the core features of **Django-CMS Layouter**:
These are the core features of **Django-CMS Reversion2**:

* Based on **django-reversion**
* Revisions for page drafts in given language
Expand All @@ -30,8 +30,10 @@ No software is perfect, everyone's code sucks. Feel free to suggest, criticize a
**Proper Frontend/CMS-Admin Integration** - Currently, we unregister django-cms' default PageAdmin and register our own
PageAdmin. The overriding of PageAdmin appears necessary as it provides the only hook into Plugins being moved.

**Parametrised Plugin-Registration** - AS of now, all CMSPlugin subclasses are registered with django-reversion without
**Parametrised Plugin-Registration** - As of now, all CMSPlugin subclasses are registered with django-reversion without
additional parameters ('follows', etc.). That means, model instances referred to via foreign key relation by a Plugin
are currently not versioned and therefore not reverted. Such instances must still exist when reverting. Plugins having
reverse foreign key relations (as is the case in many-to-many relations) are handled particularly badly. The delteion of
the Plugin entails the deletion of the related model instance/m2m model instance.

**Permission System** -

0 comments on commit ac0ed13

Please sign in to comment.