{ "info": { "author": "Andreas Kostyrka", "author_email": "andreas@kostyrka.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "== django compound field ==\n\nThis addon allows you to define compound fields, e.g.\n\n{{{\nclass AddressField(CompoundField):\n phone = models.CharField(max_length=30)\n mobile = models.CharField(max_length=30)\n fax = models.CharField(max_length=30)\n email = models.EmailField()\n}}}\n\ncompound fields have no representation in the database, they just contribute the fields one by one to their carrier model.\n\n== KNOWN BUGS ==\n\n * you cannot nest compound fields (because the metaclass collects only Fields, and a CompoundField is not a Field)\n\n * you cannot assign the whole compound field during keyword based creation.\n\n * the fields in the carrier model are added out-of-order at the end.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-compound-field", "package_url": "https://pypi.org/project/django-compound-field/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-compound-field/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-compound-field/0.1/", "requires_dist": null, "requires_python": null, "summary": "A compound field for Django", "version": "0.1" }, "last_serial": 789347, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "901a89eefeedeaa15a3a42ddc62a2c9f", "sha256": "99f9fcb21289eb192d41784c2308147fdf64ad99e52bdbc37d83f79285cd2ebd" }, "downloads": -1, "filename": "django_compound_field-0.1-py2.6.egg", "has_sig": false, "md5_digest": "901a89eefeedeaa15a3a42ddc62a2c9f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5460, "upload_time": "2010-03-09T00:45:20", "url": "https://files.pythonhosted.org/packages/d7/e1/5c18b07de8862504308acdbefcce6205b1d3f98e6272fe54d84f99562b42/django_compound_field-0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "ee0a78f1cde85267a054621359058599", "sha256": "8be6e262e1444155c17e2a2680eabcc0134bfce8496afac851954cc82fde041e" }, "downloads": -1, "filename": "django-compound-field-0.1.tar.gz", "has_sig": false, "md5_digest": "ee0a78f1cde85267a054621359058599", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3675, "upload_time": "2010-03-09T00:45:16", "url": "https://files.pythonhosted.org/packages/0c/a9/94511628cc4553b1c523a2e562c17dbea213ff8f9d747f45a7ac2398e6df/django-compound-field-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "901a89eefeedeaa15a3a42ddc62a2c9f", "sha256": "99f9fcb21289eb192d41784c2308147fdf64ad99e52bdbc37d83f79285cd2ebd" }, "downloads": -1, "filename": "django_compound_field-0.1-py2.6.egg", "has_sig": false, "md5_digest": "901a89eefeedeaa15a3a42ddc62a2c9f", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 5460, "upload_time": "2010-03-09T00:45:20", "url": "https://files.pythonhosted.org/packages/d7/e1/5c18b07de8862504308acdbefcce6205b1d3f98e6272fe54d84f99562b42/django_compound_field-0.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "ee0a78f1cde85267a054621359058599", "sha256": "8be6e262e1444155c17e2a2680eabcc0134bfce8496afac851954cc82fde041e" }, "downloads": -1, "filename": "django-compound-field-0.1.tar.gz", "has_sig": false, "md5_digest": "ee0a78f1cde85267a054621359058599", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3675, "upload_time": "2010-03-09T00:45:16", "url": "https://files.pythonhosted.org/packages/0c/a9/94511628cc4553b1c523a2e562c17dbea213ff8f9d747f45a7ac2398e6df/django-compound-field-0.1.tar.gz" } ] }