Skip to content

Commit

Permalink
Various documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Mar 7, 2011
1 parent 09599e1 commit 2e6788a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ For 0.8.0
* 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.
* Thanks to Casper S. Jensen django-uni-form now supports 1.2 style csrf_token.
* csrf_token does not break earlier versions of Django. This will change when no version of django does not support csrf_token.
* Thanks to j0hnsmith changed {{ error }} to {{ error|safe }} so that html (eg links) can be
added to error messages.
* Thanks to j0hnsmith changed {{ error }} to {{ error|safe }} so that html (eg links) can be added to error messages.
* Thanks to j0hnsmith changed {{ field.label }} to {{ field.label|safe }} so that html (eg
links) can be added to field labels
* Thanks to Stepan Rakhimov fixed an admin datetime issue.
* Kudos to Stepan Rakhimov fixed an admin datetime issue.
* Thanks to patrys (Patryk Zawadzki) FormHelper class is now easily subclass-able.
* Sorki (Richard Marko) made it so things work better in direct_to_template.

For 0.7.0

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Patryk Zawadzki <patrys>
Skylar Saveland <skyl>
Stepan Rakhimov
John Maxwell <astrofinch>
Richard Marko <sorki>
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 Daniel Greenfeld and contributors.
Copyright (c) 2009-2011 Daniel Greenfeld and contributors.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down

0 comments on commit 2e6788a

Please sign in to comment.