{ "info": { "author": "Jason Christa", "author_email": "jason@zeitcode.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "Django Form Extensions\n======================\n\nDjango form extensions implements serveral usefull Field and Widget classes for Django forms.\n\nInstallation\n------------\n\nRun `pip install django-form-extensions`\n\nFields\n------\n\n###HoneypotField\nPresents an alluring target for robo-spammers. Raises a form error if tampered with.\n\n###HTMLField\nWhitelist HTML tags, attributes, and styles and return the resulting HTML with illegal items stripped out.\n\n###USCurrencyField\nTake in all common forms of representing US currency and return a decimal value.\n\n###CreditCardField\nOnly accepts mathmatically correct credit card numbers.\n\n###MultiFileField\nAllows a single field to take multiple file uploads.\n\nWidgets\n-------\n\n###DataList\nGenerates the HTML5 datalist element which is used for autocomplete.\n\n###MultiFileInput\nRenders `` and it's Python value is a list of files.\n\n###FileMultiInput\nTakes several instances of `` combines them for it's Python value which is a list of files.\n\n###ImageInput\nRenders a thumbnail of the image before the `FileInput` widget.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/nextscreenlabs/django-form-extensions", "keywords": null, "license": "Copyright (c) 2012 Jason Christa and contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n 1. Redistributions of source code must retain the above copyright notice,\n this list of conditions and the following disclaimer.\n\n 2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\n 3. Neither the name of this project nor the names of its contributors may\n be used to endorse or promote products derived from this software without\n specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "django-form-extensions", "package_url": "https://pypi.org/project/django-form-extensions/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-form-extensions/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/nextscreenlabs/django-form-extensions" }, "release_url": "https://pypi.org/project/django-form-extensions/0.1.2b4/", "requires_dist": null, "requires_python": null, "summary": "Useful fields and widgets for Django forms.", "version": "0.1.2b4" }, "last_serial": 789684, "releases": { "0.1.1a3": [ { "comment_text": "", "digests": { "md5": "4e14c307330df830928af252ddd8d72f", "sha256": "124893a0f751412406c325c73fd30129e535835b8a9d3b2fe2ee87599af1dc73" }, "downloads": -1, "filename": "django-form-extensions-0.1.1a3.zip", "has_sig": false, "md5_digest": "4e14c307330df830928af252ddd8d72f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12756, "upload_time": "2012-11-02T21:10:56", "url": "https://files.pythonhosted.org/packages/9e/cc/60f9a1e945abb78a6e4186a3a4e88af30473ed92ac86867b80b4c8f9f6d8/django-form-extensions-0.1.1a3.zip" } ], "0.1.2b4": [ { "comment_text": "", "digests": { "md5": "dc86a5f7ba845df97adcc1717b0ad320", "sha256": "0247935e7c6baf9602d099395165523b88f94e411fce609627bc9e657b96b2b2" }, "downloads": -1, "filename": "django-form-extensions-0.1.2b4.zip", "has_sig": false, "md5_digest": "dc86a5f7ba845df97adcc1717b0ad320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529, "upload_time": "2013-03-26T17:55:29", "url": "https://files.pythonhosted.org/packages/68/ff/56e019bdc9319f93a59a822507278142744d77a4a40b455d0605eaa2f927/django-form-extensions-0.1.2b4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dc86a5f7ba845df97adcc1717b0ad320", "sha256": "0247935e7c6baf9602d099395165523b88f94e411fce609627bc9e657b96b2b2" }, "downloads": -1, "filename": "django-form-extensions-0.1.2b4.zip", "has_sig": false, "md5_digest": "dc86a5f7ba845df97adcc1717b0ad320", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14529, "upload_time": "2013-03-26T17:55:29", "url": "https://files.pythonhosted.org/packages/68/ff/56e019bdc9319f93a59a822507278142744d77a4a40b455d0605eaa2f927/django-form-extensions-0.1.2b4.zip" } ] }