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

fixed other version comparisons, although last fix raised failure count from 7 to 11

github.com/django-crispy-forms/django-crispy-forms - 7e5b0e2d25395b30c3dce1fe12e502214e3f1c0d authored almost 10 years ago by John Comeau <[email protected]>
fixed newly-introduced bug in version_tuple

github.com/django-crispy-forms/django-crispy-forms - 81be9ab903cf62463959733ad48974af6fe3d8d8 authored almost 10 years ago by John Comeau <[email protected]>
fixing bogus version comparisons

github.com/django-crispy-forms/django-crispy-forms - a0e1aecf2790d1cee9bab4c7f64b7edfa6d4a6c2 authored almost 10 years ago by John Comeau <[email protected]>
Added help_text to MultiField

github.com/django-crispy-forms/django-crispy-forms - 0762f9ab599f5f3c8bb4fcdf89792e3ed1f41ee4 authored almost 10 years ago by Alex Hayes <[email protected]>
include import statement for AJAX section

The documentation on the AJAX section doesn't specify how to import the `render_crispy_form` fun...

github.com/django-crispy-forms/django-crispy-forms - 07e91c4249c413bba8421e6176f5432041fdbba7 authored almost 10 years ago by Eliezer Kanal <[email protected]>
Use string_types instead of basestring

... in order to get python 3 compatibility

github.com/django-crispy-forms/django-crispy-forms - 282f8607e2aae6100aa44eda6eb5b67d975f9a23 authored almost 10 years ago by panay <[email protected]>
We should still respect the configuration of the Helper object when rendering Meta fields

github.com/django-crispy-forms/django-crispy-forms - 6b93e8a362422db8fe54aa731319c7cbc39990ba authored almost 10 years ago by Greg Hinch <[email protected]>
Fix for FormHelper.template_pack in {% crispy_field %}

github.com/django-crispy-forms/django-crispy-forms - e31e39561c10b01be3693914aad1aa79350f5647 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updated CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - 86713d62305328be316830019c9a8cb71787ab58 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updated docs about FormHelper.template_pack

github.com/django-crispy-forms/django-crispy-forms - 9f144d39577efa6b4fbaac6af1e8e93badba716f authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Improving {% crispy %} tag parameter handling

Added bootstrap3 to CRISPY_ALLOWED_TEMPLATES

github.com/django-crispy-forms/django-crispy-forms - b229e6a1b2aa0483e91cac29f085dd8522d142b1 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updated changelog

github.com/django-crispy-forms/django-crispy-forms - cf9be0023d400881e38c051f9a416e42a2f21a78 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Added initial docs for creating a custom template pack

github.com/django-crispy-forms/django-crispy-forms - c11f824173ad9ac2d78f8bbc68c0f500377ef275 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Fixes label text with checkbox alignment

Fixes #275

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

github.com/django-crispy-forms/django-crispy-forms - 7fd3c1d6318941586778ea33ddcc9346d4e2766f authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
missing single quotes for key of dictionary

