Skip to content

Commit

Permalink
docs: Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 13, 2023
1 parent 678f23b commit 5675297
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/upgrade/2.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Monkey patching
* As a result monkey patching has been removed from djangocms-versioning and
is discouraged

Accessing helper functions
--------------------------
* Direct imports from djangocms_versioning are discouraged. They block drop-in
replacements of djangocms_versioning.
* ``djangocms_verisoning.helpers.remove_published_where`` has been removed.
Use the ``admin_manager`` of a verisoned content object instead.

Title Extension
---------------

Expand Down

0 comments on commit 5675297

Please sign in to comment.