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

Documentation fixes to show backwards compatability

github.com/django-crispy-forms/django-crispy-forms - 30607de876e4fa200824931d33e3d80cad84dad1 authored over 13 years ago by pydanny <[email protected]>
Now a Layout can be a child of Layout. Test added for the new feature, CHANGELOG modified. See issue #GH-76

github.com/django-crispy-forms/django-crispy-forms - d416461743c5eb5ed2d532be9d726277bc2f0d8f authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding Jonas Obrist to contributors, long due.

github.com/django-crispy-forms/django-crispy-forms - e9cf7049935fa6f5070b76a659df555708739ba2 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Forgot to mention test_project being dropped

github.com/django-crispy-forms/django-crispy-forms - 75888aaf0c446f85ee96506b2f1d2cfdc42f7abf authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG

github.com/django-crispy-forms/django-crispy-forms - f31c58884cb5b649cfbea4577b364dc480f03d66 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing test_project from django-uni-form Reasons:

- Maintaining it will steal time from features development.
- We need to update it for every new...

github.com/django-crispy-forms/django-crispy-forms - aa6b447e3a0e194384c1c9a68f5adfa18f31ea0c authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring ButtonHolder Layout object to use a Template

github.com/django-crispy-forms/django-crispy-forms - 39a4ce1356bacc3f75b9084e0f89182e15d0c448 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring MultiField to use a Template and don't instantiate bound fields twice

github.com/django-crispy-forms/django-crispy-forms - 8c6109f6431f105d0c6ea2b7d6e1d9b9f59085d9 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'master' into dev

github.com/django-crispy-forms/django-crispy-forms - f8ddb318baa33ea21bbf2409c65d7a1e2d8e497f authored over 13 years ago by pydanny <[email protected]>
Documentaton on contributing to django-uni-form

github.com/django-crispy-forms/django-crispy-forms - f9ed4bc5e25ee55dab37b21c2ddcb46b82ae9880 authored over 13 years ago by pydanny <[email protected]>
Moving Div generation to a Template dynamically generated

The plan is to move Layout objects to templates to address issue #GH-37
After moving render meth...

github.com/django-crispy-forms/django-crispy-forms - 7dc7d46b92ade74fbe202f1ec1d44890d7467256 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring `Column` and `Row` objects to inherit from a base Layout object called `Div`

If a `css_class` is specified for `Column` or `Row` it is added to its default class.
Example:

...

github.com/django-crispy-forms/django-crispy-forms - a209ef8cc87ff6ea8e4820fe4599b349b16027c6 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
more tweaks for 0.8.0-beta release

github.com/django-crispy-forms/django-crispy-forms - 56ff29b65d00fdf665f77901c202bd637731b7a0 authored over 13 years ago by pydanny <[email protected]>
more tweaks for 0.8.0-beta release

github.com/django-crispy-forms/django-crispy-forms - 744b25b7a13b71f2693a3832183cc2beaf2ca680 authored over 13 years ago by pydanny <[email protected]>
more tweaks for 0.8.0-beta release

github.com/django-crispy-forms/django-crispy-forms - 23c64fec4632b98d3e292ab8e1bbb44b4a369030 authored over 13 years ago by pydanny <[email protected]>
Final changes to setup.py to support the 0.8.0 release

github.com/django-crispy-forms/django-crispy-forms - a2781578133898d34d5e1e69e41d75c76ca034ff authored over 13 years ago by pydanny <[email protected]>
change get_helper to helper

github.com/django-crispy-forms/django-crispy-forms - f3f798392d724f7de763840e7cfdc14b85da9a14 authored over 13 years ago by pydanny <[email protected]>
Working on changing examplkes to use helper property

github.com/django-crispy-forms/django-crispy-forms - aa515ebd9ff5fe484d687fd1bbe276726d86140a authored over 13 years ago by pydanny <[email protected]>
Fixes #GH-72 STATIC_URL instead of MEDIA_URL

github.com/django-crispy-forms/django-crispy-forms - 4d14782d44e9bc2422725973d6a3c5140b678205 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'master' of github.com:pydanny/django-uni-form

github.com/django-crispy-forms/django-crispy-forms - 93b8a222a22ce1b2c2fb1721f6961effc97231ea authored over 13 years ago by pydanny <[email protected]>
Change get_helper method to helper property

github.com/django-crispy-forms/django-crispy-forms - d7ef0011e81719bdd383a45d17246e036d9b4db6 authored over 13 years ago by pydanny <[email protected]>
Documenting API internals: tags and filters

github.com/django-crispy-forms/django-crispy-forms - 9961dd81b86aa4aa1bfec86f4cc8956cb7a9696f authored over 13 years ago by Miguel Araujo Perez <[email protected]>
markup again :/

