openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-uni-form
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
about 24 hours
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 7 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Updating CHANGELOG for version 0.8.0
Miguel Araujo Perez
More...
over 14 years ago
Adding helper attribute `form_style`. This can be set to 'default' or 'inline'. Default value is 'default'.
Miguel Araujo Perez
More...
over 14 years ago
Removing CSRF tests.
Miguel Araujo Perez
More...
over 14 years ago
Turning HTML into a context aware field.
Miguel Araujo Perez
More...
over 14 years ago
Adding a test for the new feature that let us change Layout and Fieldset dynamically
Miguel Araujo Perez
More...
over 14 years ago
Upgrading to latest uni-form content
Miguel Araujo Perez
More...
over 14 years ago
Removing use_csrf_protection form attribute and old csrf context, not supported any more.
Miguel Araujo Perez
More...
over 14 years ago
Adding CSS class asteriskField and renaming other classes for following the naming convention.
Miguel Araujo Perez
More...
over 14 years ago
Updating CONTRIBUTORS giving credit where due :)
Miguel Araujo Perez
More...
over 14 years ago
Missed importing the logging and sys libraries
Miguel Araujo Perez
More...
over 14 years ago
Adding logging warnings for when FAIL_SILENTLY is enabled and occurs
Miguel Araujo Perez
More...
over 14 years ago
Moving FAIL_SILENTLY loading so that it can be dynamic. Updating tests for the new feature
Miguel Araujo Perez
More...
over 14 years ago
Refactoring code a little bit and fixing a bug in FAIL_SILENTLY feature within MultiField
Miguel Araujo Perez
More...
over 14 years ago
Merge branch 'master' of https://github.com/adamcupial/django-uni-form into 0.8.0-test
Miguel Araujo Perez
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
John Debs
More...
over 14 years ago
[FIXED] :: boundfield referenced before assignment error
Adam Cupiał
More...
over 14 years ago
[ADDED] :: FAIL_SILENTLY setting, defaults TRUE
Adam Cupiał
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.
Miguel Araujo Perez
More...
over 14 years ago
Redoing unicode support to handle when field names are not u'whatever' and use invalid unicode characters.
Miguel Araujo Perez
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%
Miguel Araujo Perez
More...
over 14 years ago
Moving uni_formset.html template into the uni_form directory. It was out of it by mistake.
Miguel Araujo Perez
More...
over 14 years ago
Removing util.py as BaseInput has been moved to helpers.
Miguel Araujo Perez
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`.
Miguel Araujo Perez
More...
over 14 years ago
Removing Toggle class as it wasn't really used anywhere
Miguel Araujo Perez
More...
over 14 years ago
Adding build and dist to .gitignore
Miguel Araujo Perez
More...
over 14 years ago
Added contributors of the formset feature
Miguel Araujo Perez
More...
over 14 years ago
Using filter `as_uni_form` in case there is no helper to avoid having nested forms
Miguel Araujo Perez
More...
over 14 years ago
Moving `as_uni_formset` code to a smarter `as_uni_form` filter that can handle both: forms & formsets.
Miguel Araujo Perez
More...
over 14 years ago
Adding tests (formsets included), improving some old ones and adding a url name for testing form actions reversing.
Miguel Araujo Perez
More...
over 14 years ago
Commit edited: Adding template for rendering formsets using `as_uni_form` filter
Nagy Viktor
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree