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

Added specialspaceless tag

This tag will be used to remove white spaces between tags, but leave
spaces after buttons and in...

e4c82db3a2abfd729e06a6389fe307e06bca5e6c authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Removed redundant spaces in Bootstrap templates. Simplified nested "if" statements.

36e833165b47699d8885bbee53fcf7b07c1a26bd authored about 12 years ago by Si Feng <[email protected]>
Updating CHANGELOG for version 1.2.1

40ca5cc5dd79a4e510ca9b61dea1c7294760a3eb authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Fixed context copying for Django 1.2 compatibility

Thanks to Alex Yakovlev for the patch. This closes #108

e72c2b2da8f4143a0a6735c2dd6608de8afc7909 authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Bug fix, avoid rendering extra fields with ModelForms

Thanks to Jean-Baptiste Juin for reporting it and submitting an example
app for debugging the is...

e5c0007d9bcc2f61f3dd5ce7208e3582f8bc474e authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Added docs for InlineCheckboxes

da9d29f42aaa9d62d29f57437d80bf5e0b2559fc authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Fixed image scale in docs

8609cda82358822619627128fd066949e2c1737c authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'spelling_fixes' of git://github.com/asparagui/django-crispy-forms into dev

35c6a9b22e1a9eb3a5fab7d0bfda603fd9ced532 authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'fix-appended-text' of git://github.com/bmihelac/django-crispy-forms into dev

b8bcd95f37445be2607e4f354274fdb4836c9146 authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Added checks and better error messages for dynamic API

cb1284cca4ce670d85293c51b31c74acf02e0fe7 authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Added docs for new bootstrap layout objects

ac179f2049a5d327dde3d77059df918320dffa27 authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Added FieldWithButtons and StrictButton layout objects

078d547fe6cf99c6851ad7869818c74d6c582a5f authored about 12 years ago by Miguel Araujo Perez <[email protected]>
Fixed a bug in crispy forms

0fc424c17ec934d549817cef73f72691f30861d3 authored about 12 years ago by Igor Katson <[email protected]>
Fixed a bug in crispy forms

43fb22c808be1107515458f0ec224a0c5f8a2e04 authored about 12 years ago by Igor Katson <[email protected]>
you->your

7da23038b320c7d949163ac8afc39debf74c9130 authored about 12 years ago by Brett Koonce <[email protected]>
Added per-form template-pack settings.

5f13b3d3662282112c3bcc86ab7d5e3802f85cfa authored about 12 years ago by Igor Katson <[email protected]>
Consistent css class for prepended, appended inputs

Fix issue where applying css class to Field will apply width to
control-group instead just input...

a53b99c84eadae31f7578987a9dcba392bd32380 authored about 12 years ago by Bojan Mihelac <[email protected]>
Fixed get_layout_objects recursive call for Python2.5 compatibility

Thanks to Can Başçıl for the heads up

943b549266e97d05c1ba627d3043410db6c1d1ba authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removed unused import

9b059b6184162b88e1f9aecc2ab1302dfbc3558f authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Bumped version to 1.2.0

1d269c995189baea3f6eca3ab5c419cb716d74cd authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Improved test case

2752c2213b17b2b72dbc9a06d0a4ef92f6d4173e authored over 12 years ago by Miguel Araujo Perez <[email protected]>
CHANGELOG updated

68c22abbab63ac9b73293c0baaa804073ee1dd84 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding some tests and polishing some templates

Fixing an issue with hidden InlineCheckboxes

52e88d938ca6bc3b7bdddc029a1b3b55b49955be authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'fix-preneded-apended-hidden' of git://github.com/bmihelac/django-crispy-forms into dev

bad7bfe271f0d6f3931abe016eecdfb6d7257bb7 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Added InlineCheckboxes bootstrap layout object

cac735c06ffeadba11df72ae715c0065686d0802 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Update Prepended and appended templates to respect hidden fields

