Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Django Crispy Forms

DRY Django Forms.
Collective - Host: opensource - https://opencollective.com/django-crispy-forms - Code: https://github.com/django-crispy-forms/django-crispy-forms

Add control-label class to label

github.com/django-crispy-forms/django-crispy-forms - 33a5b2d949858d807216051cde4ed99e9b67dc29 authored almost 13 years ago by bitrut <[email protected]>
Update to use field.html_name instead of field.name in templates.

github.com/django-crispy-forms/django-crispy-forms - 4b2ad053ce2294acb1acb85ac6cbbe8af3cb424a authored almost 13 years ago by Patrick Toal <[email protected]>
Updating CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - 4c0a2485d08e4d22d6d26781fde59b0f00ff9bab authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating readthedocs links in the README

github.com/django-crispy-forms/django-crispy-forms - 665963b857f3f791503f4daaead38a0a0f984216 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Customizing docs CSS, adding flattr script code

github.com/django-crispy-forms/django-crispy-forms - e313eff1722f7370a82cd341fe06fe19c5300c27 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating docs and fixing glitches

github.com/django-crispy-forms/django-crispy-forms - b7a820d8a54a92b609cd31e3f4de601621288798 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating docs and removing unused files

github.com/django-crispy-forms/django-crispy-forms - 3fab6ff6ac574ba30714d6e5c0cb4269ac4eaab7 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Customizing sidebar in docs

github.com/django-crispy-forms/django-crispy-forms - bff5d702f6512ba94b921a62865288c4830eda98 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Faking a Django project for being able to generate API docs

github.com/django-crispy-forms/django-crispy-forms - 813a03a73ff3c02e9e30808e02c82ff6d08674e8 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Turning docs into a module so that settings.py gets imported

github.com/django-crispy-forms/django-crispy-forms - 0e691a25b3050a554db6223dcb91948fae54d931 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Working on docs for RTD

github.com/django-crispy-forms/django-crispy-forms - cda788c7591c2a081dc42f59b044184e42c0d5be authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG and using markdown

github.com/django-crispy-forms/django-crispy-forms - 850900741d0d329fa88b5eff811f732f54f2381a authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - 612629890903dde7f0311d4ac01438a61957ee07 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding crate.io as a mirror for RTD requirements

github.com/django-crispy-forms/django-crispy-forms - e75108feb944539057c61bdc12d51adfeaef671f authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Testing something with RTD

github.com/django-crispy-forms/django-crispy-forms - 7cc0c5f55c9663192136116075cf14a897e9603e authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing link name collision in changelog docs

github.com/django-crispy-forms/django-crispy-forms - bad27c7be57d6e87fb6d2d8a3c7360f9d70a1f21 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Reverting docs conf.py changes for RTD

github.com/django-crispy-forms/django-crispy-forms - 1f07c77c5bc591f8975c9b7692484fe302644ae9 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Bumping version to 1.1.1

github.com/django-crispy-forms/django-crispy-forms - 693ae9505b37e12200a44af84770f2e3f0b4ec9d authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Wrong include for baseinput.html

This was breaking get_templates when loading crispy_form_tags

This fixes issue #10

github.com/django-crispy-forms/django-crispy-forms - 8d0151a4369b4ebca399348714421988d8317089 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Bumping django-crispy-forms version to 1.1.0

github.com/django-crispy-forms/django-crispy-forms - ff1edc253074a6addda65513b3adca3e57a634ea authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
There is not a baseinput.html in bootstrap/layout

github.com/django-crispy-forms/django-crispy-forms - c443cc18bc1ad14fff9c8927e283ace5e358fd18 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Only rendering general errors if form_show_errors is set to True

github.com/django-crispy-forms/django-crispy-forms - 765fcb642152d6dbf699f295b354beab1dd4f66a authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Only rendering field errors if form_show_errors

github.com/django-crispy-forms/django-crispy-forms - 521448039a752b55a890ab54b51bdf9388a9888e authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Only render error if form_show_errors

github.com/django-crispy-forms/django-crispy-forms - 2160de725bf28973f0f581db7df89c0daa1d270b authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating tests

We now have two different template packs, different setttings names, etc.

github.com/django-crispy-forms/django-crispy-forms - ba1efbc9a8a1d7aa8ee091e7382538133793091c authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge pull request #8 from pydanny/patch-1

Removing core tags cause they don't belong.

github.com/django-crispy-forms/django-crispy-forms - a3b2d1e415aedbf86a6295bceba2fe85d0834d9a authored almost 13 years ago by Miguel Araujo <[email protected]>
Removing core tags cause they don't belong. FYI: This is why test projects inside an APP rock.

