Skip to content

Commit

Permalink
Adding jtauber to contributors. Also helpers.py docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Apr 17, 2010
1 parent e3c8c93 commit 7dc7698
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For 0.8.0
* Incorporated uni-form 1.4 by Dragan Babic
* Provide better adherence to uni-form specification of error messages
* mirumee provided some great work for making FormHelper more subclassable.
* Django Uni-Form 0.8 and higher lays out the HTML for the uni_form tag differently. The errorMsg div is now outside the fieldset as it should be.
* Django Uni-Form 0.8 and higher lays out the HTML for the uni_form tag differently. The errorMsg div is now outside the fieldset as it should be.

For 0.7.0

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ bjunix
Chris Adams <acdha>
Eddy Mulyono <eddymul>
James Pic <jamespic.com>
James Tauber <jtauber>
Karl Bowden <agentk>
Marcin Grzybowski <marcin.grzybowski@gildia.info>
Michael Lind Mortensen <illio>
mirumee
mvaerle
Nagy Viktor <nagyv>
Patrick Lauber <digi604>
Expand Down
1 change: 0 additions & 1 deletion uni_form/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ class FormHelper(object):
{% load uni_form_tags %}
{% uni_form form form.helper %}
"""

def __init__(self):
Expand Down

0 comments on commit 7dc7698

Please sign in to comment.