{ "info": { "author": "Rodney Rodriguez", "author_email": "yourname@example.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "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", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=========================\nInline and Fieldset Order\n=========================\n\n\nThis app allows you to specify the ordering of inlines and fieldsets\nin Django Admin.\n\nQuick start\n-----------\n\n1. Add \"django_ifo\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n 'django_ifo', # must be before admin\n\n 'django.contrib.admin',\n ...\n ]\n\n2. Add fieldsets_and_inlines_order field in UserAdmin::\n\n # employee/admin.py\n\n class MyUserAdmin(UserAdmin):\n fieldsets_and_inlines_order = ('f', 'i') # 1 fieldset then 1 inline\n\n def add_view(self, *args, **kwargs):\n self.inlines = []\n return super(UserAdmin, self).add_view(*args, **kwargs)\n\n def change_view(self, *args, **kwargs):\n self.inlines = [EmployeeInline]\n return super(UserAdmin, self).change_view(*args, **kwargs)\n\n admin.site.unregister(User)\n admin.site.register(User, MyUserAdmin)", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rodneyxr", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-ifo", "package_url": "https://pypi.org/project/django-ifo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-ifo/", "project_urls": { "Homepage": "https://github.com/rodneyxr" }, "release_url": "https://pypi.org/project/django-ifo/0.1/", "requires_dist": null, "requires_python": null, "summary": "A Django app to define the ordering of inlines and fieldsets in Django Admin.", "version": "0.1" }, "last_serial": 2353158, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "199284a080f298e840216341f12add75", "sha256": "c97db9709fab0b953e134f2e1643a9839dc294c4993bf3b7498ebe4e4ad8bc99" }, "downloads": -1, "filename": "django-ifo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "199284a080f298e840216341f12add75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3230, "upload_time": "2016-09-20T15:12:01", "url": "https://files.pythonhosted.org/packages/be/25/a865e246e670f1c6d3132d763a3217cfd24c6c7af4db4e2abc640f1386a6/django-ifo-0.0.1.tar.gz" } ], "0.1": [ { "comment_text": "", "digests": { "md5": "a58bf0898c5649d54f7859fb4a627108", "sha256": "1cb1886fe42818e5ac46c2f6de4914faa879622673ce1a561e92b7644e606bfe" }, "downloads": -1, "filename": "django-ifo-0.1.tar.gz", "has_sig": false, "md5_digest": "a58bf0898c5649d54f7859fb4a627108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3183, "upload_time": "2016-09-15T17:56:59", "url": "https://files.pythonhosted.org/packages/db/e6/3385fdae17052d9cb381b69d17116d8f0260523c913bc8915142cd3125a5/django-ifo-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a58bf0898c5649d54f7859fb4a627108", "sha256": "1cb1886fe42818e5ac46c2f6de4914faa879622673ce1a561e92b7644e606bfe" }, "downloads": -1, "filename": "django-ifo-0.1.tar.gz", "has_sig": false, "md5_digest": "a58bf0898c5649d54f7859fb4a627108", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3183, "upload_time": "2016-09-15T17:56:59", "url": "https://files.pythonhosted.org/packages/db/e6/3385fdae17052d9cb381b69d17116d8f0260523c913bc8915142cd3125a5/django-ifo-0.1.tar.gz" } ] }