Skip to content

Commit

Permalink
Make the hint for versions <= 1.0b1 a hint since its not really impor…
Browse files Browse the repository at this point in the history
…tant for most users these days.
  • Loading branch information
Timo Stollenwerk committed Sep 5, 2013
1 parent aec2c60 commit d99ac3d
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.rst
Expand Up @@ -41,19 +41,15 @@ Add this line in the eggs section of your ``buildout.cfg``::
eggs =
...
plone.app.contenttypes
If you have a mixed Plone site with Archetypes content and dexterity content use the extra requirement ``plone.app.contenttypes['at_refs']``.

.. note::
If you have a mixed Plone site with Archetypes content and dexterity content use the extra requirement ``plone.app.contenttypes['at_refs']``.

The following paragraph applies only for plone.app.contenttypes 1.0b1 and earlier versions. From version 1.0b2 on plone.app.collection is no longer a dependency because its functionality has been refactored into plone.app.contenttypes.

You also have to pin the 2.x version of ``plone.app.collection`` to get the dexterity-based collections instead of the Archetypes-based collection shipped since Plone 4.2.

The latest version at the time of writing is 2.0b5 but you might want to check http://pypi.python.org/pypi/plone.app.collection if there is a new version by the time you install this addon::
.. note::

[versions]
plone.app.collection = 2.0b5
plone.app.contenttypes 1.0b1 and earlier versions did not include a
collection type (later versions ship with a collection type). In order to
be able to use the Dexterity-based collection, you have to pin
plone.app.collection to 2.0b5.


Installing plone.app.contenttypes in an existing Plone-site
Expand Down Expand Up @@ -97,7 +93,7 @@ Migration

For migrations to work you need at least ``Products.contentmigration = 2.1.3``.

For migration sites use the extra requirement ``plone.app.contenttypes['migrate_atct']``.
For migration sites use the extra requirement ``plone.app.contenttypes['migrate_atct']``.

This version plone.app.contenttypes comes with migrations for the following use-cases:

Expand Down

1 comment on commit d99ac3d

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Testing information:

Please sign in to comment.