Update README and add CHANGES.txt
This commit is contained in:
parent
a15b054d0a
commit
661ae95f17
18
CHANGES.txt
Normal file
18
CHANGES.txt
Normal file
@ -0,0 +1,18 @@
|
||||
- 2013-12-06:
|
||||
|
||||
- Fixed problem with inputs of type file, that were displayed inside an input text element
|
||||
- Added support for Django Form `required_css_class` and `error_css_class`
|
||||
- Added CSS class `multiple-checkbox`, to be used to easily hide `<li>`
|
||||
|
||||
contributed by `caumons <https://github.com/caumons>`_
|
||||
|
||||
- 2013-8-27:
|
||||
|
||||
Add support for Bootstrap 3
|
||||
|
||||
contributed by `Nivl <https://github.com/Nivl>`_
|
||||
|
||||
|
||||
- 2013-5-7:
|
||||
|
||||
Add `radio` support for ChoiceField
|
25
README.rst
25
README.rst
@ -6,25 +6,10 @@ 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!**
|
||||
Use it like this
|
||||
|
||||
.. code-block::
|
||||
|
||||
{{ form|bootstrap }}
|
||||
|
||||
`Read the Docs <https://django-bootstrap-form.readthedocs.org/en/latest/>`_
|
||||
|
||||
|
||||
CHANGELOG
|
||||
---------
|
||||
|
||||
- 2013-8-27:
|
||||
|
||||
Add support for Bootstrap 3, contributed by `Nivl <https://github.com/Nivl>`_
|
||||
|
||||
|
||||
- 2013-5-7:
|
||||
|
||||
Add `radio` support for ChoiceField
|
||||
|
||||
|
||||
.. image:: https://d2weczhvl823v0.cloudfront.net/tzangms/django-bootstrap-form/trend.png
|
||||
:alt: Bitdeli badge
|
||||
:target: https://bitdeli.com/free
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user