Ecosyste.ms: OpenCollective

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

github.com/django-crispy-forms/django-crispy-forms

The best way to have DRY Django forms. The app provides a tag and filter that lets you quickly render forms in a div format while providing an enormous amount of capability to configure and control the rendered HTML.
https://github.com/django-crispy-forms/django-crispy-forms

rename TestForms to SampleForms to fix pytest warnings

c01977b3e0e7b0540177b8be4618a2c75eeb4fc9 authored almost 8 years ago by David Szotten <[email protected]>
silence warning about allow_lazy

bea8490ba5e6128890e9dc0582215fcdb3b83ea2 authored almost 8 years ago by David Szotten <[email protected]>
Merge pull request #678 from johnfraney/patch-1

Update layouts.rst

946bcfc3e5a1a4c754862ce62a20d1dc5c5cd86a authored almost 8 years ago by Carlton Gibson <[email protected]>
Update layouts.rst

Fix quotation issue that causes a `SyntaxError`:
`'Button's content'` -> `"Button's content"`

470e410dc1fc0e7dd2cfab35befaace7e35af3d4 authored almost 8 years ago by John Franey <[email protected]>
Make the function `utils.list_intersection` be flat

c35b786c08e4db343110a398042160c5818853e7 authored almost 8 years ago by Illia Volochii <[email protected]>
Remove `utils.list_union` because it is not used

