Contents

django-crispy-forms 2.1

0

Best way to have Django DRY forms

Best way to have Django DRY forms

Stars: 4904, Watchers: 4904, Forks: 728, Open Issues: 65

The django-crispy-forms/django-crispy-forms repo was created 12 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 4904 github stars!

How to Install django-crispy-forms

You can install django-crispy-forms using pip

pip install django-crispy-forms

or add it to a project with poetry

poetry add django-crispy-forms

Package Details

Author
License
MIT
Homepage
PyPi:
https://pypi.org/project/django-crispy-forms/
GitHub Repo:
https://github.com/django-crispy-forms/django-crispy-forms

Classifiers

  • Internet/WWW/HTTP
  • Internet/WWW/HTTP/Dynamic Content
  • Software Development/Libraries/Python Modules
No  django-crispy-forms  pypi packages just yet.

Errors

A list of common django-crispy-forms errors.

Code Examples

Here are some django-crispy-forms code examples and snippets.

GitHub Issues

The django-crispy-forms package has 65 open issues on GitHub

  • Improved docstring and init signatue of BaseInput and its subclasses
  • Moved tests to separate folder
  • CrispyFieldNode’s attribute expansion is overly strict
  • Honor field auto_id when rendering radio
  • Improved ButtonHolder init signature and doc string
  • allow to pass a template object to function render_field
  • 1.12.0 Release broke radio buttons, check boxes

See more issues on GitHub

Related Packages & Articles

django-cors-middleware 1.5.0

django-cors-middleware is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS). Fork of django-cors-headers.

django-cors-headers 4.3.1

django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).