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
github.com/django-crispy-forms/django-crispy-forms - 3d4bd6414773b5313fe30da1c748dcd6e33b7353 authored over 12 years ago by Piet Delport <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 2e7afd30d4f7506b114c8fdb6db87a72ca5a4f04 authored over 12 years ago by Piet Delport <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 11d578a658007cec6ff9876d0214c29dfc129baa authored over 12 years ago by Charlie Denton <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 52a48e210d4994ae1c131481c722f61d07d9d9ff authored over 12 years ago by Lloyd Philbrook <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - bcc148fc122403ec1ea193410500c1e47abb5a18 authored over 12 years ago by Lloyd Philbrook <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 799995a4ac378b427dbf9ae15aa0354e57107e04 authored over 12 years ago by Lloyd Philbrook <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 827c27c0295d0d2214966ca5a631cabd50056cd7 authored over 12 years ago by Lloyd Philbrook <[email protected]>
You can now use the result of Django's ugettext_lazy functions as those
arguments and the transl...
github.com/django-crispy-forms/django-crispy-forms - d633c03e7051216fdf2b6e031898047aea9678d5 authored over 12 years ago by Claire <[email protected]>
Including a couple tests for those methods
github.com/django-crispy-forms/django-crispy-forms - 3d496f4f604376c5bf95e909dac6236d3c82d94b authored over 12 years ago by Miguel Araujo Perez <[email protected]>This issue #GH-59
github.com/django-crispy-forms/django-crispy-forms - 6c4b5073f161219fa8c7efcbb81fe4e49e211d80 authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 02bc4cf5c5d4c44be1ea14f04bbdf7fda16f60e1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Returns the fields classes
github.com/django-crispy-forms/django-crispy-forms - 04f98c7fb06b4c66268c7d256e66eaba5c316db5 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Field can now have multiple fields listed, this breaks these two
bootstrap layout objects. Addin...
github.com/django-crispy-forms/django-crispy-forms - 39d281343c0ea9de01dd052782a521e983b2b118 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
* Adding a `DynamicLayoutHandler` from which `FormHelper` now inherits.
It exposes the dynamic i...
form argument is optional, if passed, a default Layout is built using
form.fields.keys() This is...
github.com/django-crispy-forms/django-crispy-forms - f003d68ee48aef9f46d13090774f8a2ec94bef40 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 1c85f51d41a059f787f4192bfd16aea1dbc390e3 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - d18ae2a4eb203f352204615dcb6be9d7a9c5a141 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
See #GH-24 and #GH-58
Thanks to @niwibe for proposing this solution. The template gets loaded
o...
```
form.helper.layout.all().wrap(Field, css_class="hello")
form.helper.layout[1:3].wrap(Field, ...
Redoing `Field` a little bit to override it easier. This should help
tackling use case proposed ...
Avoid using deepcopying, instead using context private __copy__ method.
This should fix #GH-57
github.com/django-crispy-forms/django-crispy-forms - 28b636c992656d5e1303b43ef82bfd95bf2b8276 authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - a029728d9c2a3b9d5a5f1090efe186fd716d7427 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 1c7c2c29ceea134a32eada345b4edd071cb43a91 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 6225ce0a3f491b4eb299717be9f88144c4e42119 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
This works for multiwidget support but breaks flat_attrs support for
thing like multiple checkbo...
See #GH-45
github.com/django-crispy-forms/django-crispy-forms - b00c0e12bccb03f69027df2d0617305bc8d69f8a authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 063dbc28053a4eaf424a0dfa63a0160efcfd7a12 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 1933bcbe70387f8da64ee7dff72e4ab044269b6d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Commited a test runner with deactivated test suites
github.com/django-crispy-forms/django-crispy-forms - a60e1fc161629a488a350d8045e8392d48f06f60 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Conflicts:
crispy_forms/utils.py
Field('field_name', type='hidden')
This solves issue #GH-55
When Django calls `BoundField.as_w...
github.com/django-crispy-forms/django-crispy-forms - 16d07b2e9ed95e52fa4cdda2fc453abed17ca4a0 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
The node context needs to be deepcopied from context. Updates to
`context` variable affect the w...
github.com/django-crispy-forms/django-crispy-forms - bf9d0bf9c092a3a816672b2693ce5a89d50f0db2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - e8465ba4e1eec9b17da5d7b3bd131ad354e54a02 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
See #GH-42
github.com/django-crispy-forms/django-crispy-forms - 61483af1d11998fe33827f45f2d84d63f3650699 authored over 12 years ago by Miguel Araujo Perez <[email protected]>See #GH-42
github.com/django-crispy-forms/django-crispy-forms - ff7d3819ed06faa261ba46b807e0d646df3c77ee authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 9070a9cff8a1c1ad6bdad9ec7b2fbf46517f5882 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 5c1935df6f374ba0a5b18a062caf4b788aea53e5 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 6d68a9368939c2cdecfbe002d7432e3097c088c2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Thanks to @poswald for raising the warning on this node and fixing field
node too.
Merged in my fix for the thread safety issue with the change in SHA:e67a44419d
Conflicts:
cris...
See:
https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#thread-safety-considerat...
github.com/django-crispy-forms/django-crispy-forms - 5cb50d4a916d77bc9e2fbc62b049a07f17cce701 authored over 12 years ago by Rudy <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - c91954fa9ced89d9ee2ed542006f323887b51725 authored over 12 years ago by ouhouhsami <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - ff9a6b83d75daf9ad867157ea0ef69cbbbc6e012 authored over 12 years ago by ouhouhsami <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 01ea0d6a5e05edee1ea46c9ca22e0a4d3cb4c604 authored over 12 years ago by beezz <[email protected]>
Conflicts:
crispy_forms/templates/bootstrap/layout/appended_text.html
crispy_forms/templatetag...
github.com/django-crispy-forms/django-crispy-forms - a4b3bb3a3472effae5b44161248ccdada08ac237 authored over 12 years ago by beezz <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 17a7b5fb25269a0c3450d761b7b1bda1ddaba583 authored over 12 years ago by beezz <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 1c78d6cc1cc51343032be8e2103e9152128e768e authored over 12 years ago by Miguel Araujo Perez <[email protected]>
This tests @beezz's changes to {% crispy_field %} tag for MultiWidget subclasses.
HTML attribute...
github.com/django-crispy-forms/django-crispy-forms - 6dd58b065e344f3cbf5845bbf409fb64da7636cd authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - a9015ef19a05f72daca6bbb795c9a06a2306097e authored over 12 years ago by Michal Kuffa <beezz@T500>
sub-widgets.
Also accept `Field` argument `attrs` as iterable, which size must
be sa...
github.com/django-crispy-forms/django-crispy-forms - 6d2ce8c24d440094c43faa1ebef03ffb5b6d99c2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 913251f5fa5589beb580b60fabc1403422eea3ec authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 0643e95e1b4f22867b5b49b0cc2b0d843b8210c1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 7a91f4a333573af184725f22ada014c6863cdb68 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
* Adding a flatatt function to utils.py:
{'data_id': 'test', 'id': '123'} --> ' data-id="test" ...
github.com/django-crispy-forms/django-crispy-forms - b88b4ea010484bad8f1a5de8ba5be6028a708933 authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - f3aabcecc321b2773f6ec77651c6da960935e999 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
See #GH-32
github.com/django-crispy-forms/django-crispy-forms - d5de8cac23514b1f0fee41b05c6fe46d9a7ccc0d authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 93a5fded60be53a69a61952aaa9ff8f603719335 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 0a51a36e5b2b655331df02d66bbc95f1437276ad authored over 12 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - ea8590b5fd13901bc9aa5fa97d860953ffee5814 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
`id_for_label` gives the intended id for field labels. `auto_id` happens
to work most of the tim...
github.com/django-crispy-forms/django-crispy-forms - 118e910f1169fc7b57545ac40581ea9a1cd2867b authored over 12 years ago by Jeroen Vloothuis <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - ed108950f143ad07ffc919366045a82c29e4d92f authored over 12 years ago by Paul Oswald <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 388b8ad368bf6f4e51a7ccc171fa4c65cdaffb99 authored over 12 years ago by ximi <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - c065d03a6b4955854cb30f5f25665ae6196c2ec8 authored over 12 years ago by Michal Kuffa <beezz@T500>
github.com/django-crispy-forms/django-crispy-forms - e6c5d5d143c9a9a89beb66d00136c4ab2e4e2df2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
{{ field.value }} can be a list or a simple value
github.com/django-crispy-forms/django-crispy-forms - a745bc09e63f7a214a8d5521f5fbe27e09b41b1e authored over 12 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - d13e8d2da6651d8692beebeba56a7386a27230c8 authored over 12 years ago by Christopher Petrilli <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 79bc42deb1ba6485ad0963c9451d56a7f68d0da3 authored over 12 years ago by Michal Kuffa <beezz@T500>
sub-widgets.
Also accept `Field` argument `attrs` as iterable, which size must
be sa...
Added the ability for additional kwargs to be turned into html attributes that get added to the ...
github.com/django-crispy-forms/django-crispy-forms - 3212f46c693db08d3edb4639ec59ef8bf7a2341a authored almost 13 years ago by James Friedman <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 0e3b35e88d757b2249c0df5f5dfaf66a25a0c4b1 authored almost 13 years ago by Gabriel <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 957cfea38d4dd2a22c004afd1dee13ae29ae9325 authored almost 13 years ago by Gabriel <[email protected]>
This fixes issue #GH-28
github.com/django-crispy-forms/django-crispy-forms - b946df50902322bcfaf29fb51968528aa0e89925 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 2246c638c6ce0d3a0e198eba8ba267c089fc9ca4 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 7075c5b5487262c4ed4daf462d45c33b8dba8475 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 729993c2fa941d104ef4c655524865b06855b39c authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 7875ce592e3c1348e6fa71e844de9927abcfc6a1 authored almost 13 years ago by David Bennett <[email protected]>
Fixed typo in documentation
github.com/django-crispy-forms/django-crispy-forms - fe7f808c0c41867e9c8a2e9d949eb87c01ef7159 authored almost 13 years ago by Miguel Araujo <[email protected]>github.com/django-crispy-forms/django-crispy-forms - b23e777a2f61dd05cac9bcfbf5490d0b3f493251 authored almost 13 years ago by Alvin Mites <[email protected]>
This fixes issue #GH-21 in a backwards compatible way. Tests updated
github.com/django-crispy-forms/django-crispy-forms - 6bcfbb8f7a406d64a4301e2578f4f008562f8c4f authored almost 13 years ago by Miguel Araujo Perez <[email protected]>Checkbox needs error within the label to be aligned.
github.com/django-crispy-forms/django-crispy-forms - 67f17454e2db15f90fb64e696f7123a92af9f62c authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
Error messages in appended and prepended inputs needs to be wrapped in the
inner div.
github.com/django-crispy-forms/django-crispy-forms - 7b6df15ffaf583464d07bcce76269b5a603d340e authored almost 13 years ago by David Bennett <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 0d74b2927d1d1d23393273cfe63867eae78039f1 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
This fixes issue #GH-16
github.com/django-crispy-forms/django-crispy-forms - b627725202a4fcac0fc8556d97cb135227d35543 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>github.com/django-crispy-forms/django-crispy-forms - 5537aa8c9334a35aeefe58b9744a0511ce6132a6 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - e37692ede7511f3e5d1771e06eb7d9579bac6f94 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 9fcc215927b4f5e12b6bb90ee1af263e7fe8c7c1 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - b8502dc634ade0fdf023875f2522a8303bc3b8e8 authored almost 13 years ago by Miguel Araujo Perez <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 80475c5aef2021eb60eafbb46b413c47371faa73 authored almost 13 years ago by David Bennett <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - 338e4d9bf262f54ff93950ee1f96bef615c9de0b authored almost 13 years ago by David Bennett <[email protected]>
github.com/django-crispy-forms/django-crispy-forms - be14a4aca66911b1c66ba072ac8aac932c019026 authored almost 13 years ago by David Bennett <[email protected]>