0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updating CHANGELOG for version 0.8.0 More... over 14 years ago
Adding helper attribute `form_style`. This can be set to 'default' or 'inline'. Default value is 'default'. More... over 14 years ago
Removing CSRF tests. More... over 14 years ago
Turning HTML into a context aware field. More... over 14 years ago
Adding a test for the new feature that let us change Layout and Fieldset dynamically More... over 14 years ago
Upgrading to latest uni-form content More... over 14 years ago
Removing use_csrf_protection form attribute and old csrf context, not supported any more. More... over 14 years ago
Adding CSS class asteriskField and renaming other classes for following the naming convention. More... over 14 years ago
Updating CONTRIBUTORS giving credit where due :) More... over 14 years ago
Missed importing the logging and sys libraries More... over 14 years ago
Adding logging warnings for when FAIL_SILENTLY is enabled and occurs More... over 14 years ago
Moving FAIL_SILENTLY loading so that it can be dynamic. Updating tests for the new feature More... over 14 years ago
Refactoring code a little bit and fixing a bug in FAIL_SILENTLY feature within MultiField More... over 14 years ago
Merge branch 'master' of https://github.com/adamcupial/django-uni-form into 0.8.0-test More... over 14 years ago
Made leaving the final fieldset open optional via "fieldset-open" argument to as_uni_form filter. Fieldsets are closed by default More... over 14 years ago
[FIXED] :: boundfield referenced before assignment error More... over 14 years ago
[ADDED] :: FAIL_SILENTLY setting, defaults TRUE More... over 14 years ago
Bug fix: Now using `div_id` instead of `css_id` and `div_class` instead of `css_class`, which are the right variable names. More... over 14 years ago
Redoing unicode support to handle when field names are not u'whatever' and use invalid unicode characters. More... over 14 years ago
Adding tests for the form layouts, adding more tests for the form helpers. Global testing coverage of the application raises to 94% More... over 14 years ago
Moving uni_formset.html template into the uni_form directory. It was out of it by mistake. More... over 14 years ago
Removing util.py as BaseInput has been moved to helpers. More... over 14 years ago
Dropping support for older versions than Django 1.2. Removing `{% uni_form_jquery %}` tag and its template `uni_form_jquery.html`. More... over 14 years ago
Removing Toggle class as it wasn't really used anywhere More... over 14 years ago
Adding build and dist to .gitignore More... over 14 years ago
Added contributors of the formset feature More... over 14 years ago
Using filter `as_uni_form` in case there is no helper to avoid having nested forms More... over 14 years ago
Moving `as_uni_formset` code to a smarter `as_uni_form` filter that can handle both: forms & formsets. More... over 14 years ago
Adding tests (formsets included), improving some old ones and adding a url name for testing form actions reversing. More... over 14 years ago
Commit edited: Adding template for rendering formsets using `as_uni_form` filter More... over 14 years ago