fa74f437d8409c5de38b586230ae0efe767a5007 authored over 12 years ago by Bojan Mihelac <[email protected]>
Updated doc string

9a08098d4dad5240b70fdaa8ad7ef6e378e0a095 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixed a doc internal reference

7c857ba29bb23d41f514db8824b994de7f03b384 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating docs to show how to use wrap with args

3c3397d43140e04d5002f27b5c0087232d1891a4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing indentation in dynamic docs examples

1ea09447a27aeb9a5c67edf67f65430edaa0643c authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding the possibility to pass args to wrap methods

* Adding tests for args
* Adding a wrapped_object method that handle args and kwargs correctly.
...

e0a6aaa5c5917b33d5761d380280479284c30547 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a wrap_together action to the dynamic API

It was actually mentioned under `wrap` section, but not implemented.

1ad50697befe32f917c3639b544ce7fe0e00dca6 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
CHANGELOG updated

f237df62d9b2978ab5c213ad3527aa1ae8a4cdd5 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
BaseInput subclasses value can now be set to a context variable

d9785ec27ccc81f28af9833e5e81fa942f745b3e authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding david-e to CONTRIBUTORS

a4ea988794f99335f2c9bb476ae5daa5be54762d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Using right templates for inputs in bootstrap

Updating tests for regressions. This should fix #GH-95

Thanks to pydanny for pointing this out

d12c3e9038b09b0542d34f1f7e2ea13c11bd37b3 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'buttons' of git://github.com/david-e/django-crispy-forms into dev

21053435d1a291bbcbbccf2f401c7a47a1eccdfd authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Code refactored and fixed a bug in __contains__

* Updated tests, because of change in Row layout object
* Fixed indentation
* Reordered some bit...

baa8216a23fbe12d697735d9374fb85f99cc0937 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'tabs' of git://github.com/david-e/django-crispy-forms into dev

Conflicts:
crispy_forms/layout.py

8fefd785e2c1998e12470ac7e6d538ffcd4b462b authored over 12 years ago by Miguel Araujo Perez <[email protected]>
UneditableField generating invalid html5

Thanks to dlancer for reporting this in #GH-98. This should fix the
issue.

034563df49d4c2e23c071fa2ff4d0df2455ab08b authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating rendering formsets documentation

Thanks to ouhouhsami for the hint given in #GH-92

26c352955e6e315c3420a1bda4f459b9db45a4e7 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of github.com:maraujop/django-crispy-forms into dev

d6ad01fcd09385ace661be70f03c41583f876911 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge pull request #94 from meshy/patch-2

Fix ironic typo :P

c307dc3071243f698d2b9becc1ed891cc6ccc73a authored over 12 years ago by Miguel Araujo <[email protected]>
Redoing and simplifying dynamic API

It keeps backward compatibility of public API, though does some changes
to what internal methods...

0b7ef63e9a33dd7fff66c9ba85015429e54ff656 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/luminousflux/django-crispy-forms into dev

8fe74f3130a3e549096c446e18fe60d9f678f488 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding some doc strings

4718f446274dcb55087e2b325119a7378cb5a7b4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fix ironic typo :P

17a521341efc44a2c543414888fc464b74fe9743 authored over 12 years ago by Charlie Denton <[email protected]>
added bootstrap tabs as LayoutObject.

3656b2b82fbdc9fabc76a677de88f410ce9b9897 authored over 12 years ago by Davide Silvestri <[email protected]>
updated buttons css_classes based on bootstrap docs

ac97871c5be513762dc19d53b2434524da3ec3e9 authored over 12 years ago by Davide Silvestri <[email protected]>
fix bug where attrs['class'] would be ignored by the renderer/helper if uni_form

73d8810bbdb9872645a8ffd652b7095e500005ca authored over 12 years ago by fin <[email protected]>
fix test_template_context_using_form_attrs by checking for form_class presence instead of equality

