{ "info": { "author": "Carl Meyer", "author_email": "carl@oddbird.net", "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", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3" ], "description": "=================\ndjango-form-utils\n=================\n\nThis application provides utilities for enhancing Django's form handling:\n\n 1. ``BetterForm`` and ``BetterModelForm`` classes, which are\n subclasses of ``django.forms.Form`` and\n ``django.forms.ModelForm``, respectively. ``BetterForm`` and\n ``BetterModelForm`` allow subdivision of forms into fieldsets\n which are iterable from a template, and also allow definition\n of ``row_attrs`` which can be accessed from the template to\n apply attributes to the surrounding container (