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

Small edits for grammar and clarity (#815)

Fixed a typo, and a number of small grammatical and idiomatic changes to improve clarity.

93aa216817387bdd8b6ab442599700f2c4231b7c authored about 6 years ago by Greg Kaleka <[email protected]>
Fixes #819: bootstrap 4 (and 3) select field with appended or prepended text not working properly (#820)

* Fix: select fields can be rendered with the same code. Fixes #819

* Fixes select with appen...

00a2e9924e21317d9830a9db0a94f4ceb17b3886 authored about 6 years ago by ociule <[email protected]>
Updated Travis config to use tox (#828)

* Have travis use tox

* Re-add Python 2.7 to tox (for Django 1.11)

f4b2cb552e1466b35d7366bc319657b32b74c90c authored over 6 years ago by Carlton Gibson <[email protected]>
Fix tests for Django 2.1 (#827)

* Updated tox config

* Fix test failures on Django 2.1
From https://github.com/django/django...

add926319463eb32fadd0703a1e94f2f2b4993ec authored over 6 years ago by Carlton Gibson <[email protected]>
Fixed {% crispy_field %} incompatiblity with Django 2.0. (#799)

7fbfe44836aa48e65e2450823c3471c06e87e84f authored over 6 years ago by Eugene Morozov <[email protected]>
Ignore pytest cache

c8310b496028099956262495abbff74640beee9f authored over 6 years ago by William Stewart <[email protected]>
Add bootstrap 4 size XL in bootstrap_size_match (#808)

Bootstrap 4 introduce XL in col sizes for responsive (and remove XS).
When a horizontal-form is...

2730a3fc0ef999c20c763cefd280340d5b473fe0 authored over 6 years ago by arthur-wsw <[email protected]>
Custom file input field for Bootstrap 4 (#809)

* added custom file input template

* undo changes to makefile

* removed unused error disti...

b8b43fcec12adf852769b4811f6f06d98ca0fbe3 authored over 6 years ago by Fabian Allendorf <[email protected]>
Update Bootstrap 4 accordion and accordion group (#757)

* update bootstrap4 accordion css

* Fix test failures.

c243b01a41ff2cab28fba219f39f996c1125195d authored almost 7 years ago by Jure <[email protected]>
Unpinned twine and wheel

No reason not to use the latest. Closes #796

45956c5179cc94c6aa42c2571e031a60b006d194 authored almost 7 years ago by Carlton Gibson <[email protected]>
Update changes and version for 1.7.1

dc768d383936c538c6b532bd1e3aba5ad6d20b3b authored almost 7 years ago by Carlton Gibson <[email protected]>
Update install.rst Bootstrap 4 version reference (#785)

Bootstrap 4 is no longer in alpha, so this needs to be updated.

71c75a21639191f52107cc0739518e02b9f670b2 authored almost 7 years ago by Daniel Spajic <[email protected]>
Fix Ambiguous IDs in checkboxes inputs (#783)

* Add an assertion to check for non-duplicate IDs

* Test case to cover the expected behaviour...

b6c3210a6ed4a76f3570cce362d449bb1865f0c1 authored almost 7 years ago by Bruno Alla <[email protected]>
Remove error class from field wrapper (#780)

Closes #779

3330915737f16a14612dccfcde4a022c5a82f729 authored almost 7 years ago by Dean Pienaar <[email protected]>
Fix FieldWithButtons layout (#778)

* Fix FieldWithButtons

* Update Test

20ea8a5c9078e397900847ff5940d272b7da8ac7 authored almost 7 years ago by Dean Pienaar <[email protected]>
Version 1.7.1 Release (#777)

0273fe1d47ae8fda71a9d4e0865f3f6cf3d0a8b2 authored almost 7 years ago by Carlton Gibson <[email protected]>
Update changes and version for 1.7.1

8e5e182c798095600d926370f0f7c8d53c438737 authored almost 7 years ago by Carlton Gibson <[email protected]>
Simplify conditions (#752)

ef1cd6a7a530c7d7045182988ec377f45562c26b authored almost 7 years ago by Kane <[email protected]>
CSS classes are special in update_attributes (#764)

* CSS classes are special in update_attributes

Like they're special in Div and Field construc...

57acf11753643b41e719affc965d14c579c3d9bb authored almost 7 years ago by William Martin Stewart <[email protected]>
Bootstrap 4 does not use hidden any more (#772)

Bootstrap 3 used a class="hidden" attribute to hide content:
https://getbootstrap.com/docs/3.3/...

7c05b12b4192b9505ba7244493df271a3f44e7eb authored almost 7 years ago by stedmeister <[email protected]>
bootstrap 4: input-group-addon was replaced with prepend / append (#771)

* bootstrap 4: input-groupd-addon was replaced with prepend / append specific

* input-group-p...

2c73c35d2898d4830d723b5f0cead7ca0da190fe authored almost 7 years ago by William Martin Stewart <[email protected]>
prepended/appended text fields need row class too (#766)

ab085077cc9a2fe3eebe6c7cafe9e1230684d1ea authored almost 7 years ago by William Martin Stewart <[email protected]>
WIP: Bootstrap 4 Beta Support (#735)

Bootstrap 4 Support

c2b211e589c7d82c3662e6b6c37826ecb5afbb3c authored almost 7 years ago by William Martin Stewart <[email protected]>
We have a tox env twice (#763)

Not sure if it actually runs the tests for it twice, but:

tox -l | sort -n | uniq -c ...

3ca5316b31e0a3694a5ec3c48c465ed10a3ec164 authored about 7 years ago by William Martin Stewart <[email protected]>
Honor element ID set in Django for radio and multi checkboxes (#758)

All other elements honor this correctly, but radio and multi checkboxes
do not.

ba38a3a70d3e7d349c1e8a5e2604ef01fe3866db authored about 7 years ago by Michal Čihař <[email protected]>
Update test matrix (#761)

* Drop support for Python 3.3

It reached its EOL in September 2017
https://www.python.org/de...

e63d8934afe2fcfc677c459550f1136167497ee3 authored about 7 years ago by Michael <[email protected]>
Merge branch 'dev'

5f5384b2e1f7671eada5a8e4ab8d5616a3b457d7 authored about 7 years ago by Carlton Gibson <[email protected]>
Update changes and version for 1.7.0

86b2991e2d6fba84e106ea792076aedee97343a4 authored about 7 years ago by Carlton Gibson <[email protected]>
Add current formset form to context (#739)

d90510d87d205c03f5608f91d9aee4845729fddd authored about 7 years ago by MathisRosenhauer <[email protected]>
Unpin Coverage.py since Python 3.2 is unsupported (#747)

9e0c61ef6792551c5eb4708a4d2b7c8d73e7c1d5 authored about 7 years ago by Illia Volochii <[email protected]>
Merge pull request #740 from RDXT/dev

Add wrapper_class to MultiWidgetField

003448bc9a2b35404a06dbb84a2cb4f0d12821a6 authored over 7 years ago by Carlton Gibson <[email protected]>
Add wrapper_class to MultiWidgetField

9157c78305203975fd9baa2a8feed6aa3a72fabb authored over 7 years ago by Scott Adams <[email protected]>
Merge pull request #737 from zoidbergwill/required-asterisk-on-checkboxes

Show required asterisk on required checkboxes

88fbff75816e3d7b0dafd4d61d2c224ab9423cfa authored over 7 years ago by Carlton Gibson <[email protected]>
Bootstrap 2 too

054deccf2624ff26eb8056bee1220bf382701e47 authored over 7 years ago by William Martin Stewart <[email protected]>
Add for attribute in labels for RadioSelect (#699)

* Add for attribute in label for RadioSelect

* bootstrap3 radio select for attribute

* Upd...

c4bcf6e056ef9ad168b91573d967ba4af6c04339 authored over 7 years ago by Pablo Lefort <[email protected]>
Python 3.2 and Django 1.9 are no longer supported, so let's not test them (#730)

Both are passed their end-of-life date; see
- https://www.python.org/dev/peps/pep-0392/
- http...

4bf70ac1bd52802c136777b9469a0d3bfc75af6a authored over 7 years ago by Michael <[email protected]>
Show required asterisk on required fields

61830e81c2c41ada5e40c5ab1bca92589b181cab authored over 7 years ago by William Stewart <[email protected]>
Merge pull request #736 from django-crispy-forms/zoidbergwill-patch-1

Ask for template pack in issues template

cdd9cda9a0145bad95e2ee1f588c6596c8111b4a authored over 7 years ago by Carlton Gibson <[email protected]>
Fix markdown checkboxes

2316328fd6e2e8fdf90672797401ff1286eca24d authored over 7 years ago by William Martin Stewart <[email protected]>
Update ISSUE_TEMPLATE.md

493efc4d41bf235f0a56b224718e79d6766f5005 authored over 7 years ago by William Martin Stewart <[email protected]>
Updated suported python versions in classifiers (#731)

65dc5ecbed868a74640f5dc9ec2bf8cd9d3b8112 authored over 7 years ago by Michael <[email protected]>
Merge pull request #733 from graystevens/dev

Fix Bootstrap 4 field error classes

a4afab25159f229ebc667834609d5ab52d31a491 authored over 7 years ago by Carlton Gibson <[email protected]>
s/form-control-feedback/invalid-feedback/g

ffd45aac6d8c5d6e20ae9ef4da0b829785a370de authored over 7 years ago by William Stewart <[email protected]>
Update field error template classes to 'invalid-feedback'

b20fb75496ea3e96e412234c25aec3de31e70330 authored over 7 years ago by graystevens <[email protected]>
Update field error template classes to 'invalid-feedback'

3b0de89d9d490f7e902c9a879b64021e3861c143 authored over 7 years ago by graystevens <[email protected]>
Update bootstrap 4 beta error tags to 'is-invalid'

5f757c237adc375dfb3cbcc45068a9d5d0d37f39 authored over 7 years ago by graystevens <[email protected]>
Merge pull request #728 from django-crispy-forms/django-crispy-forms/patch-1

Fix documentation for include_media attribute

34ebbd74d5b6c209f82e6f6c3d4d05bd3a48e18a authored over 7 years ago by Alasdair Nicol <[email protected]>
Merge pull request #721 from michael-k/tests

[tests] SplitDateTimeWidget must be used with SplitDateTimeField rather than DateTimeField

089f967f9e825cf20cdca1bbaf5b7e83f18f6e97 authored over 7 years ago by Carlton Gibson <[email protected]>
[tests] SplitDateTimeWidget must be used with SplitDateTimeField

… rather than DateTimeField [1]

I tried adding both a SplitDateTimeField and a DateTimeField (w...

ac25c3f2dfb4935f85bc1244e4a2122e48f2089a authored over 7 years ago by Michael Käufl <[email protected]>
Merge pull request #720 from michael-k/travis

Updated test settings

684522c9788eff022753fa6f6f02dfd93a502e19 authored over 7 years ago by Carlton Gibson <[email protected]>
Updated string in test according to django

Thanks to @carltongibson

Ref https://github.com/django/django/commit/afe4edb4eaaad89acefa6b6d06...

96f53ea0f16796f3e5f16e42a9009b8d3efad5d4 authored over 7 years ago by Michael Käufl <[email protected]>
Merge pull request #719 from michael-k/urls-reverse

Updated imports of `reverse` and `NoReverseMatch` for Django 2.0 compat

645a2815f775a9e91689d6bf20391866210ebb6a authored over 7 years ago by Carlton Gibson <[email protected]>
Run tests with python 3.6

59d1ef392c9bb748b5b4984c253fc7ef85afac15 authored over 7 years ago by Michael Käufl <[email protected]>
Removed outdated setting from exclude matrix

7eb36f31655654d1e12a13d737d484fec86a3804 authored over 7 years ago by Michael Käufl <[email protected]>
Use stable version of Django 1.11 for tests

b9b5ccb99253ce1f0f873cd510ca3f091ab17205 authored over 7 years ago by Michael Käufl <[email protected]>
Updated imports of `reverse` and `NoReverseMatch` for Django 2.0

Regards django-crispy-forms/django-crispy-forms#687

abf0bab15df5bd91a1177742e9f1b2ca167aadc0 authored over 7 years ago by Michael Käufl <[email protected]>
Merge pull request #707 from illia-v/update-flatatt

Use `django.forms.utils.flatatt()` in the internal version

1e433f0f788e4d99ae3f2c84704b1e148388dc4d authored over 7 years ago by Carlton Gibson <[email protected]>
Merge pull request #709 from ch00kz/patch-1

Update crispy_tag_forms.rst

f1f6951cdcee75cd2ca7a2a16532c731d291a874 authored over 7 years ago by Carlton Gibson <[email protected]>
Merge pull request #708 from illia-v/update-tox-environments

Add Python 3.6 to tox environments. Change Django 1.11b1 to 1.11.x there

965ea95eff8bad0b642a6fc2e3af2c4148c49fd4 authored over 7 years ago by Carlton Gibson <[email protected]>
Update crispy_tag_forms.rst

Fixed issue where code snippet was formatted incorrectly and the import path for csrf was incorr...

3257e89bdd6ec2ab2cc23f3c24c94f0a8905a509 authored over 7 years ago by Andrew Thomas <[email protected]>
Add Python 3.6 to tox environments. Change Django 1.11b1 to 1.11.x there

d3bf1f2dbb321ccbff0f4de44d11d749592c0e9d authored over 7 years ago by Illia Volochii <[email protected]>
Use `django.forms.utils.flatatt()` in the internal version

092579374c08e42704480162e8bc9ad4964d80d7 authored over 7 years ago by Illia Volochii <[email protected]>
Merge pull request #702 from wetneb/dev

Convert field value from None to '' in choice fields, instead of 'None'

24f6211292b6d65f470ba633e8fcbd2ae2cbb47a authored over 7 years ago by Carlton Gibson <[email protected]>
Fix test_choice_with_none_is_selected for Django 1.11b1

b610ea5de88ea6ffdb41de85d9a8705b09ba8009 authored over 7 years ago by Antonin Delpeuch <[email protected]>
Convert field value from None to '' in choice fields, instead of 'None'

Closes #701.

031b14fd9a2f9409836ce41207a12ec4e19dd80c authored over 7 years ago by Antonin Delpeuch <[email protected]>
Merge pull request #695 from django-crispy-forms/pr/603

Use helper of field form in `as_crispy_field` filter

2a6123fdd16da7f79c36189c3a6ee7c03afc15be authored almost 8 years ago by Carlton Gibson <[email protected]>
Correct bad merge

e8d4785c1e7d0b0cf44305e8d2a6e9aa5ac5548a authored almost 8 years ago by Carlton Gibson <[email protected]>
Use helper of field form in `as_crispy_field` filter.

8fb8d324cdff6caa37ea54caf0725d898c3b6f75 authored almost 8 years ago by Rokas Kupstys <[email protected]>
Merge pull request #659 from copperleaftech/add-relatedwidgetwrapper-support-to-crispyfieldtag

Added support for RelatedFieldWidgetWrapper to crispy_field tag rendering.

3e31b026ab448f788dc75a5fe23831897cdb2caf authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #616 from vdboor/fix-potential-shared-state

Avoid risk for editing shared state via `self.attrs`.

91d6e5956656d188af2bf0e37433e9dbc91e8d30 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #618 from narayanaditya95/dev

Fix documentation for `Accordion` layout object

c7e5787c82248fe9897c9b8598ff5c1b74c59ea7 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #694 from django-crispy-forms/pr/561

Don't add 'form-control' class to multi value fields

746a5f582442c0e722e763e8b36d1f0ecf8fb66a authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #693 from django-crispy-forms/pr/547

Add label_class and field_class to as_crispy_field

596aedc82e48bbd741905392a0a251af53f83379 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #615 from vdboor/fix-append-extra-context

Fix passing `extra_context` argument to PrependedAppendedText.render()

00f73c740b2ca9eae6babbf867ebb7c9c8b60a7f authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #639 from zoidbergwill/bootstrap-4-horizontal-forms

Form level group wrapper classes makes horizontal forms DRYer

9429c7358d4dc765dd255f0e249b4371b89c3431 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #635 from pwag42/table_inline_formset__empty_form

Added empty_form to formsets made with table_inline_formset.html

d7d0994bbe01fed9aebd0c1f08f710c6c06395e5 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #601 from SebCorbin/patch-1

Check for FileInput instead of ClearableFileInput

a5cc3e28cd1cef48096e02e1f24cd5597eeac6b8 authored almost 8 years ago by Carlton Gibson <[email protected]>
Rename test form

…for pytest

8ed226786b1adbef99135bec53967b27bbeaa82b authored almost 8 years ago by Carlton Gibson <[email protected]>
Update #561

a9e14e08a737927726dffec869e9b5b647f8c7ee authored almost 8 years ago by Carlton Gibson <[email protected]>
added label_class and field_class to the as_crispy_field filter

eb3e7074d94c530640e6aa97ddd30894bad0e8f0 authored almost 8 years ago by pknowles <[email protected]>
Merge pull request #442 from pedrokiefer/patch-1

Support wrapper_class

ab300350357da7762adfd9f5b0f7e265d3639dbe authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #397 from ghinch/field-rendering

Respect helper configuration when rendering Meta fields

20bf63b96f9301e200fd1500cd078249ab2cdcf2 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #557 from alexhayes/dev

Added help_text to MultiField

23e4c6347bdd72f94ebe4dc57b28a255b94b1e29 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #424 from benvand/patch-1

Pass unused kwarg

39212e208116a3f9d13fe9372876989eef4e7a58 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #591 from CodigoSur/multifield_bootstrap

Fixes #478 bug about missing multifield template in bootstrap3

96889db4209bb5dd4932d10a251e2c81dae15b97 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #691 from carltongibson/fix/683-l10n-tests

Skip l10n tests for Django 1.11

7f376186b22d26cce6295ae512de013722114ee2 authored almost 8 years ago by Carlton Gibson <[email protected]>
Update Travis

a07fc1ab66c1f5f48cb80438ac793e179f8d41a5 authored almost 8 years ago by Carlton Gibson <[email protected]>
Skip l10n tests for Django 1.11

Ref #683

3553782941a937172eaa848b3bb2e5c632da0ad0 authored almost 8 years ago by Carlton Gibson <[email protected]>
Docs: Remove misleading remark on `field_template`

Ref #611 `FormHelper` instances are initialised with a default layout

2183a831fa6a727ee51e5d66bf33979f73dd6527 authored almost 8 years ago by Carlton Gibson <[email protected]>
Sort import statements. Remove some unused ones (#686)

e933a788debcc03e80b0363fbcc31e52a67a82c0 authored almost 8 years ago by Illia Volochii <[email protected]>
Fix typo (#688)

99de44f960a0b702b07320ce7d21fd3014ada198 authored almost 8 years ago by Éric Araujo <[email protected]>
Update docs link to cached template loader (#685)

4f2e8ae46b23424ecb5af8390a1d277adaafefc8 authored almost 8 years ago by eprikazc <[email protected]>
wip for django 1.11 compat (#684)

Add Testing for Django 1.11a1 (WiP for compat)

884a28e08204ef49da8b53fd32a9d19d6de7f393 authored almost 8 years ago by David Szotten <[email protected]>
Add the folder '.tox/' to '.gitignore' (#682)

fc652c3668d7869dc87666aed2afd501ac48d32e authored almost 8 years ago by Illia Volochii <[email protected]>
Remove the function `copy_context` (#670)

0d0e419c979633e41679c721025a1d5a2f0f23bb authored almost 8 years ago by Illia Volochii <[email protected]>
Merge pull request #681 from askoretskiy/patch-1

Fixed RemovedInDjango20Warning for django.core.urlresolvers

1ef3aad54a379b591a6b2f836ef00c274a6c2537 authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #665 from illia-v/remove_useless_if

Remove useless MIN_NUM_FORM_COUNT checks

74963aee2969ba128faafad9317cac01380a2e23 authored almost 8 years ago by Carlton Gibson <[email protected]>
Fixed RemovedInDjango20Warning for django.core.urlresolvers

That fixes warning: RemovedInDjango20Warning: Importing from django.core.urlresolvers is depreca...

0c506dd2c51317c9ebba060a55cd8c0b7a6e5a42 authored almost 8 years ago by Artem Skoretskiy <[email protected]>
Merge pull request #679 from davidszotten/pytest_warnings

rename TestForms to SampleForms to fix pytest warnings

201db1759b3514ba73ea502d544bd69fd0537fbc authored almost 8 years ago by Carlton Gibson <[email protected]>
Merge pull request #680 from davidszotten/django1.10_warning

silence warning about allow_lazy

a64af8a4a20af50f3de1b5f7c224030b0b64d5c3 authored almost 8 years ago by Carlton Gibson <[email protected]>