Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin django-betterforms to latest version 1.1.4 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Contributor

django-betterforms is not pinned to a specific version.

I'm pinning it to the latest version 1.1.4 for now.

These links might come in handy: PyPI | Changelog

Changelog

1.1.4


  • Bugfix for nested multiforms

1.1.3


1.1.2


  • (Bugfix) Mark the output of MultiForm as safe HTML. [Frankie Robertson]

1.1.1


  • (Bugfix) Output both the prefixed and non-prefixed name when the Form is prefixed. [Rocky Meza, 17]

1.1.0


  • Output required for fields even on forms that don't define required_css_class [16]

1.0.1


  • (Bugfix) Handle None initial values more robustly in MultiForm

1.0.0


Backwards-incompatible changes:

  • Moved all the partials to live the betterforms directory
  • Dropped support for Django 1.3

New Features and Bugfixes:

  • Support Python 3
  • Support Django 1.6
  • Add MultiForm and MultiModelForm
  • Make NonBraindamagedErrorMixin use error_class
  • Use NON_FIELD_ERRORS constant instead of hardcoded value
  • Add csrf_exempt argument for form_as_fieldsets
  • Add legend attribute to Fieldset

0.1.3


  • Add betterforms.changelist module with form classes that assist in
    listing, searching and filtering querysets.

0.1.2


  • actually update the package.

0.1.1


  • fix form rendering for forms with no fieldsets

0.1.0


Initial Release

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant