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

Updated isort action for version 5 compat (#1051)

e62abd262c2ce68f48b42479be675ac6acaae5a8 authored over 4 years ago by David Smith <[email protected]>
Django 3.1 requires version 1.9 or higher (#1042)

d18d12bb3566696855ad1642af71af82ef4e2511 authored over 4 years ago by David Smith <[email protected]>
Fixed alignment of checkbox in filefield (#1047)

88624fd56e263f1f7e1ada9b7a04fe6223379888 authored over 4 years ago by David Smith <[email protected]>
Changed urlpatterns to use path (#1040)

url() is deprecated in Django4.1

a42d5343ef52b548385b408ade6c00cb191d012d authored over 4 years ago by David Smith <[email protected]>
File field Bootstrap4: avoids long file names overflowing outside the… (#1032)

* File field Bootstrap4: avoids long file names overflowing outside the label

* Using h-auto ...

692d16fe75fc67aa00fab72d5258062e98b810b3 authored over 4 years ago by Carles Pina Estany <[email protected]>
Build only Python 3 wheels. (#1038)

Since dropping Python 2 universal wheels are no longer needed.

49e213b7a105e4bcd6254d0b920bc18bffb49908 authored over 4 years ago by Carlton Gibson <[email protected]>
Release 1.9.1 (#1026)

5a3bdad0c0596176f220a0ec0933cc44bb1d12b1 authored over 4 years ago by David Smith <[email protected]>
Disabled File Field (#1029)

* Added disabled attribute to file field

* Fixed space in tests

64539c85522d413c313210b6504537beb566b77b authored over 4 years ago by David Smith <[email protected]>
Avoids possible XSS when attaching files. (#1031)

Closes #1030

f93e9fad31902399472c0c676516eb5c31aeb2df authored over 4 years ago by Carles Pina Estany <[email protected]>
Added ClearableFileInput Rendering (#1004)

* Parsing the widget to get the initial data and render it properly
* prepend "Change" word fro...

2ec7b692f948c25917482f0f723b0332acbd809d authored over 4 years ago by bryan brancotte <[email protected]>
Removed old Django 1.8 note in docs (#1023)

* Remove old Django 1.8 note

* Reworded AJAX docs to remove 'easy' and 'obviously'

Co-auth...

38841045b5f72147d38dc3447eb9c9c4fecd260f authored over 4 years ago by Pablo Castellano <[email protected]>
Minor fixes in documentation (#1021)

d768050abf1e652f2295403578d728e8ef85248b authored over 4 years ago by Pablo Castellano <[email protected]>
Update C/I badge to GitHub Actions

71490e7329c14915b3c8cb5216351145d8fa900a authored over 4 years ago by David Smith <[email protected]>
Add Codecov GH Action & Drop Travis CI (#1007)

a44bb1587b8d2052671dfd12e544c11f48e8f85b authored over 4 years ago by David Smith <[email protected]>
Add python_requires to setup.py (#1015)

4677f22c80e9092fd7f6bf92945040c63dde6287 authored over 4 years ago by Germain Chazot <[email protected]>
Bugfix, first file was displayed multiple times

Closing #1010 credits to @ryanbarrows

ba53410f752402436d84dc8ab00e2b6e1e67a74c authored over 4 years ago by bryan brancotte <[email protected]>
Improve pattern to encompass BS4 css col class such as col-4 (#1008)

* Improve pattern to encompass BS4 css col class such as col-4

733360981ea7e41b8335f3876719d8012e4d1aaf authored almost 5 years ago by bryan brancotte <[email protected]>
Fix formactions for horizontal forms (#977)

913b45dea8fa2b42ca2c945b0fe9b8274b8b73f0 authored almost 5 years ago by David Glenck <[email protected]>
Improve render_hidden_fields docs (#950)

* Added clarity to render_hidden_fields that this is the option you need when a hidden primary k...

e94768c06db56d94f95d0345b85783c8f4a37e18 authored almost 5 years ago by David Smith <[email protected]>
Add pre-commit hooks (#1000)

Added hooks for Black, isort and Flake8
Updated Black settings to only apply to crispy_forms fo...

2523c66c9f7d7aa195698324f294aec942caf202 authored almost 5 years ago by David Smith <[email protected]>
GitHub Actions C/I testing (#992)

2486fd4aa51362318723576c36885450b0ed68e4 authored almost 5 years ago by David Smith <[email protected]>
1.9.0 release (#975)

* 1.9.0 release

1f74efe25f529e0654c55d6a15de78efd96b8deb authored almost 5 years ago by David Smith <[email protected]>
Added name to flake8 github action

974cfba55b425bbf384f72ba77bd894c8402591e authored almost 5 years ago by David Smith <[email protected]>
Flake8 compatibility (#988)

Finalised compatibility with flake8 tests and added flake8 checking on pull requests.
To ensure...

6e910f017a669b9bbc82e0cab35534b1feed6b38 authored almost 5 years ago by David Smith <[email protected]>
Apply Black to entire codebase (#990)

* Apply Black to entire codebase
* Add Black GitHub Action

6c0ffe2f417bdd6463d87905844ddb86b112cc96 authored almost 5 years ago by David Smith <[email protected]>
Update imports to support django latest (#947)

7aa171740727732c0744b68fe5009255206b8562 authored almost 5 years ago by David Smith <[email protected]>
Change name of isort action

Changed name to be more descriptive

c6bc2678d32b3644960fbac615e52517e1bbcea6 authored almost 5 years ago by David Smith <[email protected]>
GitHub Action - isort (#991)

* Introduce GitHub actions for isort using Black-compatible config

edcdc43f4f072611219380e59fc777c6eb53bf88 authored almost 5 years ago by David Smith <[email protected]>
A type fixed (#985)

automagically -> automatically

faa9d8bb9ff2b216869098a544c82f27f93c640c authored almost 5 years ago by Furkan Güvenç <[email protected]>
Updated ugettext to gettext (#979)

77f4ea7edd3d8a4cd21f20bbe7fbce1511248e10 authored almost 5 years ago by David Smith <[email protected]>
Drop Django V1 support (#970)

Drop Django V1 support

afb794b374f117250013e39eb16bfa5716e2665f authored almost 5 years ago by David Smith <[email protected]>
flake8 refactoring (#974)

55ce30a340aa7016a9ed09e0119b5bf4b29fa420 authored almost 5 years ago by David Smith <[email protected]>
Flake8 indentation (E1) (#973)

2207f2b9c4c2cfc646b9f28cbcdb7f39720dc4d7 authored almost 5 years ago by David Smith <[email protected]>
Resolved Django 4.0 deprecations. (#954)

335c5bb1045b6eb23eef9f14b2ba83844e3af7bb authored almost 5 years ago by David Smith <[email protected]>
Improve CSS for column layout object (#966)

* Improved CSS for column layout object

1d355c9956cb694f198c299c2e73fb6e27e39468 authored almost 5 years ago by David Smith <[email protected]>
Add GitHub actions for Flake8 (#949)

* Initial Flake8 setup flake8 configuration
* added #noqa on current lines with 'F' status

2db874040c63c86b315cc9d9fe7ff260ce1248f9 authored almost 5 years ago by David Smith <[email protected]>
fix flake8 whitespace (E2) (#968)

e044685c715bcc704e3fea1838babe591efc0917 authored almost 5 years ago by David Smith <[email protected]>
fix flake8 blank lines (E302,E303) (#967)

d46fb23cff119c6439dec5ffbc1e942dbb973107 authored almost 5 years ago by David Smith <[email protected]>
Remove print statement from test file. (#965)

740b3c42e3175e0f588058cf905b7856ad087a0f authored almost 5 years ago by David Smith <[email protected]>
Fix Django 3.0 deprecation warning (#969)

Fix this warning seen on Django 3.0:

```
.../site-packages/crispy_forms/templatetags/crispy_...

6d4e2c8ae7c287c7277e7ddd753a7d1c06f7ac82 authored almost 5 years ago by Adam Johnson <[email protected]>
Ref #926 Fix class on File upload input field. (#964)

Bootstrap 4 uses the "form-control-file" class for file input fields but the "form-control" clas...

43b51554ec542215838d3d8a6ed7aed686d6777f authored almost 5 years ago by Cormac O'Brien <[email protected]>
Modernize Python syntax, drop Python 2.7 (#940)

* Modernize Python syntax, drop Python 2.7

74852560ef5219e9c293cc1472b1a993676166ff authored almost 5 years ago by Adam Dobrawy <[email protected]>
Remove Python 2 support (#912)

* Remove Python 2 support

* adding missing imports

* remove string_types as no longer with...

364f0d163239f2a23ad4c6e286fee57cb613b131 authored almost 5 years ago by David Smith <[email protected]>
Fix simple typo: tring -> trying (#959)

Closes #958

b55b86a929f46ab42eabd2fd4a0db8ea03626010 authored about 5 years ago by Tim Gates <[email protected]>
Render fields not included in the explicit layout in the order they are provided (#952)

* Render extra fields in the order provided in form

* Add test for render_unmentioned_fields
...

af8eda5e3464f1887b08cc896f4d0ef5dcc37594 authored about 5 years ago by Aaron Chong <[email protected]>
Cleanup CI configuration (#945)

* Cleanup CI configuration

- Python 3.8 is now official
- Django 3.0rc1 is now available
- ...

f38a7df39c8c33e133cf4b2ab20cac9c74d5b8fa authored about 5 years ago by Bastien Vallet <[email protected]>
Update CHANGELOG.md

bf0b35dc162ad59874ed367824588f63dc9f70aa authored about 5 years ago by bryan brancotte <[email protected]>
Version 1.8.1 (#948)

* Bump version

* Update CHANGELOG.md

* Update CONTRIBUTORS.txt

* Update conf.py

* Up...

baf94397a011b3f15a9899097234caa68b86a65e authored about 5 years ago by bryan brancotte <[email protected]>
Added instructions on how to run test suite with pytest rather than make (#944)

863c7f8e65cfb94a0e05c385312c197d5e7eedb8 authored about 5 years ago by David Smith <[email protected]>
* Updated various names & links in docs to current repository (#933)

22e917e3e917fd9fb0eca882b723a4d5870ccca6 authored about 5 years ago by David Smith <[email protected]>
Define field_template rather than use the default template filter (#926)

This prevents tests using pytest-django's "fail for invalid template
variable" from failing on ...

f24398717bdd27e3d56c8c2f60a311a14e3b0621 authored about 5 years ago by Terence Honles <[email protected]>
Updates installation docs. (#924)

key changes :
removed reference to 'easy install'
removed reference to 'django-uni-form'
remo...

22ac29e3337fb12eb3b1e86f91220f9c8a63ca14 authored about 5 years ago by David Smith <[email protected]>
Usability of FileField in bootstrap4 (#920)

* Use custome file field only when use_custom_control is True
* disabling custom template for F...

00cd11332ac6d68c9818b98cfe18e309827449af authored about 5 years ago by bryan brancotte <[email protected]>
Bs4 offset checkboxes (#878)

* Remove redundant conditional

* Fix offset checkboxes in non-horizontal bs4 form [Fixes #800...

948a267b39b26e4c2244a76ead687e9900e12f9c authored about 5 years ago by Simon Kohlmeyer <[email protected]>
Swapped != for `is not` in a literal string comparison. (#936)

e149dafa9a474ac41f98dd5ef78b382cbc21e824 authored about 5 years ago by Terence Honles <[email protected]>
Remove is-valid styling from checkboxselectmultiple and radioselect (#930)

* Remove is-valid styling from checkboxselectmultiple and radioselect
* Preserve is-invalid sty...

19721261443e8dcadedd58f786d1b40571b6e8c1 authored about 5 years ago by Ilaissa Romero <[email protected]>
Update docs template (#922)

92b9a8abfc203d2f332822ed16234730d89213a2 authored about 5 years ago by David Smith <[email protected]>
Added docs for bs4 disabled field (#923)

9758e3f1f0cd268d27cb7f42a37c5ef2c38a3fdd authored about 5 years ago by David Smith <[email protected]>
Reworking layout.Row to use its own template. (#915)

3024d47e2244372b9deb1305ef0f3856c0598034 authored about 5 years ago by bryan brancotte <[email protected]>
Reworking layout.Column to use its own template. (#916)

0ea429f0816307ba9862fc3324dfe2ba595e31d9 authored about 5 years ago by bryan brancotte <[email protected]>
BS4 Corrected form actions margin. (#919)

f6b68ce603eccd4af59304cd0ca6e394a3902a47 authored about 5 years ago by bryan brancotte <[email protected]>
Documentation fixes. (#911)

* Links update & reformat

1.Changed links in docs to point to current django-crispy-form repo...

97077cb4b61450422bdef132decc544e65613c87 authored about 5 years ago by David Smith <[email protected]>
Fix margin on error list (#884)

6e1264c8fd7fff3a482aae3a2efc6218bc37948e authored about 5 years ago by Jaco du Plessis <[email protected]>
Moved docs requirements for RTD to separate file.

77d15b156e51945833b8746f8774b320d567f98c authored about 5 years ago by Carlton Gibson <[email protected]>
Update link to travis-ci in readme file

Updated badge for travis-ci build status to look at the master branch (previously dev).

8ef0ed5e33daf0d4bdeae145b38f15c594f03660 authored about 5 years ago by David Smith <[email protected]>
Re-added trove classifier for Django 3.0.

377980029134b75714ba9a1d448416bd2f3d45a3 authored about 5 years ago by Carlton Gibson <[email protected]>
Added Django & Sphinx to requirements.

2717d69be6ae0845bbfc472f525ef34bbb21af8d authored about 5 years ago by Carlton Gibson <[email protected]>
fix: project GitHub URL in setup.py

649a407eb20d04ce345dc0bbfebf205589cc6f47 authored about 5 years ago by Max Schmitt <[email protected]>
Comment Django 3.0 trove classifier.

Not yet available on PyPI.
https://github.com/pypa/warehouse/issues/6605

4c31eac4567350d995b5039e4a8e5cb0cf382257 authored about 5 years ago by Carlton Gibson <[email protected]>
Bump version, updated trove classifiers, README, and CHANGELOG for v1.8.0.

a612814f851288aac4dd37a096d7a2065f90a13c authored about 5 years ago by Carlton Gibson <[email protected]>
Adjusted Row CSS class depending on template pack.

Co-authored-by: Carlton Gibson <[email protected]>

91a8fecbeef0c71cfa6d0cf18e9121cc00f88171 authored about 5 years ago by Gilbishkosma <[email protected]>
Test that labels do not print when label = False (#908)

f00870ed3180931b28e3ab6b6785f9191b433d9a authored about 5 years ago by David Smith <[email protected]>
Grammer correction. (#879)

Earlier there was a "You can see it to `POST` or `GET`"
That should be "You can set it to `POST...

772fc524a28c45d4dacf2002e14246420200abc6 authored about 5 years ago by udeepbahadur7 <[email protected]>
Corrected bootstrap3 test-case.

06595596834b99c3b2d106e276d5b09c8b4f3d96 authored about 5 years ago by Carlton Gibson <[email protected]>
Add errors to file field. (#881)

Closes #859.

cf088928039735c8569a60c27cfa164f99cee6c0 authored about 5 years ago by Maria Braga <[email protected]>
Fix ID generation on labels (#899)

Closes #798

93ca271824b7787886b8847b3a03ffc96e9dd30a authored about 5 years ago by David Smith <[email protected]>
bootstrap3: Render password validation list in div instead of p. (#903)

In current Django versions, the `help_text` of a password reset form contains a `<ul>` with pass...

c6c5c67782ecc8359303908f1e4353cad58f9480 authored about 5 years ago by cheuberg <[email protected]>
Rename test_from_helper test to improve coverage (#901)

The following test was not running, I'm assuming this is due to
there being another test in the...

fa6d7e46796b836a5ff6b7484246f6e1d62cef07 authored about 5 years ago by David Smith <[email protected]>
Correct typos (#907)

7eeda2259359877a8282e7215b8d60d92cf46177 authored about 5 years ago by David Smith <[email protected]>
Update tox.ini for explicit Django 3.0 testing. (#905)

Current tests are being run against v2 and latest. Tests against latest are ignored so fails are...

176fec3391418761208c5f0c72180a0a2c37b838 authored about 5 years ago by David Smith <[email protected]>
Bootstrap4 radio & checkbox (#897)

* Added BS4 is-valid class on validation for checkbox, radio, etc.

* Make additional customizat...

109eecf7a5a398f50aea98a66760fceefafed6c7 authored about 5 years ago by David Smith <[email protected]>
Update README to reflect the tox test matrix (#885)

Update supported python/django versions to match the tox test matrix

5b2a93c5c7d95db49dd39056fca0fed04d502273 authored over 5 years ago by Chomba Ng'ang'a <[email protected]>
Fix IDs of radioselect (#892)

2c41dbc72c3e1d293771221e1978d1122096248e authored over 5 years ago by FreeSalad <[email protected]>
Compatibility for Django 3.0 (#895)

23364c25fcd0c47fa8b0dd15f3054772eae7466e authored over 5 years ago by David Szotten <[email protected]>
Making the error message visible (#898)

The error message have to be in the input-group while the help text have to be outside, splittin...

a6d50af5f41cd952411e9d4209713f663793449c authored over 5 years ago by bryan brancotte <[email protected]>
Issue 871 removing is-valid with bootstrap4 (#894)

* Removing usage of is-valid
closes https://github.com/django-crispy-forms/django-crispy-forms/...

9ee35f5c2c080c2ca9c54af251d8eab8deb96ac2 authored over 5 years ago by bryan brancotte <[email protected]>
Using is-valid css class with bootstrap 4 (#872)

* Render error message after the last choice, tag choices as is-invalid
Fixes https://github.co...

e4824e653235cd21c04e24f0ce869829c64669f6 authored over 5 years ago by bryan brancotte <[email protected]>
Removed outdated pytest warnings filter. (#893)

2e1de37343c23c582cc76d11954537d08eb72d01 authored over 5 years ago by Carlton Gibson <[email protected]>
fixes .col-form-label added for vertical forms #810 (#814)

2f1ad1fff035ef1906dfa012e42ac042465af22b authored over 5 years ago by Marcos Ribeiro <[email protected]>
Fixing typo: s/crsf/csrf/ (#888)

7d7fc345986bf00b7047181448af71eaec28ebcb authored over 5 years ago by Arlo Purcell <[email protected]>
Docs: Fix non-HTTPS resources. (#851)

bc3a520dffafac3613631fb95ec1a8bab53c1160 authored over 5 years ago by William Martin Stewart <[email protected]>
Update trove classifiers (#855)

c21dddb04bc97655446dbbc2a66691be39de07c5 authored over 5 years ago by Christoph Krybus <[email protected]>
Updated Python/Django support matrix (#877)

* Update section names

pytest and wheel changed the section names for their settings.

http...

0394c9c49ae0519e92c83d7a37c204f6999076a9 authored over 5 years ago by Simon Kohlmeyer <[email protected]>
Apply checkbox pattern from bs2 to bs3 & bs4

cd476927a756133c667c199bb12120f877bf6b7e authored almost 6 years ago by Carlton Gibson <[email protected]>
"Delete" label should be rendered as well

bf9c43431b745e96095cd7b5536b16d99a17149e authored almost 6 years ago by panay <[email protected]>
Update README to make it clear that Bootstrap 4 is supported.

As is confirmed by #774.

e14625133dc133ecc85bc159b10923b5cb77689e authored about 6 years ago by David Luo <[email protected]>
update tabholder template for bootstrap4

9b9abe1032f57d9c66b1c73d45e12146f96f4165 authored about 6 years ago by Brandhor <[email protected]>
Ignore pytest.RemovedInPytest4Warning (#842)

See http://doc.pytest.org/en/latest/changelog.html

From pytest 4.0. Will stop working for pyt...

b22acbebc325c676c742d48c95db8b6a5cb87f2f authored about 6 years ago by Carlton Gibson <[email protected]>
Allow field_template to be changed with template packs (#836)

* Allow field_template to be changed with template packs

5bfc957b966aed60d6650d622dde617a717293e8 authored about 6 years ago by Rouven Bauer <[email protected]>
Fix URL in setup.py (#835)

0e2ceba5eae900b6fc38faf5a3fcb5288f70a622 authored about 6 years ago by William Martin Stewart <[email protected]>