{"id":21814252,"url":"https://github.com/oddbloke/django-formfieldset","last_synced_at":"2025-07-20T14:32:16.950Z","repository":{"id":520876,"uuid":"149168","full_name":"OddBloke/django-formfieldset","owner":"OddBloke","description":"Fieldset Rendering For Non-Admin Forms","archived":false,"fork":false,"pushed_at":"2009-05-19T13:49:14.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T23:53:45.795Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"substack/fleet","license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OddBloke.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-03-12T12:40:46.000Z","updated_at":"2019-08-13T14:08:44.000Z","dependencies_parsed_at":"2022-07-04T22:01:05.279Z","dependency_job_id":null,"html_url":"https://github.com/OddBloke/django-formfieldset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OddBloke/django-formfieldset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OddBloke%2Fdjango-formfieldset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OddBloke%2Fdjango-formfieldset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OddBloke%2Fdjango-formfieldset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OddBloke%2Fdjango-formfieldset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OddBloke","download_url":"https://codeload.github.com/OddBloke/django-formfieldset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OddBloke%2Fdjango-formfieldset/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266139643,"owners_count":23882510,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-27T14:36:50.875Z","updated_at":"2025-07-20T14:32:16.932Z","avatar_url":"https://github.com/OddBloke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**django-formfieldset** is a simple Django app that provides a mix-in class\nfor admin-like fieldset rendering.\n\n\nFeatures\n========\n\n * Fieldset functionality similar to `ModelAdmin`\n * Shorthand rendering functions with fieldsets\n   * as `P`\n   * as `TABLE`\n   * as `UL`\n * Overrides nothing in `django.forms.Form`\n\n\nInstallation\n============\n\n 1. Add 'django-formfieldset' directory to your Python path.\n 2. Add 'formfieldset' to your `INSTALLED_APPS` tuple\n    found in your settings file. (optional - to be able to run tests)\n 3. Create your forms with `FieldsetMixin`\n\n\nUsage\n=====\n\n * Add a `fieldsets` attribute to your form. See [admin docs][ref1] for\n   detailed explanation.\n * Render your form with fieldset enabled methods:\n   * You can use `iter_fieldsets()` for custom form rendering. It will yield\n     `Fieldset` objects. `Fieldset`s act as iterators for widgets in them.\n   * You can use `as_fieldset_table()`, `as_fieldset_ul()` and\n     `as_fieldset_p()` methods that act like built-in `as_*` method except\n     fieldset support.\n\n\n  [ref1]: http://docs.djangoproject.com/en/dev/ref/contrib/admin/#fieldsets\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbloke%2Fdjango-formfieldset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foddbloke%2Fdjango-formfieldset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbloke%2Fdjango-formfieldset/lists"}