missing single quotes.
change {formset: formset, helper: helper}) to {'formset': formset, 'help...

github.com/django-crispy-forms/django-crispy-forms - e5e6c10522ccbbd988cf6114f596d2bea850db12 authored almost 11 years ago by fearless <[email protected]>
Updated CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - f75f4de128af36e174e4be9a7c201a9828dbf7aa authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
No field.strict for bs3

github.com/django-crispy-forms/django-crispy-forms - f23153fbe313f71484b2f6a29e0cb8949d1a75f1 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Test assert borked in different Django versions

github.com/django-crispy-forms/django-crispy-forms - f42160f0a4f1f66fe576f40a4166803a6924288d authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Simplifying KeepContext and making it python3.3 compatible

github.com/django-crispy-forms/django-crispy-forms - d5562231348d932c7090aa50948fe2e97777691c authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updated CONTRIBUTORS

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

Conflicts:
CONTRIBUTORS.txt

github.com/django-crispy-forms/django-crispy-forms - 343ea40ad97247ff4a388c19ef4938469733d032 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'fix-typo' of git://github.com/solj/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 286b4d19f30f2f7910629c6ce39e5d3f630d9020 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Removing form-actions class from bootstrap3

Added `inputs.html` template for DRYness, #279.

github.com/django-crispy-forms/django-crispy-forms - b6c5e914522da136e20fee7095d05a34c6e21eaf authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG and CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - aaeefbb75de2562855b4e8ac0217055956847482 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Fixing bootstrap3 checkboxes alignment for all device sizes

Fixes #225 and #267

Thanks to @pySilver for proposing a patch for `field.html` template.

github.com/django-crispy-forms/django-crispy-forms - 5c3a2680e2a0a607208e897dc5c278436b69f681 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Changing how KeepContext works, added extra_context kwarg to render

This breaks backwards compatibility in two ways:

* People having custom layout objects, that ma...

github.com/django-crispy-forms/django-crispy-forms - d9a9320d00315fc607c6367a9a835be4aaef8953 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Added {{ form.media }} to form rendering

This should tackle issue #263

github.com/django-crispy-forms/django-crispy-forms - 560171aea261d5248a4d275aa2b5e633ff1b5eee authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Adjusting specialspaceless to not break intended spaces

Fixes #250

github.com/django-crispy-forms/django-crispy-forms - ad4f92e7e53161c72488855eed9e85823b6a9dbb authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Bumping CHANGELOG and CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 4e692d8b06c9e11a9a60526dafab0d97190f76c8 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Fixed bootstrap3.FormActions for correct aligment

Complements #279

github.com/django-crispy-forms/django-crispy-forms - 38884397ea7b1acdee5faa64e369e86da1de6947 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'bootstrap3-button-alignment' of git://github.com/scuml/django-crispy-forms into dev

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

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

Conflicts:
CONTRIBUTORS.txt

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

github.com/django-crispy-forms/django-crispy-forms - e045442d19b04522e42ac00efcc42bd11e36e345 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Removed deprecated AppendedPrependedText

github.com/django-crispy-forms/django-crispy-forms - 2d44a658ec8cbf6cd8c3f2517c2a8290ebce282c authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Show labels by deafult, expected behavior

Even though this could break current usage, wrong default, #256.

github.com/django-crispy-forms/django-crispy-forms - 29e46ae252d47c494a177ad4030b83e8c953c9b4 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Updated Project metadata for future version 1.5.0

github.com/django-crispy-forms/django-crispy-forms - 3a973063cd0e845bab5168cf10d94a4ba10b4528 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Fixed select field within AppendedPrependedText

Fixes #258 for bootstrap and bootstrap3 template packs.

github.com/django-crispy-forms/django-crispy-forms - cda71f32f1f171688b7f9bc94970eea6967d8c9c authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Simplifying logic of #256

github.com/django-crispy-forms/django-crispy-forms - 31b09db00f8dd5350feae6f93c6d8464e48417b6 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/pivotal-energy-solutions/django-crispy-forms into dev

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

Conflicts:
crispy_forms/templatetags/crispy_forms_tags.py

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

github.com/django-crispy-forms/django-crispy-forms - 4d6ca4798e236552c25ac26a26011051c23aa9e2 authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'bugfix/crispy_template_pack' of git://github.com/pkuhad/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 5ef8a4db0bf6fcbf253cf71c255ed32da196d53e authored almost 11 years ago by Miguel Araujo Perez <[email protected]>
crispy_forms_tags.py: Fix typo

Signed-off-by: Sol Jerome <[email protected]>

github.com/django-crispy-forms/django-crispy-forms - 78bfdc4a545b855a3429913af4cf07e3c36afdab authored almost 11 years ago by Sol Jerome <[email protected]>
Fix for button alignment for non-lg bootstrap classes

github.com/django-crispy-forms/django-crispy-forms - 54458daf55f76a395f532bfb54985de10a542814 authored almost 11 years ago by Stephen Mitchell <[email protected]>
Aligns buttons properly in bootstrap 3

github.com/django-crispy-forms/django-crispy-forms - 986ab2e20385668b0ea91ab68a937caf42c018ac authored about 11 years ago by Stephen Mitchell <[email protected]>
MultiField now obeys form_show_labels

github.com/django-crispy-forms/django-crispy-forms - 781488234f96ca46fd1c614e2102d45965180de6 authored about 11 years ago by Michael Nielsen <[email protected]>
switch away from deprecated setup_environ

- django.core.management.setup_environ has been removed in Django 1.6,
django.conf.settings.co...

github.com/django-crispy-forms/django-crispy-forms - 25e1dd803162a006f210a18e0216880434534140 authored about 11 years ago by Jan Dittberner <[email protected]>
Added myself to contributers.

github.com/django-crispy-forms/django-crispy-forms - 066b9b316c595d34db1ac7689d32c2eff0fa918c authored about 11 years ago by Stefan Tjarks <[email protected]>
Added rendering of wrapper class to inline radio select template.

github.com/django-crispy-forms/django-crispy-forms - 7268ff1ead3c06125b2ef1793edff5e82f067771 authored about 11 years ago by Stefan Tjarks <[email protected]>
Show label for checkboxes

github.com/django-crispy-forms/django-crispy-forms - 77d39145c0da9f7de9cf8147b69d315b3b670776 authored about 11 years ago by David Fischer <[email protected]>
Handle None within layout as render nothing

github.com/django-crispy-forms/django-crispy-forms - f676ba31663d7a479bcd4e46dc3b47ff7447bee9 authored about 11 years ago by Miguel Araujo Perez <[email protected]>
Leave the default value to null to maintain compatibility #254

github.com/django-crispy-forms/django-crispy-forms - 5ac990c473cad39aabbad9b3529ae67f4ab03887 authored about 11 years ago by Steven Klass <[email protected]>
Fixed bug #254 with respect to labels on form_show_labels.

github.com/django-crispy-forms/django-crispy-forms - 9cf846c9c2c4db43d38a0376c8129abffd3b82b3 authored about 11 years ago by Steven Klass <[email protected]>
Update crispy_forms_tags.py

github.com/django-crispy-forms/django-crispy-forms - abd194492cbac7fb6b314e90d650c750de8b45b3 authored about 11 years ago by tepez <[email protected]>
Fixed #245 -- The first ``AccordionGroup`` can now be set ``active=False``.

- If the user initializes the first ``AccordionGroup`` with the
``active=False`` kwarg, it wil...

github.com/django-crispy-forms/django-crispy-forms - 42697f6105b24106ec1f62cbce26696b57a0a986 authored over 11 years ago by Christopher Adams <[email protected]>
Fixing 'Settings' object has no attribute 'CRISPY_TEMPLATE_PACK'

github.com/django-crispy-forms/django-crispy-forms - c59350715a6e618a8180cdca1ef7442e4cb59c6d authored over 11 years ago by Paras Kuhad <[email protected]>
template_pack in helper and removing cross references between template packs

* Allow to define a template_pack in a form_helper, which will override
`CRISPY_TEMPLATE_PACK`.
...

github.com/django-crispy-forms/django-crispy-forms - 3a1bceebca01d4ac5c6c5d952d05854ea3a79a39 authored over 11 years ago by Tom Yam <[email protected]>
Bumping version to 1.4.0

github.com/django-crispy-forms/django-crispy-forms - 773b24eb0ad8c2f35af3d829e07fa25bffea87c9 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Updating docs, adding some image examples

github.com/django-crispy-forms/django-crispy-forms - 940ddb7560a50af662d6415549ef41828b7797f8 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Added Bootstrap 3 inline forms support

Related to #233

github.com/django-crispy-forms/django-crispy-forms - df13e84e743fb9b6ffeeefeb47f4fd535d7ff2a3 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Bootstrap 3 aesthetic fix, checkbox input needs a "checkbox" class set

github.com/django-crispy-forms/django-crispy-forms - 4fdd8c3094f98d22d8e3d2625a5d08a4127622c6 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Updated README

github.com/django-crispy-forms/django-crispy-forms - 7512d60deb4e86f847cf18d907fffed76b499613 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
update_attributes works now with field name slices

github.com/django-crispy-forms/django-crispy-forms - fa7e3d013af94425b93940a9ca0668199ed293d9 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Fixing Tab css_class to be applied to to only tab-content

This tackles issue #228

github.com/django-crispy-forms/django-crispy-forms - 2e788be427fded1c9776c5a1ed33f134ae51c93f authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Added docs for Bootstrap 3 horizontal forms

github.com/django-crispy-forms/django-crispy-forms - ec919e3bd1b293a8473ba7b7686313d1ee533b6d authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Updated CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - 1652f0ed020cdd8bab9f345258e71a2dacdb44c4 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Using a Django string translated in django 1.3 and onwards

github.com/django-crispy-forms/django-crispy-forms - badb05f554156156445a1c1fd3fee19bc11f44e4 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/jamesmfriedman/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 64e661b79f37a4126e9009d34aa3fe62bf0ac6c7 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'install_fix' of git://github.com/jeffknupp/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - 24fbb3648d7b84db54db51514fec6fc826006647 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Bootstrap3 testing runner added, polished many flaws

github.com/django-crispy-forms/django-crispy-forms - 553f4505822bddd015ccc8cd6eccb20ab77f9e08 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Continue testing suite refactor

Simplifying testing files and forms.py file

github.com/django-crispy-forms/django-crispy-forms - a59117a66855bcaccdc1da13cbf08584704e7473 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
fixing class names for prepended and appended text

github.com/django-crispy-forms/django-crispy-forms - a41a7262cfe5ed61fe6cfe2f5fc88e938083249b authored over 11 years ago by James Friedman <[email protected]>
Unicode checking only applies to Python 2

This tackles #231

github.com/django-crispy-forms/django-crispy-forms - aca287c5cd2e08d443ddf448e60a4944131f2aff authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Added test for i18n

Trying to find a failing case for #196

github.com/django-crispy-forms/django-crispy-forms - 4766991dc4f201233ae905ad3ab1fe92abfeb31d authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Fixing Bootstrap 3 file field styles

Fixes #219

github.com/django-crispy-forms/django-crispy-forms - 4ae9a70b3ee86a3c095d7a5db9333c53e71c9344 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
update install docs with editable install option

github.com/django-crispy-forms/django-crispy-forms - 4fc5c140d27d2d07d47115f25aac0af6b9d2db20 authored over 11 years ago by Jeff Knupp <[email protected]>
Little tweak for render_crispy_form

github.com/django-crispy-forms/django-crispy-forms - 7e9be686d65654de5f128366e858b31bc8196b2e authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Documenting new FormHelper attributes for bootstrap3

github.com/django-crispy-forms/django-crispy-forms - defc5a759153a2c249682fab4916d4987102ff09 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Removing uni-form static files from crispy-forms

github.com/django-crispy-forms/django-crispy-forms - b4ea33009a5a1a59f9233335b546225573966e29 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Tuning installation instructions and adding template caching warning

Thanks to @tarasdi for proposing this at #218

github.com/django-crispy-forms/django-crispy-forms - 0f1624bb4dd03e56906bb49d002fb3c56d496223 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Updated test suite, better hierarchy, clean-up and split test cases

github.com/django-crispy-forms/django-crispy-forms - 5c403721dae20903ab5239c8d60e119c8ec2b044 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Fix, missing form_helper attribute

Related to #219

github.com/django-crispy-forms/django-crispy-forms - 7e575db5a3f539ab9d315e85fd1bf58d130f4e8f authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/notanumber/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - df247a6a392a1abb5d6965b4f4a7aa6280c5cd8c authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/dmwyatt/django-crispy-forms into dev

github.com/django-crispy-forms/django-crispy-forms - cf5097a89d671564c240ae16d0a5a944d9ae1753 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Added support for bootstrap 3 horizontal forms

Based on @danielmt work, it should fix #209

github.com/django-crispy-forms/django-crispy-forms - 07b8783d456eb49248d1e5aa3d36fc2e53aa7bac authored over 11 years ago by Miguel Araujo Perez <[email protected]>
CHANGELOG updated

github.com/django-crispy-forms/django-crispy-forms - b3af2804214cd5f99bef6e1c4b04fdc544a5fc9e authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Simplifying spaceless regexes for avoiding overlaps

Fixes #211

github.com/django-crispy-forms/django-crispy-forms - 88a5be376596920a22adde3bd734d54af10fb133 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Update crispy_tag_formsets.rst

Update ExampleFormSetHelper example so that it calls `super`, otherwise an exception will be gen...

github.com/django-crispy-forms/django-crispy-forms - 5171988027b0eaf2634981f7ffee9db8cda37f52 authored over 11 years ago by David Sauve <[email protected]>
Updated CHANGELOG and CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 6bec1ceab107a3a9d0784201bbb8ff8bdfee8f40 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Adjusting checkboxselectmultiple for Bootstrap3

Related to #225

github.com/django-crispy-forms/django-crispy-forms - d096de1a365d14761deb7f5ef3ba09bfaf57fd5d authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of github.com:mrkre/django-crispy-forms into dev

Conflicts:
crispy_forms/templatetags/crispy_forms_field.py

github.com/django-crispy-forms/django-crispy-forms - 1212b84c626c32a06015035d081e7dc96f0ba2d0 authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Use github for dev installs

The old command doesn't work as 'dev' version isn't found:

$ pip install django-crispy-forms=...

github.com/django-crispy-forms/django-crispy-forms - b88aed3ff476515e374e31a3e73367c5f2da7149 authored over 11 years ago by Dustin Wyatt <[email protected]>
Updated CHANGELOG and CONTRIBUTORS

github.com/django-crispy-forms/django-crispy-forms - 270d44013d67e8e8614c37ee254c677ceedfd24c authored over 11 years ago by Miguel Araujo Perez <[email protected]>
Update class to match bootstrap3. Refs #209

github.com/django-crispy-forms/django-crispy-forms - c267f5441d2257fe89d3b82882939c9d9ee96310 authored over 11 years ago by Camilo Nova <[email protected]>