github.com/django-crispy-forms/django-crispy-forms - b9db6fb7a4991a3cd205fb15b16cbb9779931c4f authored almost 13 years ago by Daniel Greenfeld <[email protected]>
Updating docs for version 1.1.0

github.com/django-crispy-forms/django-crispy-forms - de7c0860a35794eb6f05c52844f89b58c4fd30ea authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating contribution stuff in docs

github.com/django-crispy-forms/django-crispy-forms - bf97d24168369ebb81710f5609ab946523c4b716 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating docs changelog

github.com/django-crispy-forms/django-crispy-forms - f3a20a329470511954678ab1c4aee5d29cab3e3d authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Testing changes in sphinx conf

github.com/django-crispy-forms/django-crispy-forms - 04aa878df8c2b668998bf8221796bd55a7b1dbeb authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
markup fixes in the README

github.com/django-crispy-forms/django-crispy-forms - 9f40a7e0a855b691171519081a5c48b9765acd53 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Linking a gist to the form teaser example

github.com/django-crispy-forms/django-crispy-forms - c8ec34b95943e5095367a74d18a339e8df5b10d9 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating README

First step on updating docs towards django-crispy-forms version 1.1.0

github.com/django-crispy-forms/django-crispy-forms - 0db14cd699c9f2932d32601bd038356fe5e21a38 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Moving help text and errors to the right place

github.com/django-crispy-forms/django-crispy-forms - 24f4189bd507c0453f92b1f7024e374e4ea1b4e2 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a display_form template to be more DRY

This mimics latest uni_form template pack hierarchy

github.com/django-crispy-forms/django-crispy-forms - 95e169323ee26271eaf19c3248c42038ee0c7ce2 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Upgrading templates to fully use bootstrap templates

github.com/django-crispy-forms/django-crispy-forms - e448085bdd3a082c6d371bae51986a8e7f60c57f authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Include template tag doesn't exist in crispy-forms

github.com/django-crispy-forms/django-crispy-forms - 80efbfe8e4214e7b79445c3a4180c816879bb127 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Turning help_text_and_errors into a two template include

github.com/django-crispy-forms/django-crispy-forms - 9ecdd6d06d3a6c9d6f1d1160431fc7b1b5caaae0 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Using help_text_and_errors template in AppendedText and PrependedText templates

github.com/django-crispy-forms/django-crispy-forms - 2236969474e0acd3fbad23a63bfb5d44330df3b6 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Redoing AppendedText and PrependedText templates

For having a full field layout, with labels and errors properly rendered.

github.com/django-crispy-forms/django-crispy-forms - 551f289772ac190c8228bd5bad9134d49c3d1d35 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding errors, help_text and attributes to radioselect and checkboxselectmultiple

github.com/django-crispy-forms/django-crispy-forms - 31676532162eea45af9d9eb79d762ad1ab922779 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Submit layout object, has different classes depending on the template pack

github.com/django-crispy-forms/django-crispy-forms - 1c93a0b48b465f30f630fa6cb7490d0242db599b authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Moving help text and errors into a separate template

Using help_text_inline helper attribute to render help texts.

github.com/django-crispy-forms/django-crispy-forms - 8f815a7b6f9e57ff933e981cd3b4153221bf71c7 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a bootstrap.py module with specific layout objects for bootstrap

* AppendedText
* PrependedText
* FormActions

All of them come with templates in bootstrap/layou...

github.com/django-crispy-forms/django-crispy-forms - 546f968929581be9c70ebe320509ee606a36c006 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Handling a template kwarg in Field object layout

This way we can easily override the template used to render a field. We
can do things like::

...

github.com/django-crispy-forms/django-crispy-forms - 5cf648f6f66fd2f1d4758adb0758cdbaf15677bd authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Passing a flat_attrs context to field.html rendering

flat_attrs is flatten dictionary into a string, that we can use to render
attributes in a field.

github.com/django-crispy-forms/django-crispy-forms - 83cce4e53fb5efb792e1ec42bb0d135db54d4912 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding help_text_inline property to FormHelper

We will use this property to decide wether to render help texts in bootstrap
using help-inline o...

github.com/django-crispy-forms/django-crispy-forms - 77e187e8a6e43e1eee2b4b18b9efa398430dc9b4 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Wiring new bootstrap templates

We use |css_class filter and render a la bootstrap templates, for a better
integration.

github.com/django-crispy-forms/django-crispy-forms - 147fb60d31dc237e506484f08172fd3f6e48c126 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a |css_class filter

This returns the class of the widget, to be able to differ between different
widgets in the fiel...

github.com/django-crispy-forms/django-crispy-forms - f3051ae6f6be36723dec5b7db36e88ab4a0c4dbd authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a template for radioselect widgets

This renders this widget a la bootstrap for better integration.

