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

Fix UneditableFields (#1224)

ed52e4d95d65e14c9e21a502472ab3fa16551b76 authored almost 3 years ago by Simon Kern <[email protected]>
Removed Uni-Form Template Pack (#1221)

c82c49a1571c2b89cd1205a087f3608f21cf3273 authored almost 3 years ago by David Smith <[email protected]>
Changed Fundamentals example to show Bootstrap 4 template pack. (#1222)

5e580979c08ceb506104d51170a5d0e73a799575 authored almost 3 years ago by David Smith <[email protected]>
Enhanced `__init__` signature and doc string of `Fieldset` (#1219)

10a5cebf2dc14c04ddb632b15dac72af69be3c1b authored almost 3 years ago by David Smith <[email protected]>
Moved BaseInput `id` generation to `__init__` method. (#1217)

f42f382c30048c6880f5b9bcc1f6a8b4f4f13750 authored almost 3 years ago by David Smith <[email protected]>
Enhanced __init__ signature of Button and Reset (#1216)

Follow up to ea802b82d94b2871a115ea9adf771704175ab3a4

6ba5a42144fbeede54d20eefeb26bc820995decf authored almost 3 years ago by David Smith <[email protected]>
Improved docstring and __init__ signatue of BaseInput and its subclasses (#1210)

ea802b82d94b2871a115ea9adf771704175ab3a4 authored almost 3 years ago by David Smith <[email protected]>
Fix improper use of "then" instead of "than" (#1214)

b287f73997cc367cfd9cd06f8241a33ab74da07a authored almost 3 years ago by Amir Shabani <[email protected]>
Fix misspelled word (#1215)

c49493d47c1bde4827e9dbb1f5dec8375f53fd26 authored almost 3 years ago by Amir Shabani <[email protected]>
Removed Bootstrap Template Pack (#1213)

651711836f47d8bd6b56ef802a2d946b3bad4baa authored almost 3 years ago by David Smith <[email protected]>
Fixed typo in readme (#1212)

59d57f808ca00767ca3ef55266b1d8cf96c1a8f6 authored almost 3 years ago by David Smith <[email protected]>
Drop Python 3.6 from release workflow

78b6dfa6bcb406257e5802b30cd79cfd3f54c6e1 authored almost 3 years ago by David Smith <[email protected]>
Updated release notes

702f064d6e356175518f6dc79bb6e0819f7bb030 authored almost 3 years ago by David Smith <[email protected]>
Updated versions in pre-commit config

1528616f62e326f6a7267dc89311baaee862779f authored almost 3 years ago by David Smith <[email protected]>
Release 1.14

21003963327220cf7550004f265a135b732f15ba authored almost 3 years ago by David Smith <[email protected]>
Added bootstrap modal layout object (#1204)

33c94882fd9086759ef2729c1bf33705e1daad70 authored almost 3 years ago by nsandler1 <[email protected]>
Removed uni-form link and added tailwind in readme. (#1211)

a7629a29e2f5e24e3bb3063a478963b54c35cc07 authored almost 3 years ago by David Smith <[email protected]>
Avoided variable assignment in utils.py (#1209)

b1826b9df59d91593c01e48c7290956ee4d1649a authored almost 3 years ago by David Smith <[email protected]>
Removed empty class attribute if field class is None (#1208)

e84b43fcd645adf9517062e10ca77a931241cf64 authored almost 3 years ago by David Smith <[email protected]>
Fixed Bootstrap4 Field with buttons input size (#1159)

* Improved field_with_buttons tests
* Fixed field_with_button input_size
* Added `form-control...

50e83e81403639e94d1b5e3878b151f57aa662df authored almost 3 years ago by David Smith <[email protected]>
Moved `is-invalid` to Bootstrap4 templates (#1196)

0d491fb0af26f98898c175f9de3fff68e14a14bb authored almost 3 years ago by David Smith <[email protected]>
Dropped support for Python 3.6 and Django 3.1. (#1205)

c9119e842712db0556f88ba17d5b5d0e43ef75ac authored almost 3 years ago by David Smith <[email protected]>
Fix mismatched HTML tag in Bootstrap3 template pack (#1201)

db00d2fc4766ac445d4fd74ceba2cb564c0eb7d6 authored almost 3 years ago by Will Gordon <[email protected]>
Moved `form-control` bootstrap4 logic to templates (#1195)

65897114358ab9d8b0da3f5d0b791d2ce77e63d0 authored about 3 years ago by David Smith <[email protected]>
Refs #938 -- Avoid attributes being duplicated

Prior to this patch attrs is added to the widget each time the form is rendered. This could lead...

22465329d5dcd89edff38bb848de0174d144bb5c authored about 3 years ago by David Smith <[email protected]>
Improved test_bootstrap_form_show_errors_bs3

91445218d2b91546702e5576dccf75aeb46b2fdf authored about 3 years ago by David Smith <[email protected]>
Added support for Python 3.10 (#1189)

1e1c8e77314569c358691fb174017feeb9a9d00e authored about 3 years ago by David Smith <[email protected]>
Improved test_bootstrap_form_show_errors_bs4 tests (#1193)

be31a5d6c6dfd688f70b13268eaff0369caa2d70 authored about 3 years ago by David Smith <[email protected]>
Simplified adding wrapper_class to context when rendering PrependedApppendedText (#1191)

1e0c3012d8cf367ec888aa718d28abfc6d178ba9 authored about 3 years ago by David Smith <[email protected]>
Fix css id for non ascii characters (#1190)

* Fix css_id for non-ASCII characters - allow unicode in slugify function

* Add test case for n...

ac9aa0707e7cf87ed196b6f5bd7c72e3f2afc6a6 authored about 3 years ago by David Smith <[email protected]>
Removed Bootstrap3 styles from crispy_forms_field (#1003)

0247e9200174b9a9cbb87357ff12a9d138efd2e4 authored about 3 years ago by David Smith <[email protected]>
Updated meta `license-file` in setup.cfg (#1188)

Use underscore in the setup.cfg key to fix the following warning:

> Usage of dash-separated '...

93a873bc4123d8ea990fce02ca965e2a788398a6 authored about 3 years ago by David Smith <[email protected]>
Django 4.0 Support (#1184)

* Added USE_TZ to test settings
USE_TZ will default to True in Django 5.0 and has been the inclu...

d1b4e86a515575ed03d37607a0c93aadcfc8027c authored about 3 years ago by David Smith <[email protected]>
Fixed release number in changelog (#1172)

7ce02ff6a4a720fd0969341d4787528dba80a589 authored over 3 years ago by David Smith <[email protected]>
Version 1.12 (#1165)

* Version 1.12

1635074340e174dbd750ab544411c8049b9cd26f authored over 3 years ago by David Smith <[email protected]>
Removed `has-danger` from bootstrap4 templates (#1168)

0a7f429d69d9ced613f0e9bc2e2dbd2dccb0af09 authored over 3 years ago by David Smith <[email protected]>
Fixed error messages for checkboxes and radios (#1167)

a5cef6878e78c6110584e69ee36f060e79d44828 authored over 3 years ago by David Smith <[email protected]>
Fixed Grouped Choices for Radios and Checkboxes (#1155)

* Implemented optgroups filter for radios and checkboxes

a7c0c1501629a006d3dd9a79fa9eb117383e0c52 authored over 3 years ago by David Smith <[email protected]>
Allow codecov to fail (#1163)

* Fixed codecov

Codecov has started to fail, see run below. Seems that creating an xml file is ...

f46764510bb039b2fa7405b8e973848f24a98886 authored over 3 years ago by David Smith <[email protected]>
Updated uni-form link (#1161)

bbeda22174fd4c1f8947bfa0db6e956fb6514732 authored over 3 years ago by David Smith <[email protected]>
Added guidance for custom widgets (#1158)

877dda95e07c98319c7d381f821f517045bc0db7 authored over 3 years ago by David Smith <[email protected]>
Removed empty "for" attribute for checkboxes (#1157)

The `id_for_label` is None for CheckboxSelectMultiple when rendering the field label.
This chan...

f5185a139a9ed9a2a160d76c6d1eead3ac80e21f authored over 3 years ago by David Smith <[email protected]>
Changed checked to a boolean attribute (#1156)

As per the HTML spec the checked attribute is a boolean
https://html.spec.whatwg.org/multipage/...

79714a66e4be5ea15a560073df6ebdd0cf0e8926 authored over 3 years ago by David Smith <[email protected]>
Refactored custom widget tests (#1154)

5c318af2052d0d765ab23531de7893bf926d8557 authored over 3 years ago by David Smith <[email protected]>
Bump black version to 21.5b0 (#1153)

f202a39a39113a0de8813ecec8149b50a5039ea4 authored over 3 years ago by David Smith <[email protected]>
Improved Optgroups tests (#1137)

* Refactored checkbox and select tests

* Added radio tests

11a902bebcc7cb1bb9a1c7c29c5fcb6be6dd1fcc authored over 3 years ago by David Smith <[email protected]>
Refactored field_class for mutiple checkboxes and radios (#1152)

Where field class is null currenrtly <div class=""> is rendered.
This change results in only <d...

177e6c5b7af45488af4a33446a413276226b4582 authored over 3 years ago by David Smith <[email protected]>
Moved file field tests (#1151)

9ad6141ae724c5e274cc3847de58cf66c291c5b2 authored over 3 years ago by David Smith <[email protected]>
Bumped version in pre-commit config. incl. Black version to 21.4b1 (#1146)

52dff332cf36889f72d16f6150fca18c817f5884 authored over 3 years ago by David Smith <[email protected]>
Zero index checkbox and radio in bootstrap templates (#1141)

7a632378a8b0d27f61a18207acdf8fa05268aeb1 authored over 3 years ago by David Smith <[email protected]>
Renamed development branch from master to main (#1142)

425b9182a501910746c2d6f34e0e5bab36984fd6 authored over 3 years ago by David Smith <[email protected]>
Refactored GitHub Actions (#1140)

Co-authored-by: Adam Johnson <[email protected]>

6f865918f97d4825a19961b988baab70f43e8b63 authored over 3 years ago by David Smith <[email protected]>
Fixed Bootstrap5 link

c85bac019ec8d35aa45b96c6dbd0c028a42d3586 authored over 3 years ago by David Smith <[email protected]>
Doc'd references to bootstrap5 template pack (#1138)

b679da62cde64ec011199754b27ed5fc2fe60a6a authored over 3 years ago by David Smith <[email protected]>
Drop Python 3.5 and Django 3.0 (#1136)

e88b6d88e550c9b9d975261c9f99688ca3420564 authored over 3 years ago by David Smith <[email protected]>
Confirmed support for Django 3.2 (#1135)

a0d921f259e4a9f1b59054caa39b294e2e3ea1d1 authored over 3 years ago by David Smith <[email protected]>
Added optgroups filter and tests (#1127)

* Added optgroups filter
* Added doc string

805e8ddb973356ac53aa66c0cc1382079c00f389 authored over 3 years ago by David Smith <[email protected]>
Fixed input group size in Bootstrap 4 (#1114)

* Fixed input group size in Bootstrap 4

* Fixed lint errors

* Added release notes and improved...

a7a3b95037894c55167b735da2816eab12cf4928 authored over 3 years ago by David Smith <[email protected]>
Version 1.11.2 (#1132)

a3946caa08ee06e865f87515ed0ef85fd1d274ee authored almost 4 years ago by David Smith <[email protected]>
Fixed file field tests (#1131)

Previous tests were failing due to `dict` being unordered on Python 3.5.

e0d96897625d4daa4ebe7ea453ea683b20a23cb9 authored almost 4 years ago by David Smith <[email protected]>
Fixed #1129: render all widget attributes for file fields in bootsrap4 (#1130)

7588f3df712be0ee3ae495979a97be059441a9ec authored almost 4 years ago by Anne Fleischer <[email protected]>
Added html parsing tools for testing (#1128)

* Added html parsing tools for testing
This allows the expected html to be stored in an HTML fi...

ed8c5180973ee53c0ac57d4e02db03ca03f5b4fc authored almost 4 years ago by David Smith <[email protected]>
Used lru_cache from standard library (#1123)

lru_cache is available in functools in all supported versions of Python. Therefore can remove co...

56a423e5ed75de7b900951a8b0e6679d1ca886ed authored almost 4 years ago by David Smith <[email protected]>
Updated Django main branch

x

0e626437714bdd069aab29da612794db7aeefd39 authored almost 4 years ago by David Smith <[email protected]>
Updated tox to use allowlist_externals

33473d12d8d85b67e9d4b96fe3b17340334d93f7 authored almost 4 years ago by David Smith <[email protected]>
Version1.11.1 (#1117)

* Applied lint (black and isort) to conf.py

* Version 1.11.1 release

Co-authored-by: Carle...

591c99e94fede4347378bb2b13a703e282b61db5 authored almost 4 years ago by David Smith <[email protected]>
Updated pre-commit hooks (#1118)

isort repo is now resides under the pycqa org

11ce1751bd61ed8cd90b681cf401d99a1171dfe3 authored almost 4 years ago by David Smith <[email protected]>
Fixed #1111 -- custom-select missing in select fields that have use_custom_control and prepended/appended text (#1116)

80f9d53df16fb1665a97585084d574ce856ddf72 authored almost 4 years ago by Carles Pina Estany <[email protected]>
fix changelog year for 1.11.0 (#1113)

8b3b82450539cd8c6653a80a18c35cfa8887b33e authored almost 4 years ago by Tim Slot <[email protected]>
Updated Python Version Matrix for Django Master (#1112)

d3292978c66920bf6c2ea162f301be661bbdfdbf authored almost 4 years ago by David Smith <[email protected]>
Doc'd form-inline class needs to be added to <form> (#1055)

c76cfe8e97ca2e33eb5a0761207012814f4b924d authored almost 4 years ago by David Smith <[email protected]>
Fixed indentation for publish workflow

657874845f37cade2bcd6c081d0681e9913b995d authored almost 4 years ago by David Smith <[email protected]>
Increased verion to 1.11.0

56488e7708807a8cf898e5c54f44a98c9b1a15c7 authored almost 4 years ago by David Smith <[email protected]>
Added `runs-on` to Publish Action (#1108)

c3bd09257e84cf61bc5bb003394ae4e048ae0ce9 authored almost 4 years ago by David Smith <[email protected]>
Added change list to release notes for 1.11.0

c82814dd2edee88904e48195e19377c01640b4cf authored almost 4 years ago by David Smith <[email protected]>
Release 1.11 (#1107)

* Renamed GHA test labels
* Added GHA to publish package

efd61ca7d0e7bf21f6e94a03ec348e3ab48a2428 authored almost 4 years ago by David Smith <[email protected]>
Make flake8 fail loudly (#1053)

312e9966b41a9469d7ab96196187ac78a2760590 authored almost 4 years ago by David Smith <[email protected]>
Fixed `data-parent` in the AccordionGroup to refer to the Accordion id (#1099)

* Fix `data-parent` in the AccordionGroup to refer to the Accordion id

The Accordion unique I...

0e4038edaaf6e61bebe9f49b3fa2dce064423230 authored almost 4 years ago by Carles Pina Estany <[email protected]>
Update copyright notices (#1106)

Updates the year from to 2021, updates Daniel's name and add
"contributors"

fcbddb416d31b6528bb12f9ad981a088442e8b25 authored almost 4 years ago by Carles Pina Estany <[email protected]>
Document how to build documentation (#1098)

f817b061e9fafc7ddffd3306b88f233961d67216 authored about 4 years ago by Carles Pina Estany <[email protected]>
Custom select (#1091)

* Use Bootstrap4 custom-control for the "select" field

This is consistent with checkboxes, ra...

395d583a28da247ff4c005663abc0b836fa09708 authored about 4 years ago by Carles Pina Estany <[email protected]>
Fixed documentation: use current development branch (#1089)

Fixed #1088

71a5058f04ca693dc155eecc556a0c0248042885 authored about 4 years ago by Carles Pina Estany <[email protected]>
Added 1.10.0 Release Date (#1087)

121419fe2c8527aafa0d6f6fd4a933cd4eb69848 authored about 4 years ago by David Smith <[email protected]>
Release 1.10 (#1085)

992693a7a852bc06c9cae2eb7f080f7afe62d65b authored about 4 years ago by David Smith <[email protected]>
Updated .gitignore (#1086)

* Added .vscode directory
* Added .python-version

e6f13a661c8a7173f4eaae32fadbfcdfe204599d authored about 4 years ago by David Smith <[email protected]>
Documentation consistency (#1082)

* Improve documentation consistency: use capitals for acronyms, GitHub instead of github, etc.
...

77af82c4c913050eade092f22c134109daa99e6b authored about 4 years ago by Carles Pina Estany <[email protected]>
Avoid invalid Python in documentation (#1081)

Breaks syntax highlighting, see https://django-crispy-forms.readthedocs.io/en/latest/layouts.htm...

902467fb272195bdb8f93f1e1ae5d05af22cf52e authored about 4 years ago by David Larlet <[email protected]>
Changed url() to path() in doc string (#1077)

a52cbd65e10204d34b0210bf8fd79e03964c9ea7 authored about 4 years ago by David Smith <[email protected]>
Fixed #1064 -- Updated Daniel and Audrey's names and links in readme.rst (#1076)

7968b7dc020c7e92da0fef545abd98587809a543 authored about 4 years ago by David Smith <[email protected]>
Fixed #802 -- Added Max Length to models.CharField (#1075)

0e607bf012b19c96f72c2059281c318cfab6c4de authored about 4 years ago by David Smith <[email protected]>
Added Django 3.1 to classifiers (#1066)

3768fb88d8e8860a266406b5719239e38f9ee6bc authored about 4 years ago by David Smith <[email protected]>
Added Python 3.9 to test matrix (#1068)

* Added Python 3.9 to test matrix for Django main branch

* Updated setup-python action

* A...

d2dd79da99e5d79eff95cff78ad3bea81eb071b6 authored about 4 years ago by David Smith <[email protected]>
Updated pre-commit versions (#1073)

Updated pre-commit versions

9dfdfe2875ea79cdcb0ffbd22e81afd9e0c22ca3 authored about 4 years ago by David Smith <[email protected]>
Fixed Formset test for Django 3.2 (#1072)

This commit changed the messages when too many forms are submitted in a formset.

https://gith...

e9bda174eb712354769d388caa0bda13c24b7769 authored about 4 years ago by David Smith <[email protected]>
Updated black (#1062)

f0bfe21a952dfee642c741f1ce4151547c5b7ba1 authored over 4 years ago by David Smith <[email protected]>
Link to crispy-tailwind (#1060)

ff93a34ef68a1f2a9217e420fe08266040f8f3c1 authored over 4 years ago by David Smith <[email protected]>
Added Django 3.1 to test matrix (#1059)

bb8150a2001782bf9d7d300b51e6d39c692ac9dc authored over 4 years ago by David Smith <[email protected]>
issue #1035: disable radio select & checkbox select when field is disabled (#1057)

* issue #1035: disable radio select when field is disabled
* issue #1035: disable checkbox sele...

163fed534a4d35fbb8a4ccc90c2d1577c039566d authored over 4 years ago by kverdecia <[email protected]>
Suppressed flake8 error (#1052)

Suppress error as tests fail if register variable is not created before importing filters

d5a030ab5863e3a68f27a5fe4b4cab376228c8a7 authored over 4 years ago by David Smith <[email protected]>
1.9.2 release (#1049)

* Fixed FileField UI bug

Added release date

d5bcb883ef2c9896c8fe13199ff4693021a1012e authored over 4 years ago by David Smith <[email protected]>