Skip to content

Commit

Permalink
Bumping version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
maraujop committed May 6, 2013
1 parent 021ab72 commit c2a9135
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG for django-crispy-forms

## 1.2.7
## 1.2.7 (2013/5/6)

* Bug fix for model formsets and inline formsets, when being rendered with a `FormHelper` with a layout set, where some hidden formset management fields would be missing, breaking saving to database.
* Added `render_hidden_fields` attribute to `FormHelper`, see docs.
* Added `render_hidden_fields` attribute to `FormHelper`, see docs.

Expand Down
2 changes: 1 addition & 1 deletion crispy_forms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '1.2.6'
__version__ = '1.2.7'

0 comments on commit c2a9135

Please sign in to comment.