plone.app.relationfield


Nameplone.app.relationfield JSON
Version 3.0.3 PyPI version JSON
download
home_pagehttps://pypi.org/project/plone.app.relationfield
SummaryPlone support for z3c.relationfield
upload_time2023-06-01 08:06:41
maintainer
docs_urlNone
authorAlec Mitchell
requires_python>=3.8
licenseGPL
keywords dexterity relations plone zc.relation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

Plone support for z3c.relationfield. If this package is installed, you
should be able to use z3c.relationfield as per its documentation for
Dexterity and Archetypes content.

Note that this package does not depend on Dexterity or Archetypes directly.
However, if plone.dexterity is installed, the DexterityContent base class
will be marked with z3c.relationfield's IHasRelations. Similarly, if
Products.Archetypes is installed, its BaseObject class will be marked with
IHasIncomingRelations, thus allowing relationships to Archetypes objects from
Dexterity content.

Other types of content can be supported by appropriate use of these marker
interfaces. See z3c.relationfield for more details.


Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

3.0.3 (2023-06-01)
------------------

Bug fixes:


- Removed unneeded dependency on plone.app.dexterity.
  It remains a test dependency though.
  [maurits] (#1)


Internal:


- Update configuration files.
  [plone devs] (53dc5b4c)


3.0.2 (2023-04-15)
------------------

Internal:


- Update configuration files.
  [plone devs] (5623f8b3)


3.0.1 (2022-12-05)
------------------

Bug fixes:


- Remove deprecated ``plone.app.widgets`` code.
  [petschki] (#36)


3.0.0 (2022-11-30)
------------------

Bug fixes:


- Final release.
  [gforcada] (#600)


3.0.0b2 (2022-10-11)
--------------------

Bug fixes:


- Fix admin password in tests. [davisagli] (#35)


3.0.0b1 (2022-10-02)
--------------------

Bug fixes:


- Use longer password in tests. [davisagli] (#34)


3.0.0a1 (2021-08-04)
--------------------

Breaking changes:


- Update tests for Barceloneta LTS
  [petschki] (#32)


2.0.3 (2020-10-12)
------------------

Bug fixes:


- Update tests to fix updated schema cache.
  See https://github.com/plone/plone.dexterity/pull/137
  [@avoinea] (#30)


2.0.2 (2020-04-20)
------------------

Bug fixes:


- Minor packaging updates. (#1)


2.0.1 (2019-04-26)
------------------

Bug fixes:


- Added name "plone.relateditems" to behavior for further use of named behaviors. [iham] (#27)


2.0.0 (2019-02-13)
------------------

Breaking changes:


- Remove availability of interface indexes on relation catalog. Those broke if
  interfaces were removed. Plone itself never used those indexes. [jensens]
  (#26)


1.4.3 (2018-12-28)
------------------

Bug fixes:

- Remove installation of plone.app.widgets default profile in tests.
  In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.
  In Plone 5.2 will be removed.
  [jensens]


1.4.2 (2018-09-28)
------------------

Bug fixes:

- Change import of message factory from dx to non-deprecated way.
  [jensens]

- Fix tests in py3
  [pbauer]


1.4.1 (2018-06-19)
------------------

Bug fixes:

- Python 3 compatibility.
  [pbauer]


1.4.0 (2018-02-02)
------------------

New features:

- Related items behavior: show a "recently used" dropdown in the related items widget.
  The "recently used" dropdown is only available for Mockup 2.6.3+.
  [thet]

Bug fixes:

- Make doctests work with new testbrowser in Zope4
  [pbauer]


1.3.5 (2017-06-20)
------------------

Bug fixes:

- remove unittest2 dependency
  [kakshay21]


1.3.4 (2016-09-23)
------------------

New features:

- Support RelatedValues UUID lookup to validate with p.a.vocabularies
  [calvinhp]


1.3.3 (2016-04-25)
------------------

Fixes:

- cleanup: pep8, utf8 header, sorted imports, zca decorators, ...
  [jensens]


1.3.2 (2015-07-18)
------------------

- Fix test isolation problem.
  [gotcha, timo]


1.3.1 (2015-03-13)
------------------

- Integrate plone.app.widgets.
  [vangheem]

- Remove dependency on zope.app.intid.
  [davisagli]


1.3.0 (2014-11-01)
------------------

- Add schemaeditor support
  [smcmahon, datakurre]

- Added RelationListDictDataManager
  [jaroel, datakurre]


1.2.2 (2014-04-15)
------------------

- plone.rfc822 1.0.2 marshalls collections as ascii.
  [esteele]

- Remove the adaptation from this package and move it to plone.app.widgets.
  [frapell]

- Do not include demo by default.
  [frapell]

- Remove plone.formwidget.contenttree dependency.
  [frapell]

- Use the widget provided by plone.app.widgets.
  [frapell]


1.2.1 (2013-01-25)
------------------

- Update getSite import for compatibility with Plone 4.3.
  [davisagli]


1.2.0 (2012-09-21)
------------------

- changed handler for RelationChoiceHandler
  to plone.supermodel.exportimport.ChoiceHandler
  [gborelli]

- Monkey patch z3c.relationfield RelationValue, it is
  incompatible with Zope2/4 and can cause problems in some case.
  [do3cc]

1.1 (2011-07-02)
----------------

- Make sure the content tree widget profile is installed.
  [davisagli]

- Moved the 'related items' behavior here from plone.app.dexterity.
  [davisagli]

1.0 (2011-04-30)
----------------

- Make it possible to clear non-required RelationChoice fields.
  This closes http://code.google.com/p/dexterity/issues/detail?id=163
  [davisagli]

1.0b6 (2011-02-11)
------------------

- Create custom data manager for dictionaries.
  [dukebody]

1.0b5 (2010-02-22)
------------------

- Depend on plone.app.intid for intid utility installation and content
  registration.
  [alecm]

- Fix register_all_content_for_intids to register content in all
  Languages in LinguaPlone sites
  [csenger]

1.0b4 (2009-10-11)
------------------

- Add plone.rfc822 field marshaler.
  [optilude]

1.0b3 (2009-09-27)
------------------

- Fix IObjectPath utility's resolve() method signature. Thanks Hedley Roos.
  [optilude]

1.0b2 (2009-07-18)
------------------

- Add IObjectPath utility. This is required for broken relationships to work.
  Without it, deleting an object that has inbound relations will cause an
  error. Arguably, this isn't the ideal package for this, somewhat more
  general utility, but it can always be moved later as it's not imported
  anywhere.
  [optilude]

1.0b1 (2009-05-31)
------------------

- Made Archetypes support truly optional.
  [hannosch]

- Create glue package for adding z3c.relationfield support to Plone/Dexterity.
  [alecm]

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/plone.app.relationfield",
    "name": "plone.app.relationfield",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "dexterity relations plone zc.relation",
    "author": "Alec Mitchell",
    "author_email": "apm13@columbia.edu",
    "download_url": "https://files.pythonhosted.org/packages/d8/52/cacc249056a115f19ec948a8153f056d42b50d0fc39c0192ed6cbd67d1ba/plone.app.relationfield-3.0.3.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\nPlone support for z3c.relationfield. If this package is installed, you\nshould be able to use z3c.relationfield as per its documentation for\nDexterity and Archetypes content.\n\nNote that this package does not depend on Dexterity or Archetypes directly.\nHowever, if plone.dexterity is installed, the DexterityContent base class\nwill be marked with z3c.relationfield's IHasRelations. Similarly, if\nProducts.Archetypes is installed, its BaseObject class will be marked with\nIHasIncomingRelations, thus allowing relationships to Archetypes objects from\nDexterity content.\n\nOther types of content can be supported by appropriate use of these marker\ninterfaces. See z3c.relationfield for more details.\n\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n3.0.3 (2023-06-01)\n------------------\n\nBug fixes:\n\n\n- Removed unneeded dependency on plone.app.dexterity.\n  It remains a test dependency though.\n  [maurits] (#1)\n\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (53dc5b4c)\n\n\n3.0.2 (2023-04-15)\n------------------\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (5623f8b3)\n\n\n3.0.1 (2022-12-05)\n------------------\n\nBug fixes:\n\n\n- Remove deprecated ``plone.app.widgets`` code.\n  [petschki] (#36)\n\n\n3.0.0 (2022-11-30)\n------------------\n\nBug fixes:\n\n\n- Final release.\n  [gforcada] (#600)\n\n\n3.0.0b2 (2022-10-11)\n--------------------\n\nBug fixes:\n\n\n- Fix admin password in tests. [davisagli] (#35)\n\n\n3.0.0b1 (2022-10-02)\n--------------------\n\nBug fixes:\n\n\n- Use longer password in tests. [davisagli] (#34)\n\n\n3.0.0a1 (2021-08-04)\n--------------------\n\nBreaking changes:\n\n\n- Update tests for Barceloneta LTS\n  [petschki] (#32)\n\n\n2.0.3 (2020-10-12)\n------------------\n\nBug fixes:\n\n\n- Update tests to fix updated schema cache.\n  See https://github.com/plone/plone.dexterity/pull/137\n  [@avoinea] (#30)\n\n\n2.0.2 (2020-04-20)\n------------------\n\nBug fixes:\n\n\n- Minor packaging updates. (#1)\n\n\n2.0.1 (2019-04-26)\n------------------\n\nBug fixes:\n\n\n- Added name \"plone.relateditems\" to behavior for further use of named behaviors. [iham] (#27)\n\n\n2.0.0 (2019-02-13)\n------------------\n\nBreaking changes:\n\n\n- Remove availability of interface indexes on relation catalog. Those broke if\n  interfaces were removed. Plone itself never used those indexes. [jensens]\n  (#26)\n\n\n1.4.3 (2018-12-28)\n------------------\n\nBug fixes:\n\n- Remove installation of plone.app.widgets default profile in tests.\n  In Plone 5.0/5.1 with plone.app.widgets >= 2.0, the profile is only a dummy profile for BBB.\n  In Plone 5.2 will be removed.\n  [jensens]\n\n\n1.4.2 (2018-09-28)\n------------------\n\nBug fixes:\n\n- Change import of message factory from dx to non-deprecated way.\n  [jensens]\n\n- Fix tests in py3\n  [pbauer]\n\n\n1.4.1 (2018-06-19)\n------------------\n\nBug fixes:\n\n- Python 3 compatibility.\n  [pbauer]\n\n\n1.4.0 (2018-02-02)\n------------------\n\nNew features:\n\n- Related items behavior: show a \"recently used\" dropdown in the related items widget.\n  The \"recently used\" dropdown is only available for Mockup 2.6.3+.\n  [thet]\n\nBug fixes:\n\n- Make doctests work with new testbrowser in Zope4\n  [pbauer]\n\n\n1.3.5 (2017-06-20)\n------------------\n\nBug fixes:\n\n- remove unittest2 dependency\n  [kakshay21]\n\n\n1.3.4 (2016-09-23)\n------------------\n\nNew features:\n\n- Support RelatedValues UUID lookup to validate with p.a.vocabularies\n  [calvinhp]\n\n\n1.3.3 (2016-04-25)\n------------------\n\nFixes:\n\n- cleanup: pep8, utf8 header, sorted imports, zca decorators, ...\n  [jensens]\n\n\n1.3.2 (2015-07-18)\n------------------\n\n- Fix test isolation problem.\n  [gotcha, timo]\n\n\n1.3.1 (2015-03-13)\n------------------\n\n- Integrate plone.app.widgets.\n  [vangheem]\n\n- Remove dependency on zope.app.intid.\n  [davisagli]\n\n\n1.3.0 (2014-11-01)\n------------------\n\n- Add schemaeditor support\n  [smcmahon, datakurre]\n\n- Added RelationListDictDataManager\n  [jaroel, datakurre]\n\n\n1.2.2 (2014-04-15)\n------------------\n\n- plone.rfc822 1.0.2 marshalls collections as ascii.\n  [esteele]\n\n- Remove the adaptation from this package and move it to plone.app.widgets.\n  [frapell]\n\n- Do not include demo by default.\n  [frapell]\n\n- Remove plone.formwidget.contenttree dependency.\n  [frapell]\n\n- Use the widget provided by plone.app.widgets.\n  [frapell]\n\n\n1.2.1 (2013-01-25)\n------------------\n\n- Update getSite import for compatibility with Plone 4.3.\n  [davisagli]\n\n\n1.2.0 (2012-09-21)\n------------------\n\n- changed handler for RelationChoiceHandler\n  to plone.supermodel.exportimport.ChoiceHandler\n  [gborelli]\n\n- Monkey patch z3c.relationfield RelationValue, it is\n  incompatible with Zope2/4 and can cause problems in some case.\n  [do3cc]\n\n1.1 (2011-07-02)\n----------------\n\n- Make sure the content tree widget profile is installed.\n  [davisagli]\n\n- Moved the 'related items' behavior here from plone.app.dexterity.\n  [davisagli]\n\n1.0 (2011-04-30)\n----------------\n\n- Make it possible to clear non-required RelationChoice fields.\n  This closes http://code.google.com/p/dexterity/issues/detail?id=163\n  [davisagli]\n\n1.0b6 (2011-02-11)\n------------------\n\n- Create custom data manager for dictionaries.\n  [dukebody]\n\n1.0b5 (2010-02-22)\n------------------\n\n- Depend on plone.app.intid for intid utility installation and content\n  registration.\n  [alecm]\n\n- Fix register_all_content_for_intids to register content in all\n  Languages in LinguaPlone sites\n  [csenger]\n\n1.0b4 (2009-10-11)\n------------------\n\n- Add plone.rfc822 field marshaler.\n  [optilude]\n\n1.0b3 (2009-09-27)\n------------------\n\n- Fix IObjectPath utility's resolve() method signature. Thanks Hedley Roos.\n  [optilude]\n\n1.0b2 (2009-07-18)\n------------------\n\n- Add IObjectPath utility. This is required for broken relationships to work.\n  Without it, deleting an object that has inbound relations will cause an\n  error. Arguably, this isn't the ideal package for this, somewhat more\n  general utility, but it can always be moved later as it's not imported\n  anywhere.\n  [optilude]\n\n1.0b1 (2009-05-31)\n------------------\n\n- Made Archetypes support truly optional.\n  [hannosch]\n\n- Create glue package for adding z3c.relationfield support to Plone/Dexterity.\n  [alecm]\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Plone support for z3c.relationfield",
    "version": "3.0.3",
    "project_urls": {
        "Homepage": "https://pypi.org/project/plone.app.relationfield"
    },
    "split_keywords": [
        "dexterity",
        "relations",
        "plone",
        "zc.relation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f89fc5a8e30ebf77e5abf3633a487db7c9768575d119885196b9c126d2187902",
                "md5": "b265602ea26e871d93c282dfbcf53939",
                "sha256": "f8f0dcac33de744226086d93714c5e85cd45b4a07d7842b9e7af6ce67a39860f"
            },
            "downloads": -1,
            "filename": "plone.app.relationfield-3.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b265602ea26e871d93c282dfbcf53939",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 28031,
            "upload_time": "2023-06-01T08:06:38",
            "upload_time_iso_8601": "2023-06-01T08:06:38.291465Z",
            "url": "https://files.pythonhosted.org/packages/f8/9f/c5a8e30ebf77e5abf3633a487db7c9768575d119885196b9c126d2187902/plone.app.relationfield-3.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d852cacc249056a115f19ec948a8153f056d42b50d0fc39c0192ed6cbd67d1ba",
                "md5": "2f7ace041ad29df0dcdc57a75dd8f1fd",
                "sha256": "e54ddfe7925f0c0bbbb121fc710be8696ad5fc338feeaf60857c1bd56a2aa75a"
            },
            "downloads": -1,
            "filename": "plone.app.relationfield-3.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2f7ace041ad29df0dcdc57a75dd8f1fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 26362,
            "upload_time": "2023-06-01T08:06:41",
            "upload_time_iso_8601": "2023-06-01T08:06:41.552389Z",
            "url": "https://files.pythonhosted.org/packages/d8/52/cacc249056a115f19ec948a8153f056d42b50d0fc39c0192ed6cbd67d1ba/plone.app.relationfield-3.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 08:06:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "plone.app.relationfield"
}
        
Elapsed time: 0.07589s