From 5ebe181be142b07f755b1834eb47c626b70c5199 Mon Sep 17 00:00:00 2001 From: tzangms Date: Tue, 27 Aug 2013 06:03:22 +0800 Subject: [PATCH] Update README.rst --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index cb432f8..608ab64 100644 --- a/README.rst +++ b/README.rst @@ -6,4 +6,19 @@ Generate twitter-bootstrap form output for django form A simple Django template tag to work with twitter bootstrap ( http://twitter.github.com/bootstrap/ ) +**Now support for Bootstrap 3!** + `Read the Docs `_ + + +CHANGELOG +--------- + +- 2013-8-27: + + Add support for Bootstrap 3, contributed by `Nivl `_ + + +- 2013-5-7: + + Add `radio` support for ChoiceField