c332ed8a172468f20f717358ec0a221e40ac0855 authored over 12 years ago by fin <[email protected]>
fix test runner: was only executing bootstrap tests because of shared environment; was missing test_settings in bootstrap

084165ef9a2b407363cbfd2b6647e31054116ba0 authored over 12 years ago by fin <[email protected]>
Improving formsets part in docs

29576a13d3c57b889a9b89d12ca2fa847b7bca11 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
filter now can match several layout object types at the same time

Adding docs and tests for this new feature.

8054d9ceb1b205c271fea2cc7053e5daeb28e9e4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
filter can now search in depth

Improving tests and moving layout object filtering to
`LayoutObject.get_layout_objects`.

a3edc1fa571417795208d4832ba13bd846e8982b authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Redoing exceptions structure

Exceptions now live in a separate module.

034ef19dec27e8afda1274496c6270386a31477d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Bug fixing get_field_names and wrap

get_field_names was failling in one of the basic recursive cases. Tests
have been added and the ...

985294a5359ac145b854487171ca3af5b44dc5a1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Added Lee Semel to contributors

110117003d33d26d2fec54ed35c2c6349526bd5f authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a exclude_by_widget method to FormHelper

As suggested in #GH-85 by @cpoppema

1618207eb4db181e33ea35b4a9a0a6781614a797 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing helpers.py Formally deprecated in 1.2.0

b5ae2a13050b78bd6b7b35320712a4220edb1fb1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Documenting new helper attributes

f3be6071263f2ea4ce2368130b24198b82470bc7 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding tests and fixing some flaws for error_text_inline #GH-87

* Making `error_text_inline` play well with some layout objects
templates that were not includin...

a90ed48faa775309f6b82771b292fe52f0e75349 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
New contributors added

6ac6daf040389b09a49918033d1a97b96faefe4a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/lsemel/django-crispy-forms into dev

e6f28e20522bedad6f919a537d7eda231e094a1c authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/graingert/django-crispy-forms into dev

095a3095232d1017bc9893a6f2fbd1c8949e64ea authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/luminousflux/django-crispy-forms into dev

daefb4754a0dc969eccf43d9548b195302ccb64a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/bmihelac/django-crispy-forms into dev

881de0951c9d9c82fff44a22112b3b05bea5f4a9 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adds error_text_inline helper option for the Bootstrap template, defaulting to True to preserve previous behavior, to allow rendering of form errors as a block rather than inline

5deb9854b65379b1e0a714807df992d6870fc33c authored over 12 years ago by Lee Semel <[email protected]>
choice value as string when checking if checked

support checkboxselectmultiple on ModelMultipleChoiceField

ae7472f523fefa48d6a771df03a45e7c2fe94898 authored over 12 years ago by Thomas Grainger <[email protected]>
fix ValueError occuring on foreignkeys in modelforms when form is initialized w/ data but has not been tested for validity and a foreign object has not been chosen

f99e11adb7f77f05fb07981864ea999d3cae5e95 authored over 12 years ago by fin <[email protected]>
Updating Github buttons link

See https://github.com/markdotto/github-buttons/issues/25
This fixes #GH-80

e1ba0689417bf7454e058f1fa24fd6ab72e6a7c6 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Small typo fix in docs

96527331acda98b6286b3ee3d891959d5708a2e2 authored over 12 years ago by Bojan Mihelac <[email protected]>
Fixing helper attributes access from a Django template

This was breaking attrs feature from #GH-48

def03671a287c5c08dc7261e56a58b3b8dbb3cf6 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding form attributes to the template context

Adding `form_action`, `form_id` and `form_class` for backwards
compatibility. Also you can now a...

9b08ed7d73230a6d909a47c24b70c6053f6a5429 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG for version 1.2.0

547d045cc28ed45bd1241f937c7eabbf03bfe575 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding an `html5_required` helper attribute

It's a boolean that controls whether to add an HTML5 `required`
attribute to the required inputs...

