{ "info": { "author": "Karl Hobley", "author_email": "karl@kaed.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Wagtail", "Framework :: Wagtail :: 2", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "# Condensed InlinePanel for Wagtail CMS\n\nThis repository contains a drop-in replacement for Wagtail's ``InlinePanel``.\nIt's designed with a lighter interface that's suitable for cases where there\nmay be hundreds of items in the panel.\n\n![Screenshot](screenshot.png)\n\n## Features\n\n - Fast, react-based UI which hides away forms that aren't being used\n - Drag and drop reordering\n - Add a new item at any point\n\n## Installation\n\nFirstly, install the module with PIP:\n\n```shell\npip install wagtail-condensedinlinepanel==0.5.2\n```\n\nThen, add ``condensedinlinepanel`` to your ``INSTALLED_APPS``:\n\n```python\n# settings.py\n\n\nINSTALLED_APPS = [\n ...\n\n 'condensedinlinepanel`,\n\n ...\n]\n```\n\nThen, finally, import the edit handler and use it. ``CondensedInlinePanel`` can be used as a drop-in replacement for Wagtail's built-in ``InlinePanel``:\n\n```python\n# models.py\n\n...\n\nfrom condensedinlinepanel.edit_handlers import CondensedInlinePanel\n\n...\n\nclass MyPage(Page):\n ...\n\n content_panels = [\n ...\n\n CondensedInlinePanel('carousel_items', label=\"Carousel items\", card_header_from_field=\"title\"),\n ]\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wagtail/wagtail-condensedinlinepanel", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "wagtail-condensedinlinepanel", "package_url": "https://pypi.org/project/wagtail-condensedinlinepanel/", "platform": "", "project_url": "https://pypi.org/project/wagtail-condensedinlinepanel/", "project_urls": { "Homepage": "https://github.com/wagtail/wagtail-condensedinlinepanel" }, "release_url": "https://pypi.org/project/wagtail-condensedinlinepanel/0.5.2/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.5.2" }, "last_serial": 4506615, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2d7c092a728bd4dc8c3dcfb6d92abae8", "sha256": "c7c3e157149a3de8e8d6981cd2b18a85a4e92f01d45f7418d40a077f939d955a" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2d7c092a728bd4dc8c3dcfb6d92abae8", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 479493, "upload_time": "2017-07-27T08:55:19", "url": "https://files.pythonhosted.org/packages/ec/06/f94a9ab0177f87ed482bce611249b78f9b65b4d2646dbe21cbba1eb522ac/wagtail_condensedinlinepanel-0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63f26dd5c411307fe52f377a456bc8a4", "sha256": "99d81bd33ea987349de05d29a3653646b0b730675300a396ac104fd16fdcdb20" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.1.tar.gz", "has_sig": false, "md5_digest": "63f26dd5c411307fe52f377a456bc8a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 468349, "upload_time": "2017-07-27T08:54:31", "url": "https://files.pythonhosted.org/packages/4d/95/679c63ac1e701dbf9461d792f4fcf81ab8e92eabd3e8feb8ecb2834bde7e/wagtail-condensedinlinepanel-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "5a6f6f00987afa59487907278c919c9c", "sha256": "ea080ac3836e666bd433154561b1274fd28dd2d26a1b383b57bca2ae717628e8" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a6f6f00987afa59487907278c919c9c", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 478809, "upload_time": "2017-07-27T09:01:33", "url": "https://files.pythonhosted.org/packages/86/1e/a9ca4a79940bff6c05982802320d68d6296cece5f006699b47eff672d363/wagtail_condensedinlinepanel-0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77db46a7dd9e92eeb3e7a1b57aad3991", "sha256": "ac7354254b3e3ee0730b12030cb6d9c952b8164a5e1a543ed5f9c97cccffad2b" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.2.tar.gz", "has_sig": false, "md5_digest": "77db46a7dd9e92eeb3e7a1b57aad3991", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 467831, "upload_time": "2017-07-27T09:01:25", "url": "https://files.pythonhosted.org/packages/b4/55/22647a28e1e03991d7f1c6ba0aac83c71e58c602055cad4484e1077ac817/wagtail-condensedinlinepanel-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "26d548c9a2ab2c5e39cbca1c8f365580", "sha256": "bc522f288a10923ae54335c50841fd36fbe87721e2bb7798cdca8a664a3f90ee" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "26d548c9a2ab2c5e39cbca1c8f365580", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 89086, "upload_time": "2017-09-29T16:35:01", "url": "https://files.pythonhosted.org/packages/14/50/718eda9c4e4930a756eaf73a647dc333c4697ac5bf14a3ccb123be37c7b7/wagtail_condensedinlinepanel-0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c997a67f0360b123e796cb4d2bb5ce0", "sha256": "0fb553f0f6457fadecb45639e0634b9de5495843e10bef589ffa90bbbda8425a" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.3.tar.gz", "has_sig": false, "md5_digest": "8c997a67f0360b123e796cb4d2bb5ce0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 81768, "upload_time": "2017-09-29T16:34:52", "url": "https://files.pythonhosted.org/packages/be/30/dc20c71c586ef2990e2184b6a9cc5d1be470d17b7467eac329ab1a0b368e/wagtail-condensedinlinepanel-0.3.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "22da4ffdfe4e9345679de70a0a368739", "sha256": "7553f5268d91510890f6cebcfc5273875ee6cfcfb6a3fe0ec8fd51c3dd6969ec" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.4.1-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "22da4ffdfe4e9345679de70a0a368739", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 92571, "upload_time": "2018-02-05T09:57:50", "url": "https://files.pythonhosted.org/packages/de/66/af395980bf92389dec9a0385e9e377a484476ef93ff93f9a926aace914a1/wagtail_condensedinlinepanel-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b37d66a12a22f97e15176fa7d9df758a", "sha256": "051b074924eca76659cfaccbdf89cfd9ee2e7dad2564ca1b4c5ce161868aae2d" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.4.1.tar.gz", "has_sig": true, "md5_digest": "b37d66a12a22f97e15176fa7d9df758a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83797, "upload_time": "2018-02-05T09:58:15", "url": "https://files.pythonhosted.org/packages/92/70/758b64797dcd5a8dad7fd56bf95a158f0c90723aa4d8f3d3817ffb181eb4/wagtail-condensedinlinepanel-0.4.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "826286f62a13b62836a8eb7e291d8c46", "sha256": "e41552907e781227f9b800113c03f75fc707392b5ca7121ecbe3c1c726986c24" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.4.2-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "826286f62a13b62836a8eb7e291d8c46", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 92590, "upload_time": "2018-02-05T13:52:27", "url": "https://files.pythonhosted.org/packages/04/03/80f6d3e80383917f854c24169238381573a6673c1b532d4ff064011dc7de/wagtail_condensedinlinepanel-0.4.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cff42fb180e89d1af6bef7fad90bfe56", "sha256": "f5856d16afcf7f2443587c8bb9c523104edf5a7a7ba1f889561fd6beea50478b" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.4.2.tar.gz", "has_sig": true, "md5_digest": "cff42fb180e89d1af6bef7fad90bfe56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83852, "upload_time": "2018-02-05T13:52:11", "url": "https://files.pythonhosted.org/packages/5d/ea/d18ac97f70cf8276243f90867c68b266c6a05c9724cdd9f9b53616d610e4/wagtail-condensedinlinepanel-0.4.2.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "b3030c82de28b54f7e3d1b3905c879c4", "sha256": "d7ac9b3ee0a8666b1d51b4fc70a072ce7a9294183e9d8012332b4c4a42e9f400" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b3030c82de28b54f7e3d1b3905c879c4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90739, "upload_time": "2018-04-23T15:21:30", "url": "https://files.pythonhosted.org/packages/55/bb/d17fef84e26cb617ab818e866735bba4470060415facd59b63aa8df20c2d/wagtail_condensedinlinepanel-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d2ca30e0c20f9b348195676926de400", "sha256": "1d3f8cdfca09f5d11e6bcfc6b517c9d9bac239746911247c2e1a45de7cd31b8b" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.5.0.tar.gz", "has_sig": false, "md5_digest": "4d2ca30e0c20f9b348195676926de400", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83768, "upload_time": "2018-04-23T15:21:44", "url": "https://files.pythonhosted.org/packages/f8/31/626c6134e22eeec7389bf6203de83d062ba58e64b3ae29fb52a19e7e0af4/wagtail-condensedinlinepanel-0.5.0.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "d6cfd00fcf1cde79dc1286ef94c8b8b3", "sha256": "ccce80483a0e4daccfe913c358101dd38b9b80c0cca269fce93e9acd054ecae7" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6cfd00fcf1cde79dc1286ef94c8b8b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90811, "upload_time": "2018-11-20T10:16:16", "url": "https://files.pythonhosted.org/packages/17/99/b445b5b517883315acc742183fdf4d2e495288a85f750bc7e32b87581230/wagtail_condensedinlinepanel-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d14129d08ac317fce91e2e375dee4d54", "sha256": "b1e952c81b2e422a38170178dc78fdb72b0c25ef2b32f421032f598c3099b663" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.5.2.tar.gz", "has_sig": false, "md5_digest": "d14129d08ac317fce91e2e375dee4d54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84221, "upload_time": "2018-11-20T10:16:29", "url": "https://files.pythonhosted.org/packages/38/28/b59bb7c971dfd8cc2030b450af00ff04f6ee9a485265ebcf15d68f95544d/wagtail-condensedinlinepanel-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6cfd00fcf1cde79dc1286ef94c8b8b3", "sha256": "ccce80483a0e4daccfe913c358101dd38b9b80c0cca269fce93e9acd054ecae7" }, "downloads": -1, "filename": "wagtail_condensedinlinepanel-0.5.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6cfd00fcf1cde79dc1286ef94c8b8b3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 90811, "upload_time": "2018-11-20T10:16:16", "url": "https://files.pythonhosted.org/packages/17/99/b445b5b517883315acc742183fdf4d2e495288a85f750bc7e32b87581230/wagtail_condensedinlinepanel-0.5.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d14129d08ac317fce91e2e375dee4d54", "sha256": "b1e952c81b2e422a38170178dc78fdb72b0c25ef2b32f421032f598c3099b663" }, "downloads": -1, "filename": "wagtail-condensedinlinepanel-0.5.2.tar.gz", "has_sig": false, "md5_digest": "d14129d08ac317fce91e2e375dee4d54", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84221, "upload_time": "2018-11-20T10:16:29", "url": "https://files.pythonhosted.org/packages/38/28/b59bb7c971dfd8cc2030b450af00ff04f6ee9a485265ebcf15d68f95544d/wagtail-condensedinlinepanel-0.5.2.tar.gz" } ] }