0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixing the readme More... about 14 years ago
Many documentation changes More... about 14 years ago
Playing with API references More... about 14 years ago
Adding a requirements doc so we get pretty RTFD support More... about 14 years ago
And so begins the documentation sprint More... about 14 years ago
Updating runtests to use DjangoTestSuiteRunner More... about 14 years ago
Updating CHANGELOG to reflect the last changes done to the project More... about 14 years ago
Revert "Enabled admin, added TestModel model and TestModelAdmin (prepping for fieldset support tests)" More... about 14 years ago
Moving @issackelly and @johnthedebs work into a separate template called betterform More... about 14 years ago
Missed to convert one MEDIA_URL into STATIC_URL More... about 14 years ago
Moving where `is_formset` variable is set into get_response_dict method, where it should be More... about 14 years ago
Turning {{ form_html }} variable into an attribute of the form, so it's more consistent with the formset situation. More... about 14 years ago
Renaming get_attr method in FormHelper to get_attributes More... about 14 years ago
Updating some doc strings so they are clearer More... about 14 years ago
Reordering code structure, to have UniFormNode right after its parent class BasicNode More... about 14 years ago
Splitting uni_form_tags into uni_form_tags and uni_form_filters, first holds tags, second holds filters. More... about 14 years ago
Removing locale. We don't have hardcoded text anymore, no need for translations. More... about 14 years ago
Improving tests, to check errors display works properly. 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. More... about 14 years ago
Adding form_error_title and formset_error_title to response dict More... about 14 years ago
Adding form_error_title and formset_error_title attributes to helper 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. More... about 14 years ago
Adding errors_formset template for as_uni_errors filter with formsets. I had forgotten it More... about 14 years ago
Adding first tests for as_uni_errors filter More... about 14 years ago
Improving as_uni_errors filter, so It can render formset errors 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. More... about 14 years ago
Putting back the CSRF tests now that they work properly. More... about 14 years ago
Fixing many flaws in formsets support before 0.8.0 beta release. More... about 14 years ago
Too many CSRF lines removed, we need to pass csrf context so that {% crsf_token %} works More... over 14 years ago
Fixing subtle indentation flaw in the template. More... over 14 years ago