github.com/django-crispy-forms/django-crispy-forms - 2ce2e730ff6ccd71c5d011e408975d837705cef2 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
More markup fixes and more docs added

github.com/django-crispy-forms/django-crispy-forms - 4273d33a66356597f925f70a1204552b701b7ade authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing some markup errors

github.com/django-crispy-forms/django-crispy-forms - 1ec4dcfe757b969bac05d6a612f6da75839bc6f1 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Woring on helper objects doc strings so that API and code is easier to follow

github.com/django-crispy-forms/django-crispy-forms - 629b97bb3cf9d799df7cb35e94ad8ea1ae303335 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating and adding tests for covering new features added in branch 'feature/context'

github.com/django-crispy-forms/django-crispy-forms - 674eb72f2f7fad64375bc792b3b1cb0830589149 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Merge branch 'feature/context'

github.com/django-crispy-forms/django-crispy-forms - 91ec1ad816c3c555a5c1e17c646b4685ba3d1805 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
There's been some confusion with benchmarks.

Benchmarks results shown here were to prove that room for improvement using the
cached template ...

github.com/django-crispy-forms/django-crispy-forms - 8431078f1b49638e1a488c8ced68d373cb4aa469 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing some typos and indentation issues

github.com/django-crispy-forms/django-crispy-forms - b7f0af490d13219720339ee7493b64674e2db586 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
version bump to 0.8.0-beta

github.com/django-crispy-forms/django-crispy-forms - ca3f7bd1c0166d2e246984c912efe5c849b2e3d9 authored over 13 years ago by pydanny <[email protected]>
Final tweaks before 0.8.0

github.com/django-crispy-forms/django-crispy-forms - 488b6f081ec2654a0de88af97cff336a31743ff8 authored over 13 years ago by pydanny <[email protected]>
Mucho more docs on helpers

github.com/django-crispy-forms/django-crispy-forms - c7ec8200172f86964395d2d45437b0aad7eb6143 authored over 13 years ago by pydanny <[email protected]>
Getting rid of ugly scroll

github.com/django-crispy-forms/django-crispy-forms - 8c486362b80c96c50bb3eb32e63b35fbc4758556 authored over 13 years ago by pydanny <[email protected]>
New index and helpers page. Needs some work though

github.com/django-crispy-forms/django-crispy-forms - 355f768143800741b1a51bd7aa41327b1be17050 authored over 13 years ago by pydanny <[email protected]>
Fixing more name typos :/

github.com/django-crispy-forms/django-crispy-forms - bcb0533cd9acb8524793b3bc05de518913057af5 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing typo in docs

github.com/django-crispy-forms/django-crispy-forms - ae2dd4522018371c47f41492c5d3faa0af881097 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Turning Input objects into Layout objects, adding a ButtonHolder Layout object.

Now we can have all type of inputs within the Layout or use `add_input` if we prefer it.

This g...

github.com/django-crispy-forms/django-crispy-forms - 6dbb8c4ed03ab0d32a97ec29164df30e449545f0 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding simple note to the docs. Will work on full docs again in a bit

github.com/django-crispy-forms/django-crispy-forms - 616235afdf7266d62a86e2a4b95a91d2635534be authored over 13 years ago by pydanny <[email protected]>
Copying contributors to docs and also title fix in usage

github.com/django-crispy-forms/django-crispy-forms - fd4f71cd4086094853640a3eed7420810c98ecd4 authored over 13 years ago by pydanny <[email protected]>
Changing render prototype to be more consistent and don't lose form_style through the Layout rendering

github.com/django-crispy-forms/django-crispy-forms - 0b4c0cc97492810d0537c6ae65fdbda5c2d8370f authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Creating a ForLoopSimulator to inject it in the context of a formset rendering so that forloop is available in the formset's forms

Now we can have a Fieldset legend like: "Item {{ forloop.counter }}"
or an HTML object like: "{%...

github.com/django-crispy-forms/django-crispy-forms - 70f510f9ee51d7d920999a578a1e184419cebce6 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Working on making the fields more context aware, so they are more flexible and powerful.

HTML now has access to full template context :)
Fieldset legend can now use template context if ...

github.com/django-crispy-forms/django-crispy-forms - 42c7dc7f985a3466291011933953ba6a4f92ed41 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating MANIFEST

github.com/django-crispy-forms/django-crispy-forms - 13fed1f0cceeeabd994a40272a95721d5723fa74 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding Nicolas Patry to CONTRIBUTORS for fixing some testing flaws using default runner

