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
1 day
ago. based on code collected
1 day
ago.
Aug 11, 2024 — Aug 11, 2025
Showing page 6 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fixing the readme
pydanny
More...
about 14 years ago
Many documentation changes
pydanny
More...
about 14 years ago
Playing with API references
pydanny
More...
about 14 years ago
Adding a requirements doc so we get pretty RTFD support
pydanny
More...
about 14 years ago
And so begins the documentation sprint
pydanny
More...
about 14 years ago
Updating runtests to use DjangoTestSuiteRunner
Miguel Araujo Perez
More...
about 14 years ago
Updating CHANGELOG to reflect the last changes done to the project
Miguel Araujo Perez
More...
about 14 years ago
Revert "Enabled admin, added TestModel model and TestModelAdmin (prepping for fieldset support tests)"
Miguel Araujo Perez
More...
about 14 years ago
Moving @issackelly and @johnthedebs work into a separate template called betterform
Miguel Araujo Perez
More...
about 14 years ago
Missed to convert one MEDIA_URL into STATIC_URL
Miguel Araujo Perez
More...
about 14 years ago
Moving where `is_formset` variable is set into get_response_dict method, where it should be
Miguel Araujo Perez
More...
about 14 years ago
Turning {{ form_html }} variable into an attribute of the form, so it's more consistent with the formset situation.
Miguel Araujo Perez
More...
about 14 years ago
Renaming get_attr method in FormHelper to get_attributes
Miguel Araujo Perez
More...
about 14 years ago
Updating some doc strings so they are clearer
Miguel Araujo Perez
More...
about 14 years ago
Reordering code structure, to have UniFormNode right after its parent class BasicNode
Miguel Araujo Perez
More...
about 14 years ago
Splitting uni_form_tags into uni_form_tags and uni_form_filters, first holds tags, second holds filters.
Miguel Araujo Perez
More...
about 14 years ago
Removing locale. We don't have hardcoded text anymore, no need for translations.
Miguel Araujo Perez
More...
about 14 years ago
Improving tests, to check errors display works properly.
Miguel Araujo Perez
More...
about 14 years ago
Removing i18n tags. Removing uni_form_tags where possible, using includes instead for making context available in the included template.
Miguel Araujo Perez
More...
about 14 years ago
Adding form_error_title and formset_error_title to response dict
Miguel Araujo Perez
More...
about 14 years ago
Adding form_error_title and formset_error_title attributes to helper
Miguel Araujo Perez
More...
about 14 years ago
Refactoring templates. Reusing uni_form filters to reduce duplicated templating and clear them. Removing all internationalized hardcoded text in favor of configurable variables.
Miguel Araujo Perez
More...
about 14 years ago
Adding errors_formset template for as_uni_errors filter with formsets. I had forgotten it
Miguel Araujo Perez
More...
about 14 years ago
Adding first tests for as_uni_errors filter
Miguel Araujo Perez
More...
about 14 years ago
Improving as_uni_errors filter, so It can render formset errors
Miguel Araujo Perez
More...
about 14 years ago
MEDIA_URL is now STATIC_URL in this case since Django 1.3. This breaks setup filter's backwards compatibility with older versions.
Miguel Araujo Perez
More...
about 14 years ago
Putting back the CSRF tests now that they work properly.
Miguel Araujo Perez
More...
about 14 years ago
Fixing many flaws in formsets support before 0.8.0 beta release.
Miguel Araujo Perez
More...
about 14 years ago
Too many CSRF lines removed, we need to pass csrf context so that {% crsf_token %} works
Miguel Araujo Perez
More...
over 14 years ago
Fixing subtle indentation flaw in the template.
Miguel Araujo Perez
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
…
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