{ "info": { "author": "Sergio Melendez", "author_email": "hlpse@hotmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.9", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# IS Django Utils\n\nDjango Utils is a collection of utils for Django.\n\n## Quick start\n\n1. Add \"django-utils\" to your INSTALLED_APPS setting like this:\n\n```\n INSTALLED_APPS = [\n ...\n 'django_utils',\n ...\n ]\n```\n\n## AdminWithSelectRelated\n\n- Usage:\n\n```\n from django_utils.admin import AdminWithSelectRelated\n\n class AlumnoAdmin(AdminWithSelectRelated):\n list_display = ('estudiante', 'seccion', 'anio_lectivo', )\n list_filter = (\n ('seccion', SeccionFilter),\n 'seccion__grado__anio_lectivo',\n )\n inlines = (AlumnoServicioInlineAdmin, AlumnoItemInlineAdmin, )\n\n list_select_related = ('estudiante__profile', 'seccion__grado__anio_lectivo', )\n```\n\n## AdminInlineWithSelectRelated\n\n- Usage:\n\n```\n from django_utils.admin import AdminInlineWithSelectRelated\n\n class AlumnoItemInlineAdmin(AdminInlineWithSelectRelated):\n model = AlumnoItem\n\n list_select_related = ('alumno__estudiante__profile', 'item__anio_lectivo', )\n```\n\n## FilterWithSelectRelated\n\n```\n from django_utils.admin import FilterWithSelectRelated\n\n class SeccionFilter(FilterWithSelectRelated):\n list_select_related = ('grado', )\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/inspired-solutions/django-utils", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "inspired-django-utils", "package_url": "https://pypi.org/project/inspired-django-utils/", "platform": "", "project_url": "https://pypi.org/project/inspired-django-utils/", "project_urls": { "Homepage": "https://github.com/inspired-solutions/django-utils" }, "release_url": "https://pypi.org/project/inspired-django-utils/0.3/", "requires_dist": [ "Django (<2.1,>=1.9)", "djangorestframework (>=3.8)" ], "requires_python": "", "summary": "A collection of Django utils", "version": "0.3" }, "last_serial": 4080214, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "1b6b1117799b3ad0c92128a9dfcf5b68", "sha256": "1997a62d8d30dcc04df024cc16add25d1677040884840de9c839d6f1b9929da1" }, "downloads": -1, "filename": "inspired_django_utils-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1b6b1117799b3ad0c92128a9dfcf5b68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3222, "upload_time": "2018-07-18T23:31:13", "url": "https://files.pythonhosted.org/packages/f4/79/a76ed63c9a0c7a5f88455fcfa092b3f32b1b682252de821192d789386743/inspired_django_utils-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9611fc96efc8cbbc608f7621b038bb87", "sha256": "7e4e00af939993180a89f5200bfa5eb0690f6e1c6a825fea010d7debe6dda26d" }, "downloads": -1, "filename": "inspired-django-utils-0.3.tar.gz", "has_sig": false, "md5_digest": "9611fc96efc8cbbc608f7621b038bb87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3474, "upload_time": "2018-07-18T23:31:14", "url": "https://files.pythonhosted.org/packages/d3/0b/d3b9e03731bc187ecf8ec60834dd40d47c4f87a4e4a19f7c51b03b52dc00/inspired-django-utils-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b6b1117799b3ad0c92128a9dfcf5b68", "sha256": "1997a62d8d30dcc04df024cc16add25d1677040884840de9c839d6f1b9929da1" }, "downloads": -1, "filename": "inspired_django_utils-0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "1b6b1117799b3ad0c92128a9dfcf5b68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3222, "upload_time": "2018-07-18T23:31:13", "url": "https://files.pythonhosted.org/packages/f4/79/a76ed63c9a0c7a5f88455fcfa092b3f32b1b682252de821192d789386743/inspired_django_utils-0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9611fc96efc8cbbc608f7621b038bb87", "sha256": "7e4e00af939993180a89f5200bfa5eb0690f6e1c6a825fea010d7debe6dda26d" }, "downloads": -1, "filename": "inspired-django-utils-0.3.tar.gz", "has_sig": false, "md5_digest": "9611fc96efc8cbbc608f7621b038bb87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3474, "upload_time": "2018-07-18T23:31:14", "url": "https://files.pythonhosted.org/packages/d3/0b/d3b9e03731bc187ecf8ec60834dd40d47c4f87a4e4a19f7c51b03b52dc00/inspired-django-utils-0.3.tar.gz" } ] }