--- a/README.rst +++ b/README.rst @@ -12,6 +12,9 @@ * A custom Pylons controller for overriding some core CKAN behaviour * A custom Package edit form + +* A plugin that allows for custom forms to be used for datasets based on + their "type". * A custom User registration and edition form @@ -53,4 +56,9 @@ This allows you to use Xpath selectors to override snippets of HTML globally. +* The custom package edit form at ``package_form.py`` follows a deprecated + way to make a form (using FormAlchemy). This part of the Example Theme needs + updating. In the meantime, follow the instructions at: + http://readthedocs.org/docs/ckan/en/latest/forms.html +