33d9a2406244eae717de691debb189a25149a071 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Redoing runtests for being proper Python

50e1fff50356878418c4616aabb8ec1bea97318c authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Simplifying Meta fields usage

When we have an instance of a form that has a Meta class, by the time we
manage it, Django has d...

072c958762e5cec5ee285c711900fae2f70e3fa4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Renaming some tests for readability

68f142e53ab55d1ce6475abedda94af039aeadda authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Removing extra blank lines

607326e5c9f1b6c80912fe8f129da5ac6023e5fe authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding an `attrs` attribute to FormHelper

We can use this for setting any form attribute we need. This solves #GH-48.

form.helper.att...

4a52ce812bf01bb2ae92720f91f9ecd82436b983 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Redoing testing structure for testing all TEMPLATE PACKS

There are now runners for bootstrap and uni_form TEMPLATE PACKS. Each
one with its settings. run...

a2399bdffe14b9c4de43e7a2524869caae7a1833 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding @lmoppert to CONTRIBUTORS

2198c8fbbaacfc3be72bffa37a2fe90f20da8849 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Initial needs to be an iterable structure

7c5666d4abe60117fbf714628aff18159d5ce1c4 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Respecting form_show_errors in some bootstrap templates

AppendedText, PrependedText and AppendedPrependedText were rendering
errors when form_show_error...

52cfcc86ce6d1c9f694da5a0f187e547807b128a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixing a bug in render_crispy_form when helper is None

Avoid giving CrispyNone a helper variable that cannot extract from
the context provided.

Otherw...

c73543c3abd404204973258fd90c37972debd7a2 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Added a __version__ string to root's __init__

This should fix issue #GH-76

c6476e8be734f78f7f07e1ef54634b87fceeabee authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Working on the docs for version 1.2.0

* Adding a section about dynamic layouts
* Reorganizing docs structure a little bit

4da9dabe53cd60c2227b4109ebd30522ce22b887 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding tests for checkboxselectmultiplte and render_crispy_form

035e72b51ad8da2f7d54a44f6a6149daeeaeabb9 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a render_crispy_form function to utils

Useful for rendering a form the crispy way in a Django view or in Python
code. See #GH-64

b7d01dfbe8f3d2ea989833c554ef2643632f012c authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Fixes possible untyped comparison in checkboxselectmultiple template

This fixes #GH-43

74b84a405c5fa7833bd9b75f290186d8d736f073 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding new contributors to the project

2dad0c06486b4b135bfbdbf56fa6c67bfa16602a authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'add_required' of git://github.com/phoolish/django-crispy-forms into dev

8448ddfd9b71bf24f6491f07720bc7d993f09bbf authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Adding a space after buttons

This should fix cosmetic issue #GH-62 using HTML, as bootstrap doesn't
now have CSS spacing by d...

bcd3b7bc0d79d2e7c1e9bdbcc8a174b9b54b3fbf authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/clairetheyers/django-crispy-forms into dev

bf6e84b19315d41710b4eda909312252e44264af authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/pjdelport/django-crispy-forms into dev

170530b5bad6f4a4a0e9f8a364631dd3d02fa6ce authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'patch-1' of git://github.com/meshy/django-crispy-forms into dev

a19ea08869e7322e857c47b9b3968f041e12780d authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'dev' of git://github.com/phoolish/django-crispy-forms into dev

Conflicts:
crispy_forms/layout.py

d348c03df23ec2af3edee733eec3de472de3bfc1 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Defining a __getattr__ to avoid adding all list methods

See #GH-70

a8bd053e1c2cecf32f9d1d7007ddb7d0f6855363 authored over 12 years ago by Miguel Araujo Perez <[email protected]>
Documentation: Update repo URL. (pydanny -> maraujop)

8db0af60ec2ac5b8d988dca1df0b53a7afb569d9 authored over 12 years ago by Piet Delport <[email protected]>