File python-django-floppyforms.changes of Package python-django-floppyforms
-------------------------------------------------------------------
Fri Sep 27 18:48:40 UTC 2013 - p.drouand@gmail.com
- Update to version 1.1
+ No changelog available
- Use download url as source
- Replace python-ditribute with python-setuptools BuildRequires
- Add more documentation from tarball
- Remove redundant %clean section and useless CFLAGS export
-------------------------------------------------------------------
Sat Jan 19 19:50:40 UTC 2013 - jfunk@funktronics.ca
- Update to 1.0
* cleaned up the behaviour of attrs
* compatible with Django 1.3 and 1.4
* <optgroup> support in select widgets
* Select widgets: renamed choices context variable to optgroups. This is
backwards-incompatible: if you have custom templates for Select widgets,
they need to be updated.
* get_context() is more reliable
* Added form, formrow, formfield, formconfig and widget template tags.
* Added template-based form layout system.
* Added ability to render widgets with the broader page context, for
instance for django-sekizai compatibility.
- Run tests
-------------------------------------------------------------------
Fri Oct 21 18:02:33 UTC 2011 - jfunk@funktronics.ca
- Update to 0.4.7
- only iterate over things when it's actually useful
- 0.4.6:
- Fixes #16 - CheckboxInput rendered the wrong way when the form is bound
- 0.4.5:
- make floppyforms work with trunk django
- Fixed #10 - SplitDateTimeWidget failed to render when provided with an
initial value
-------------------------------------------------------------------
Thu Apr 21 20:21:08 UTC 2011 - jfunk@funktronics.ca
- Initial release