{ "info": { "author": "firexd2", "author_email": "den@beloglazov.me", "bugtrack_url": null, "classifiers": [], "description": "This library allows your to use unlimited number of forms in your views.\n\nAdd forms to the dict form_classes, where the key is the form name,\nand the value is the form class.\n\nBy default, in the case of validation, there is form.save(),\nelse there is the error output to the template.\n\nTo change this behavior,\nin the processing form.valid use form_valid_my_form(self, form),\nand form_invalid_my_form(self, form) for form.invalid.\n\nIf you want to fill out the form, use the dict form_initials, where the key is the form name,\nand the value is the dict, in which the key is field name, and the value is the field value.\nEx.: {'my_form': {'first_name': 'Denis', 'city': 'Moscow'}}\n\nOr define a special method get_initials_form_my_form(self), and return the data dictionary.\n\nIf you need to update the object, use dict form_instances, where the key in the form name,\nand the value is the object.\n\nYou can also define a special method get_instances_form_my_form(self).\n\nBy default, if form proccesing is successful it will be redirected to the same page.\n\nYou can change this behavior, by writting a new key and value in the dict form_success_urls.\n\nYou can also use a special method get_success_url_form_my_form(self) to procces the redirect site.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Firexd2/django-multi-form", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-multi-form", "package_url": "https://pypi.org/project/django-multi-form/", "platform": "", "project_url": "https://pypi.org/project/django-multi-form/", "project_urls": { "Homepage": "https://github.com/Firexd2/django-multi-form" }, "release_url": "https://pypi.org/project/django-multi-form/0.5/", "requires_dist": null, "requires_python": "", "summary": "Django class based views for using more than one Form in a single view.", "version": "0.5" }, "last_serial": 3969389, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "1a8b2a9fad0d124a7dd26be5fd7aa262", "sha256": "d1916dd80b6cd9a828f4265529a422720cfadb26fdf6528cbc95337e5a71e927" }, "downloads": -1, "filename": "django-multi-form-0.5.tar.gz", "has_sig": false, "md5_digest": "1a8b2a9fad0d124a7dd26be5fd7aa262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2762, "upload_time": "2018-06-16T13:05:41", "url": "https://files.pythonhosted.org/packages/85/e8/60c5d8af59fb1071a29e7d5b879aab55202e6d5bb22ed49cbcd521bbe6a3/django-multi-form-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1a8b2a9fad0d124a7dd26be5fd7aa262", "sha256": "d1916dd80b6cd9a828f4265529a422720cfadb26fdf6528cbc95337e5a71e927" }, "downloads": -1, "filename": "django-multi-form-0.5.tar.gz", "has_sig": false, "md5_digest": "1a8b2a9fad0d124a7dd26be5fd7aa262", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2762, "upload_time": "2018-06-16T13:05:41", "url": "https://files.pythonhosted.org/packages/85/e8/60c5d8af59fb1071a29e7d5b879aab55202e6d5bb22ed49cbcd521bbe6a3/django-multi-form-0.5.tar.gz" } ] }