9e8740fe9a797c45f105b6c12f8f600b333b19c1 authored almost 8 years ago by Illia Volochii <[email protected]>
Drop compatibility utils for unsupported Django versions (#666)

* Clean compatibility.py

* Get rid of tests/compatibility.py

dfa6d65748721b3331ca6c9c2aa961cecb88db0c authored about 8 years ago by Illia Volochii <[email protected]>
Merge pull request #667 from illia-v/models_file_removing

Remove the file 'models.py' since it is not used

5cc1152a9db32a2bf2755bb36107ab51da63f6a6 authored about 8 years ago by Carlton Gibson <[email protected]>
Remove the file 'models.py' since it is not used

05139f57e1fa8ae0ddb8d0b972a5ca2bbbe4665f authored about 8 years ago by Illia Volochii <[email protected]>
Remove some useless checks of Django version

210ea2707c485dddc722044bde86ba886f1f99f0 authored about 8 years ago by Illia Volochii <[email protected]>
Remove useless check for existanse of `MIN_NUM_FORM_COUNT`

a40c8ed4f2e099ccdf59297ffecf9847069004a9 authored about 8 years ago by Illia Volochii <[email protected]>
Merge pull request #662 from ad-m/patch-1

Add info about FormHelper import

92864e0c9be039b1356b8c6cae70f7a68b16a082 authored about 8 years ago by Carlton Gibson <[email protected]>
Add info about FormHelper import

c7658a45b0c14d2543c8627a0e362b07a4ab63e9 authored about 8 years ago by Adam Dobrawy <[email protected]>
Added support for RelatedWidgetWrapper to crispy_field tag rendering.

16f0e7c97166bd248e6978f4672f8e9bfdc17a77 authored about 8 years ago by Will <[email protected]>
Merge pull request #645 from tomedelliott/strict-button-template

Make Bootstrap StrictButton use get_template_name() from TemplateNameMixin

18c3d43d379ec99a16c07bb7e260a529095185f0 authored about 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #657 from kalekseev/dev

Support several bootstrap sizes in label_class for checkbox input

793f4b299de3c1072b3b88ead970967e1a968d70 authored about 8 years ago by Carlton Gibson <[email protected]>
Make Bootstrap StrictButton use TemplateNameMixin

7dc87e572ed7d7132610e569b5970c82e0c1e9c3 authored about 8 years ago by Tom Elliott <[email protected]>
Support several bootstrap sizes in label_class for checkbox input

For checkbox input label is displayed after the input
so the input have to be aligned with the r...

832bc4bf1df87ebd15e2a09321c3e90cb5776fa3 authored about 8 years ago by Konstantin Alekseev <[email protected]>
Merge pull request #656 from django-crispy-forms/carltongibson-patch-1

Update travis and codecov links

7c0153e9336f28e3f47854bf076430b50f9e54a0 authored about 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #650 from lucaswiman/use-get-bound-field

Use get_bound_field for fields defining a custom BoundField

807160be2862f9fb7e64a3285cc4f6708d367e83 authored about 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #644 from kalekseev/dev

Fix form helper tests

0023e1e96200ac711f0a063525c4611c67211983 authored about 8 years ago by Carlton Gibson <[email protected]>
Use custom get_bound_field behavior introduced in Django 1.9, by calling Form.__getitem__.

See https://docs.djangoproject.com/en/1.10/ref/forms/api/#customizing-boundfield

873feb7abbc17bb19584e1b9176c617eb5057c24 authored about 8 years ago by Lucas Wiman <[email protected]>
Add failing test for custom BoundField behavior.

b4ba14cb057e1d76f11ce4d90a54d9424fe46dd4 authored about 8 years ago by Lucas Wiman <[email protected]>
Fix form helper tests

Rename tests for bootstrap4 because they clash with tests for bootstrap3.
Fix asserts so they ac...

ef7fc1e2143266e634ebb9119aeedbfe0ac18e92 authored about 8 years ago by Konstantin Alekseev <[email protected]>
Update travis and codecov links

c38a8147800a7ee78215b3150d790401a870f0b8 authored about 8 years ago by Carlton Gibson <[email protected]>
Lang

langfix

926b04c197fc4391585b51d9fc9659dd25059461 authored about 8 years ago by Sae X <[email protected]>
Merge pull request #655 from carltongibson/fix-tests

Update tests in line with #642

09e7ccfc9dffb55d48835fbc6487e027ac64458a authored about 8 years ago by Carlton Gibson <[email protected]>
Update tests in line with #642

e5d0ac11298013b334f1bce16aafc24f5fd5ccdb authored about 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #638 from zoidbergwill/typo

Fix typo in docstring

346d84c0ab924e4b1913dcb927070bd13ba9aa7e authored about 8 years ago by Carlton Gibson <[email protected]>
Add wrapper_class to bootstrap InlineFields #640 (#641)

9c73088b72d14136af81fb5c457990e76b13cede authored about 8 years ago by tomedelliott <[email protected]>
Error message class for Bootstrap 4 (#642)

0edd6e940923cdf8fa479565464c858694452c9f authored about 8 years ago by Se-Joon Chung <[email protected]>
Merge pull request #643 from django-crispy-forms/dev

Version 1.6.1

10cc42d83548fc6b0dac0cd8754a83f6e21bb8fa authored about 8 years ago by Carlton Gibson <[email protected]>
Update Changes and Version Number for v1.6.1 release

3735264fcbd1b325c70bedcb4a1060452920c391 authored about 8 years ago by Carlton Gibson <[email protected]>
Create universal wheels

Closes #563

10dbb92ed29da0d0b24918adf97e367837f52aff authored about 8 years ago by Carlton Gibson <[email protected]>
Form level group wrapper classes make horizontal forms DRYer

163cd478a4020e000ff1d08753d1d0874b3e322f authored about 8 years ago by William Stewart <[email protected]>
Fix typo in docstring

b96ca78584af55948ee9cb579d22c55f5ae4e311 authored about 8 years ago by William Stewart <[email protected]>
Merge pull request #637 from django-crispy-forms/issue-template

Create ISSUE_TEMPLATE.md

42a5d5ae090807f2dc165946bd1ba644b079e511 authored about 8 years ago by Carlton Gibson <[email protected]>
Create ISSUE_TEMPLATE.md

Maybe we should also create a PR template and CONTRIBUTING.md?

4d889ad5ea0399402f54614247478ab95a2531d7 authored about 8 years ago by William Martin Stewart <[email protected]>
added empty_form to formsets made with table_inline_formset.html

b54c841b57b931b52333e8a47b46965c85920409 authored over 8 years ago by Preston <[email protected]>
Bootstrap 4 improvements (#621)

355c2cbbc9b0e142a54bfb8c1199be4a48f87e61 authored over 8 years ago by William Martin Stewart <[email protected]>
Move bootstrap help and error markup out of <label> element. (#633)

Closes https://github.com/django-crispy-forms/django-crispy-forms/issues/632

1ff0cd86c84a6e3a34fc0fb90f88a67344b3656e authored over 8 years ago by Rich Rauenzahn <[email protected]>
Allow missing _active_originaly_included on fields #526. (#630)

298282a244ad5b930c492012e37e7789e2bd5def authored over 8 years ago by Michael Kutý <[email protected]>
Fix documentation for `Accordion` layout object

`AccordionGroup` must exist within `Accordion` layout object.

9bed71cbe33bb0a015b5360058ea92f0ab1e2788 authored over 8 years ago by Aditya Narayan <[email protected]>
Avoid risk for editing shared state via `self.attrs`.

The code assumes the self.attrs is assigned in a super __init__(),
but when it's assigned as cla...

457c4ae9a59851ee0a931a53a14b86f28709f343 authored over 8 years ago by Diederik van der Boor <[email protected]>
Fix passing `extra_context` data to PrependedAppendedText.render()

535bdd2ab9f75bba88cbc058f80b4ff35113ece9 authored over 8 years ago by Diederik van der Boor <[email protected]>
Merge pull request #607 from davidszotten/django-1.10-compat

Django 1.10 compat

64606b457504a53013cb015dd4bac61b274876b9 authored over 8 years ago by Carlton Gibson <[email protected]>
typo when refatoring

5be483166088d9e78646fabeacf9d9e1749c12a1 authored over 8 years ago by David Szotten <[email protected]>
test for django 1.10

ac2fc1afef255bd7a1d59b1b2904342b70ea93ae authored over 8 years ago by David Szotten <[email protected]>
no longer testing 1.7

df98c0de11ccd1477e37cf6936fc8d3deaac7366 authored over 8 years ago by David Szotten <[email protected]>
bare dict instead of RequestContext

d3f158eaced8499e897eb4b46af727947496fd4c authored over 8 years ago by David Szotten <[email protected]>
now uses bare form of boolean attributes

cdb4721ef12aa6b15363b477c0b81001dc6e3a79 authored over 8 years ago by David Szotten <[email protected]>
csrf generator has moved

7d746a94b242435a3094a86c34768fdfc72b68ab authored over 8 years ago by David Szotten <[email protected]>
Merge pull request #599 from adamchainz/readthedocs.io

Convert readthedocs links for their .org -> .io migration for hosted projects

0c7789af40cbd0461699a18241a40ddab94d2684 authored over 8 years ago by Carlton Gibson <[email protected]>
Check for FileInput instead of ClearableFileInput

I'm reopening #356 as `form-control` CSS class is added to file inputs if they are not clearable

933853ead630b153228ca820aa37bedc252ba7c5 authored over 8 years ago by SebCorbin <[email protected]>
Convert readthedocs links for their .org -> .io migration for hosted projects

As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘S...

d67aaac985bbd94f4ad32643dbe288aeb4562083 authored over 8 years ago by Adam Chainz <[email protected]>
Merge pull request #595 from browniebroke/dj17-drop-doc

Document in Changelog that Django 1.7 support has been dropped

6c477f4a57c3af7b017b24ae460281cf12c1b4cc authored over 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #597 from inoks/patch-1

Fixed broken link

ea0bbcd5ab0e27a601816309a5db7f4451c8b944 authored over 8 years ago by Carlton Gibson <[email protected]>
Fixed broken link

Fixed broken link for upgrading from `django-uni-form`

759541aedd0753a31e29f1543415a4ff543a995c authored over 8 years ago by inoks <[email protected]>
Document in Changelog that Django 1.7 support has been dropped

869138fd5c753724e7e2a3510e5f9c7a7438bc1f authored over 8 years ago by Bruno Alla <[email protected]>
Fixes #478 bug about missing multifield template in bootstrap3

bootstrap3/layout/multifield.html moved to bootstrap3/multifield.html
and adapted for twitter boo...

c466bb934e97aad9ba8d2a767323bbcc93ce0a18 authored over 8 years ago by Numerico <[email protected]>
Merge pull request #588 from theromis/dev

bootstrap 4 help text smaller

3f47dfca16447513c712592e42fcf0e3442b2ec5 authored over 8 years ago by Carlton Gibson <[email protected]>
fix for fix :)

390a0d04d04d05b036748425e1abe61c1b541821 authored over 8 years ago by Roman Vasilyev <[email protected]>
test for bootstrap4

5997a8cc2a322a9e082924eba7a3b3ae40bd1cd4 authored over 8 years ago by Roman Vasilyev <[email protected]>
unit test correction

7d5454518861485e1f2c3c174189b0ebf05ab189 authored over 8 years ago by Roman Vasilyev <[email protected]>
help text smaller

332b4f16915de2edabefc43f86ddac0b58edefdd authored over 8 years ago by Roman Vasilyev <[email protected]>
Merge pull request #583 from theromis/dev

Bootstrap 4: Use `danger` instead of `error`

c2c93cf9992622bbbf7bdbbcd9c0f1062506921f authored over 8 years ago by Carlton Gibson <[email protected]>
tests corrections for bootstrap4

dda14d11b9ac518fc874b3114b5d25445166fcfb authored over 8 years ago by Roman Vasilyev <[email protected]>
nice pictograms into input form

b4baf3daadfc35284a05dcd22be7cb12c7224116 authored over 8 years ago by Roman Vasilyev <[email protected]>
make form inputs red

dc9161344ec2986b01c518d4676fe685fbc371d6 authored over 8 years ago by Roman Vasilyev <[email protected]>
Merge pull request #581 from cloudsmith-io/dev

Add to contributors for PR #579

43e5ad5d71728997763f9e55b19aaaf3b38f80c6 authored over 8 years ago by Carlton Gibson <[email protected]>
Add to contributors for PR #579

18405af3715757d1aee5b8003b36360376f77e82 authored over 8 years ago by Lee Skillen <[email protected]>
Merge pull request #579 from cloudsmith-io/feature-node-context

Pass node context through to template via crispy tag

ad39cdd4d7ca7ebb125ad85a05df002fdbf205b0 authored over 8 years ago by Carlton Gibson <[email protected]>
Pass node context through to template via crispy tag

8ecc77e6ee85ecb64fbef14f7b766d727b2193d7 authored over 8 years ago by Lee Skillen <[email protected]>
Merge pull request #551 from gustavi/dev

Add missing template for bootstrap

4fc156ece6012fc82830c84935c9788e67f36f99 authored over 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #577 from gertsteyn/dev

Bootstrap4: control-label -> form-control-label

cd17922dd17956d4b90744d9bc0f29ab509a1410 authored over 8 years ago by Carlton Gibson <[email protected]>
From Bootstrap4 migration guide: Renamed .control-label to .form-control-label

4feaa763e2e0a30de205cd27f314bfba86420c7c authored over 8 years ago by Gert Steyn <[email protected]>
Merge pull request #574 from zoidbergwill/fix-flexbox-bootstrap4

Fix "vertical" bootstrap 4 form with flexbox enabled

347f61a317185a86e07088c7f8309eeb5bb33f41 authored over 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #575 from Sponsorcraft/bootstrap-fields-wrapper-class

Support wrapper_class in PrependedAppendedText

e811db90dd75c6144c8493a227b993a999b782c4 authored over 8 years ago by Carlton Gibson <[email protected]>
Only add 'row' to 'form-group' if grid layout

4bee0fda29dc6a98162856e446a5871aebc5cfb8 authored almost 9 years ago by William Stewart <[email protected]>
Revert "Add .row class to allow custom widths on bootstrap4 form-groups"

This reverts commit a9477f115261be41a07f8aed34aa63b97db4cbb0.

612fc8a29aa7a36bba8bc512c57878a4f1a7380d authored almost 9 years ago by William Stewart <[email protected]>
Merge pull request #572 from jbergantine/patch-1

Minor English grammar adjustments

556ea59f66c953a5bba57c9873283b0b7f07497a authored almost 9 years ago by Carlton Gibson <[email protected]>
Minor English grammar adjustments

d0b183c67d5d845fc53d228452379e25ed37e4b7 authored almost 9 years ago by Joe Bergantine <[email protected]>
Merge pull request #545 from powderflask/dev

Fix for Issue #544

e25fb28354e7d7698c4979df12b48ebd8d9242da authored almost 9 years ago by Carlton Gibson <[email protected]>
Support wrapper_class in PrependedAppendedText

eb82636e8bb737635409b805956c52fc748d02a0 authored almost 9 years ago by Michael Blatherwick <[email protected]>
Updated supported Django/Python versions in README

Closes #566

9d1028f994c06a1df803bed24e9a49967785aa1b authored almost 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #565 from fladi/include_test_templates

Include test templates in source tarball.

555438c54ae9eb2f656a7ca7114c71659324385b authored almost 9 years ago by Carlton Gibson <[email protected]>
Include test templates in source tarball.

Otherwise tests would fail for people who use the pypi tarball.

b74a2d8c5c9c916989dd9054727e7ae9c4dcc7ce authored almost 9 years ago by Michael Fladischer <[email protected]>
Merge pull request #562 from maraujop/dev

Version 1.6.0 Release

b1f68af959d790794b035c3239eb654114e6b32c authored almost 9 years ago by Carlton Gibson <[email protected]>
Changes and version number for 1.6 release

c2c3d8429dba9a06bbf65132cded19c79020c1ca authored almost 9 years ago by Carlton Gibson <[email protected]>
Merge pull request #559 from zoidbergwill/django-1.9-support

Add explicit Django 1.9 testing and working tests

8ab340377ad61244dc89910873864f17d9f03509 authored almost 9 years ago by Carlton Gibson <[email protected]>
Drop django 1.7 support

Django 1.7 support was dropped with the release of Django 1.9, and
now we're testing all Python ...

89153b24a9727586851fd54b5d83e2dc7073749a authored almost 9 years ago by William Stewart <[email protected]>
Add explicit Django 1.9 testing and working tests

Fixed a test by removing a hack since it was for a since fixed
regression.

Closes https://githu...

375fa26462f5e1c0c8a7c5df7683d162e3a853d4 authored almost 9 years ago by William Stewart <[email protected]>
Merge pull request #555 from kavdev/dev

1.9 warnings round 2: render_to_string.

16450401c1d63c3a2d94b13f92a98b34875e55ba authored about 9 years ago by Carlton Gibson <[email protected]>
gitignore update for eclipse project files

0084dfaff7192b3ab6d35a82b7acaa3b6cf58772 authored about 9 years ago by Alexander Kavanaugh <[email protected]>
Forgot the entire layout file. Should go to sleep soon.

e2c2314c8fc3b1313bd3ab32e9c945de0953e7ed authored about 9 years ago by Alexander Kavanaugh <[email protected]>
1.9 warnings round 2: render_to_string.

My env is being funky, so I'm just going to use the PR to see if the
tests pass...

f18281cd70c16e3ac726977011ce120a89a8f427 authored about 9 years ago by Alexander Kavanaugh <[email protected]>
Merge pull request #554 from kavdev/dev

template.render() no longer takes a Context object as of Django 1.8

a17baddbef3949c3ee94ad6344ce8a624def246c authored about 9 years ago by Carlton Gibson <[email protected]>
might as well add another test while I'm at it

edc87bd4da917e829d19f7ff4e430855c3be2642 authored about 9 years ago by Alexander Kavanaugh <[email protected]>
another test

c469a8f4094f5779fe5c1d435d83e95a19bbbe35 authored about 9 years ago by Alexander Kavanaugh <[email protected]>
added some tests so that coverage doesn't drop

d32da1c9548bc5728b0b7b736f57c1b2ddb93961 authored about 9 years ago by Alexander Kavanaugh <[email protected]>