github.com/django-crispy-forms/django-crispy-forms - b900926c1816f3b8edea594dfb60044d2f3b81da authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a template for checkboxselectmultiple widgets

This template will be used to render checkboxselectmultiple a la bootstrap.

github.com/django-crispy-forms/django-crispy-forms - a13cedea7963413676d2580604a3dd3f5a0abf69 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Turning UNIFORM_FAIL_SILENTLY setting into CRISPY_FAIL_SILENTLY

All django-crispy-forms settings start with CRISPY_*

github.com/django-crispy-forms/django-crispy-forms - 37676d216a39107d4039104f967b1b163914d8ea authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Upgrading tests for uncoupled template packs

github.com/django-crispy-forms/django-crispy-forms - adc5d4ee02c9e4c72e66cc10de2776b7556a0f98 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
bootstrap multifield template is broken

github.com/django-crispy-forms/django-crispy-forms - d05631d3b5d07b0afd4d02c018701fdc98d029a4 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Render action only if set

github.com/django-crispy-forms/django-crispy-forms - b833a817dd59c7cc5dd8c69a846efc961b1c6bea authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Updating field.html bootstrap markup

github.com/django-crispy-forms/django-crispy-forms - 831c4b653c62c70a29111e3c114229a6b5606171 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Same goes for field.strict

github.com/django-crispy-forms/django-crispy-forms - f7e0c73f9a3315fbbabb87170daf10606d0eec5e authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Errors are not safe, avoiding XSS

github.com/django-crispy-forms/django-crispy-forms - 39d9774802c35b58d961602b9e0e8f4fdb55636e authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a render_unmentioned_fields FormHelper attribute

Based on issue #6

github.com/django-crispy-forms/django-crispy-forms - cc124f8f62b020ab4595560d4ff4446a1df51082 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding a CRISPY_TEMPLATE_PACK setting

To easily switch between available built-in packs or extra ones added.
By default bootstrap temp...

github.com/django-crispy-forms/django-crispy-forms - cdbe812f10d5922ce7e325edc365d13484a00310 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding twitter-bootstrap @kennethlove's templates from django-uni-form-contrib

Template packs will be part of django-crispy-forms core for easing
option switching.

github.com/django-crispy-forms/django-crispy-forms - bc14c9d02fb8273f30352a2a037ca3f4330bbfdb authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring |with_class filter into {% crispy_field %} tag

This way we can pass pairs of parameters to the this new tag and those will be
added to the fiel...

github.com/django-crispy-forms/django-crispy-forms - 14a3954146bb3a13d994cf8ac5325d6cde04f000 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Being able to set your own helper variables

Now the user can define custom helper variables that don't collide with
the official ones and us...

github.com/django-crispy-forms/django-crispy-forms - de8096cc5fc3fddc275c33b2b158a6b5e3d93e84 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Passing full context to the field rendering

Otherwise we don't have access to helper variables in the field rendering.
We might want to add ...

github.com/django-crispy-forms/django-crispy-forms - 84763b1257c82beb71b1063fd980698fe7f3b2ff authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Checkbox fix Closing the label

We need to close the lable after the input and not the input within the label

github.com/django-crispy-forms/django-crispy-forms - d01f22c5fd165d0f6d33cb354f4cbd31552e7654 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Adding James Turnbull to CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 58ea8393c6f72f37268363fae5dc56312df07306 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/jturnbull/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 93881e28ebb5020b2615a9b0b30ed3557abc2da7 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Bug fix: Fixing form_show_errors behavior and test

* Errors specific to fields were not checking for form_show_errors condition.
* Test was not han...

github.com/django-crispy-forms/django-crispy-forms - dfc4876142fc5c734844fad705f5ed93ab397d7a authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/meshy/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - b2c110f1a0496c25b96e1fc1965c4ee6957595ec authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
If field is a checkbox, reorder html

First input then label text

github.com/django-crispy-forms/django-crispy-forms - 402b8df93ce4a6ce5ca71dc0d49b6c2f3960b591 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Fixed a couple of example errors in docs: missing commas in the Layout examples, and the MultiField example. At the same time corrected small typos and other minor changes.

github.com/django-crispy-forms/django-crispy-forms - b44a1e26900a9318468a1145db053d4a72254404 authored about 13 years ago by James Turnbull <[email protected]>
Added test for form_show_errors on FormHelper

github.com/django-crispy-forms/django-crispy-forms - fa31c474ec78655de6bc1c26ec8530472f2920c5 authored about 13 years ago by Charlie Denton <[email protected]>
Updating templates to use display_form.html and form_show_errors

Test passing

github.com/django-crispy-forms/django-crispy-forms - 709cc24696dde562722b59962e06665afd7d4012 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Adding form_show_errors attribute to FormHelper