github.com/django-crispy-forms/django-crispy-forms - 35e2786ae4676fd9da0eb5a668a185decf4fff09 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Corrected test_uni_form_invalid_helper. Behaviour of error raising

within a template is modified by settings.TEMPLATE_DEBUG

github.com/django-crispy-forms/django-crispy-forms - 9a93546371fbcc78a7fda59e2c8a4906d9e0e2c7 authored over 13 years ago by Nicolas Patry <[email protected]>
Corrected tests for django-uni-form (using correct urls)

github.com/django-crispy-forms/django-crispy-forms - d19dd0490cf38e24aca6171e4ef9a75eefc2ef63 authored over 13 years ago by Nicolas Patry <[email protected]>
Various minor changes before the big leap into heavy documenting

github.com/django-crispy-forms/django-crispy-forms - 579882af43b03946ff9624dc39742483728ee624 authored over 13 years ago by pydanny <[email protected]>
Minor typos fixes in docs

github.com/django-crispy-forms/django-crispy-forms - 635df64d504b3cd295e9e34a979a44d6ee1d8dfd authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Singleton warning while I finish the docs

github.com/django-crispy-forms/django-crispy-forms - ecf394af5d6f29fad7ec20194285aca63c13d4a0 authored over 13 years ago by pydanny <[email protected]>
Index and adding of real notes to the design

github.com/django-crispy-forms/django-crispy-forms - e835e5c15957ace743cbce72ce55ab7f3870fdf3 authored over 13 years ago by pydanny <[email protected]>
breaking up index into sections

github.com/django-crispy-forms/django-crispy-forms - 95abd0db0cac133f2a4050dcbd7dc01236c4207d authored over 13 years ago by pydanny <[email protected]>
breaking up the usage files

github.com/django-crispy-forms/django-crispy-forms - 9790949c25c0e5a361f82db9dba4a551d6b3b144 authored over 13 years ago by pydanny <[email protected]>
Only showing the fully documented items for helpers so that people don't try to use methods that shouldn't be directly called

github.com/django-crispy-forms/django-crispy-forms - 85fe472eb15b5d6a4e9654ff32930fc67d17562a authored over 13 years ago by pydanny <[email protected]>
Made Miguel Araujo project lead

github.com/django-crispy-forms/django-crispy-forms - 0550bc7488ad99dd8a2f79b2bea9d06396a3f843 authored over 13 years ago by pydanny <[email protected]>
Moar documentation chanjuz

github.com/django-crispy-forms/django-crispy-forms - 1406ef6df482916a6d85080025cc737f965af092 authored over 13 years ago by pydanny <[email protected]>
Many documentation changes

github.com/django-crispy-forms/django-crispy-forms - 5579aa985c8af79be59cc195d5ee62369f56265b authored over 13 years ago by pydanny <[email protected]>
Playing with API references

github.com/django-crispy-forms/django-crispy-forms - d0ca38ecee4cc72becc3084726593622fdd57875 authored over 13 years ago by pydanny <[email protected]>
Adding a requirements doc so we get pretty RTFD support

github.com/django-crispy-forms/django-crispy-forms - 89839d84f4946e53677ebecfe6b77ddd62bc7a94 authored over 13 years ago by pydanny <[email protected]>
And so begins the documentation sprint

github.com/django-crispy-forms/django-crispy-forms - ae08172b4b68af01741e9f4c5dfaac2ee558f0ca authored over 13 years ago by pydanny <[email protected]>
Updating runtests to use DjangoTestSuiteRunner

github.com/django-crispy-forms/django-crispy-forms - 32baac656ce3116aa83d60e32eb536aca6483dd6 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG to reflect the last changes done to the project

github.com/django-crispy-forms/django-crispy-forms - 55ec79ea638b1ec3c190201e618d9055cee07b54 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Revert "Enabled admin, added TestModel model and TestModelAdmin (prepping for fieldset support tests)"

This reverts commit cc1cad45e6794efc625a08d64bd6bc32fe149980.
This example doesn't apply anymore.

github.com/django-crispy-forms/django-crispy-forms - f6d83255a30d7fc1e94fa8fb9bb6b89c12a4a6f9 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Moving @issackelly and @johnthedebs work into a separate template called betterform

After consideration, having as_uni_form filter being able to render this type of
forms, doesn't ...

github.com/django-crispy-forms/django-crispy-forms - 4b1911d0ee3de5e78563926f676f9521cd831e44 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Missed to convert one MEDIA_URL into STATIC_URL

github.com/django-crispy-forms/django-crispy-forms - 3982007a246481fd7ebca7c0fe8300febfe62c4a authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Moving where `is_formset` variable is set into get_response_dict method, where it should be

