From 51ac4a9515ec8f72d7bf4bd66df504059b6b45e8 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 17 Oct 2009 13:19:19 +0200 Subject: [PATCH] Added news for last commits --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README b/README index 442b66b..9396599 100644 --- a/README +++ b/README @@ -52,9 +52,20 @@ html version using the setup.py:: Changelog: ========== -v0.3 (2009-07-28): +0.3.1 (2009-10-12): + ------------------ +* Fixed an issue with the UserPermissionForm not being able to override the + widget of the user field. + +* Added ability to override form class in ``add_permission`` view. + + + +0.3 (2009-07-28): +----------------- + * This version adds multiple fields to the Permission model and is therefore a **backwards incompatible** update.