Controls if form errors should be rendered with the form, defaults to True

github.com/django-crispy-forms/django-crispy-forms - d7316b840b909e0cb2c3d9fd605febcbe03d5d4d authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Template that renders a form

If the form has a form_html attribute attached generated using
helper's layout, we use it, other...

github.com/django-crispy-forms/django-crispy-forms - b1bcd99ce15b3d3b7f05896e1d209207d1012ff8 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Mentioning migration instructions in the README

github.com/django-crispy-forms/django-crispy-forms - 904653d26d63b6900610f0ffab420fc026160d52 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
First django-crispy-forms version will be 1.0.0 following django-uni-form releases

github.com/django-crispy-forms/django-crispy-forms - bec15280e73741bbe51f817117bdd84cefe9412c authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Adding migration instructions to the index

github.com/django-crispy-forms/django-crispy-forms - e32e8a92fef2ec907a2dcb631f42c93eb75d8363 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Adding docs on how to migrate from django-uni-form to django-crispy-forms

github.com/django-crispy-forms/django-crispy-forms - b29b1f83d794fa68215c43774c6dd4120a7e7837 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Merge pull request #1 from pydanny/dev

Showing Miguel some love

github.com/django-crispy-forms/django-crispy-forms - 7f25aca38ab1739806565a02c017f343b44eb785 authored about 13 years ago by Miguel Araujo <[email protected]>
Showing Miguel some love

github.com/django-crispy-forms/django-crispy-forms - d378c198ebb9e67662baaafb244e6c540d1f5a16 authored about 13 years ago by pydanny <[email protected]>
Updatin automodule links

github.com/django-crispy-forms/django-crispy-forms - 19407a157b7b24405ecd53b5f7ccb79e50eaf1f4 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating {% crispy %} tag docs

github.com/django-crispy-forms/django-crispy-forms - ca09f299a3667a150c42950e3e35009f7c5f99d7 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Simplified |crispy filter explanation

github.com/django-crispy-forms/django-crispy-forms - f4a3e865c9385100ea064f7b5e33cb99614c0a39 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Reorganizing docs

github.com/django-crispy-forms/django-crispy-forms - fcc68d54c230bf426e6ae26b88303fb3399d348b authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Removing {% setup %} tag from the project

github.com/django-crispy-forms/django-crispy-forms - fc8bd54a5fbbeb66ed091577cc3e73dd93ff9122 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Redoing docs for a shorter index

github.com/django-crispy-forms/django-crispy-forms - 8434d3e4ab2941dbcff4f548d27fc0c25c7fee6a authored about 13 years ago by Miguel Araujo Perez <[email protected]>
More compact and shorter installation instructions

github.com/django-crispy-forms/django-crispy-forms - e63105cd975f59150122160ba5a7f0e8fd9b6895 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating RTD links to django-crispy-forms RTD

github.com/django-crispy-forms/django-crispy-forms - 63c4ddeed4af906464b8436817996cfc5f528b7c authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating docs conf for new RTD page

github.com/django-crispy-forms/django-crispy-forms - 7d9074b6e37f2c72295a12b012688723a4c555ed authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Referencing old versions correctly

github.com/django-crispy-forms/django-crispy-forms - 7af3f7ea4a52fc1431d5ff66837b08b0c3e3973a authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Leaving __init__.py blank

github.com/django-crispy-forms/django-crispy-forms - b1c65e1f342ce8c4a4c1e9201c2472c31ca5154e authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating README to reflect new syntax

github.com/django-crispy-forms/django-crispy-forms - 69b125dff8f362117cb2c2aed1a29b17e0d64081 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating test function names

github.com/django-crispy-forms/django-crispy-forms - 5a2848112d7a870f3b47c6c75280caefe43af932 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
More cleaning

github.com/django-crispy-forms/django-crispy-forms - 7d3927344c97500696baba8a75dee0edd9acd270 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating docs and removing uni-form traces where proceeds

github.com/django-crispy-forms/django-crispy-forms - a3c7a15e688a77666d0c4dbd45f3b3081c0f12fd authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Removing traces of django-uni-form syntax and naming conventions

github.com/django-crispy-forms/django-crispy-forms - 7ac7c1e08479c51c90227eff1a401508d335022a authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating templates, template tags, template filters and tests

* Tests running again

github.com/django-crispy-forms/django-crispy-forms - 18951cd4045937a69320e5baac1531f741b8b508 authored about 13 years ago by Miguel Araujo Perez <[email protected]>
Updating names and imports

github.com/django-crispy-forms/django-crispy-forms - 7a8f1c01ff151c6387323071b0e3293a8672c62a authored about 13 years ago by Miguel Araujo Perez <[email protected]>