0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removing extraneous space from generated uni_form form More... over 15 years ago
Getting the test app to look better More... over 15 years ago
Incorporating UniForm v1.4 into django-uni-form. Also improving test pages to more closely match Dragan's work so I can better judge the results More... over 15 years ago
changed {{ field.label }} to {{ field.label|safe }} so that html (eg links) can be added to field labels More... over 15 years ago
changed {{ field.label }} to {{ field.label|safe }} so that html (eg links) can be added to field labels More... over 15 years ago
changed {{ error }} to {{ error|safe }} so that html (eg links) can be added to error messages More... over 15 years ago
changed {{ error }} to {{ error|safe }} so that html (eg links) can be added to error messages More... over 15 years ago
Merging in arowla's sphinx docs More... over 15 years ago
More documentation cleanup More... over 15 years ago
Merge branches '0.8' and 'master' More... over 15 years ago
Documentation cleanup More... over 15 years ago
Test to make sure form_tag attribute on FormHelper works correctly More... over 15 years ago
Changing name of add_form_tag to form_tag because that follows our pattern for attribute names better. Also, 'add' is used in a couple of FormHelper method names so again this increases clarity More... over 15 years ago
Merge branches '0.8' and 'master' More... over 15 years ago
Taking Nagyv's idea for add_form_tag attribute on FormHelper and updating it to match changes implemented in django-uni-form 0.7. More... over 15 years ago
uni_form.helpers.formHelper or None object must be passed into uni_form tag or a TypeError is thrown. More... over 15 years ago
Merge branches '0.8' and 'master' More... over 15 years ago
More documentation cleanup. Getting rid of old string handling that predates FormHelper More... over 15 years ago
Merge branches '0.8' and 'master' More... over 15 years ago
whgitespace cleanup More... over 15 years ago
Documentation cleanup and making form methods in lower case per github ticket 20 More... over 15 years ago
Converted docs directory to Sphinx format. Built HTML docs into docs/_build/html. Included API-style documentation for uni_form_tags and helpers files. More... over 15 years ago
Removing the eclipse stuff. That should be handled in a developer's global .gitignore file More... over 15 years ago
Adding whole_uni_form_set.html template for rendering formsets More... over 15 years ago
whole_uni_form template: only generate form id if present More... over 15 years ago
At the suggest of Chris Adams (acdha) the form methods will be in lower case so we can validate as XHTML More... over 15 years ago
This change, prompted by teebes, correctly identifies the file necessary for making customizations. More... over 15 years ago
Adding in README.rst the dependency on More... over 15 years ago
changing templates shouldn't cause unittests to fail More... over 15 years ago
fix More... over 15 years ago