github.com/django-crispy-forms/django-crispy-forms - 3193f82a7a7e9ae0c84d302eb716344904be0b03 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Turning {{ form_html }} variable into an attribute of the form, so it's more consistent with the formset situation.

github.com/django-crispy-forms/django-crispy-forms - aae9e24310533307b164ba49ed8d55e5b2ac3634 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Renaming get_attr method in FormHelper to get_attributes

github.com/django-crispy-forms/django-crispy-forms - 8bc66a58187519adb41a48dd1ae280d5dde85429 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating some doc strings so they are clearer

github.com/django-crispy-forms/django-crispy-forms - e51cdf44721cf10688b37e4b564b49f82342f269 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Reordering code structure, to have UniFormNode right after its parent class BasicNode

This is the way node tags are ordered in Django framework itself. I find it easier to follow
bec...

github.com/django-crispy-forms/django-crispy-forms - c0f9dba6d918df0c86417566586e1c78ac48bc7d authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Splitting uni_form_tags into uni_form_tags and uni_form_filters, first holds tags, second holds filters.

Makes it easier to manage and follow.

github.com/django-crispy-forms/django-crispy-forms - ef93717adc98065cc2cc34c0f6492cf77133a0db authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing locale. We don't have hardcoded text anymore, no need for translations.

github.com/django-crispy-forms/django-crispy-forms - 4a7ed211723bafb12b87485dff8f612aae077b71 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Improving tests, to check errors display works properly.

github.com/django-crispy-forms/django-crispy-forms - 459e060d1dbecbd35f32f56a926293edf51bb38b authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Removing i18n tags. Removing uni_form_tags where possible, using includes instead for making context available in the included template.

This way if `form_error_title` or `formset_error_title` are context variables,
they will be avai...

github.com/django-crispy-forms/django-crispy-forms - 2e633ce0d6d1f8ab11d02a375e18c10c44093b33 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding form_error_title and formset_error_title to response dict

github.com/django-crispy-forms/django-crispy-forms - ec6cf9ee7d8103ebcd3b18bdc20dc67171123c18 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding form_error_title and formset_error_title attributes to helper

github.com/django-crispy-forms/django-crispy-forms - 0ea2d9512ef9f9bb5b669fc34688c5a6070c5049 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Refactoring templates. Reusing uni_form filters to reduce duplicated templating and clear them. Removing all internationalized hardcoded text in favor of configurable variables.

github.com/django-crispy-forms/django-crispy-forms - 19a2a373ddfab7d52a743fd00aa573d14a8de648 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding errors_formset template for as_uni_errors filter with formsets. I had forgotten it

github.com/django-crispy-forms/django-crispy-forms - 007f32da8f4fc8125321b6a355048d306155dd39 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Adding first tests for as_uni_errors filter

github.com/django-crispy-forms/django-crispy-forms - d315360a350c2009d2ca632d9a9f2f65b0f36e5e authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Improving as_uni_errors filter, so It can render formset errors

github.com/django-crispy-forms/django-crispy-forms - 9880110e44c6fca752b54e3a52f755d9d4355650 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
MEDIA_URL is now STATIC_URL in this case since Django 1.3. This breaks setup filter's backwards compatibility with older versions.

github.com/django-crispy-forms/django-crispy-forms - 9c5a7acf63e7de54b6a962e87b3204dcdd2c95b0 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Putting back the CSRF tests now that they work properly.

github.com/django-crispy-forms/django-crispy-forms - 4dce0893051b5b6b8a6499e4fba13b067ce10fc3 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing many flaws in formsets support before 0.8.0 beta release.

- Formsets were all styled inline. Now you can use form_style in your formset's forms
to set you...

github.com/django-crispy-forms/django-crispy-forms - f1a9d50ce49cba12d0ab77bf8f810bb9a0922009 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Too many CSRF lines removed, we need to pass csrf context so that {% crsf_token %} works

Now that CsrfResponseMiddleware has been deprecated in favor of CsrfViewMiddleware, we
need to p...

github.com/django-crispy-forms/django-crispy-forms - 2872eb094a3200fba8d2f74a00b13085d7c4c03b authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Fixing subtle indentation flaw in the template.

github.com/django-crispy-forms/django-crispy-forms - 2c393eb290f8d23c209158e5a06e1a435df75895 authored over 13 years ago by Miguel Araujo Perez <[email protected]>
Updating CHANGELOG for version 0.8.0

github.com/django-crispy-forms/django-crispy-forms - 2e7455639e4d271c6ab9cc39c592083f31ed5dc5 authored over 13 years ago by Miguel Araujo Perez <[email protected]>