Skip to content

Commit

Permalink
Merge branch 'release/3.2.2' into release/3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoistinen committed Mar 3, 2016
2 parents 3f6f41f + 4e67297 commit 08f4efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/spelling_wordlist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dev
fallback
fallbacks
js
jsTree
practices
rc
regexps
Expand Down
8 changes: 4 additions & 4 deletions docs/upgrade/3.2.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Improvements

- Substantial "under-the-hood" improvements to the page tree resulting in
significant reduction of page-tree reloads and generally cleaner code
- Update jsTree version to 3.2.1 with slight adaptions to the Pagetree
- Improve the display and useability of the language menu, especially in cases
- Update jsTree version to 3.2.1 with slight adaptions to the page tree
- Improve the display and usability of the language menu, especially in cases
where there are many languages
- Documentation improvements

Expand Down Expand Up @@ -51,8 +51,8 @@ field is declared in the CMSPlugin base class and is populated on instantiation
using the lower-cased model name of the CMSPlugin subclass that is
being registered.

A subclass to CMSPlugin can declare their own cmsplugin_ptr field to immediately
fix this issue. The easiest solution is to declare this field with a
A subclass to ``CMSPlugin`` can declare their own ``cmsplugin_ptr`` field to
immediately fix this issue. The easiest solution is to declare this field with a
``related_name`` of "+". In typical Django fashion, this will suppress the
back-reference and prevent any collisions. However, if the back-reference is
required for some reason (very rare), then we recommend using the pattern
Expand Down

0 comments on commit 08f4efa

Please sign in to comment.