CHANGES.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
apidev_django_floppyforms.egg-info/PKG-INFO
apidev_django_floppyforms.egg-info/SOURCES.txt
apidev_django_floppyforms.egg-info/dependency_links.txt
apidev_django_floppyforms.egg-info/not-zip-safe
apidev_django_floppyforms.egg-info/top_level.txt
docs/Makefile
docs/bootstrap.rst
docs/changelog.rst
docs/conf.py
docs/customization.rst
docs/differences.rst
docs/examples.rst
docs/geodjango.rst
docs/index.rst
docs/layouts.rst
docs/templatetags.rst
docs/usage.rst
docs/widgets-reference.rst
docs/widgets.rst
docs/images/datepicker-chromium.png
docs/images/datepicker-jquery-ui.png
docs/images/geomcollection.png
docs/images/gmappoly.png
docs/images/image_with_thumbnail.png
docs/images/osmlinestring.png
docs/images/pointfield.png
docs/images/slider-chromium.png
docs/images/slider-jquery-ui.png
floppyforms/__init__.py
floppyforms/compat.py
floppyforms/fields.py
floppyforms/forms.py
floppyforms/models.py
floppyforms/widgets.py
floppyforms/__future__/__init__.py
floppyforms/__future__/models.py
floppyforms/gis/__init__.py
floppyforms/gis/fields.py
floppyforms/gis/widgets.py
floppyforms/static/floppyforms/gis/img/move_vertex_off.png
floppyforms/static/floppyforms/gis/img/move_vertex_on.png
floppyforms/static/floppyforms/js/MapWidget.js
floppyforms/static/floppyforms/openlayers/OpenLayers.js
floppyforms/static/floppyforms/openlayers/theme/default/google.css
floppyforms/static/floppyforms/openlayers/theme/default/ie6-style.css
floppyforms/static/floppyforms/openlayers/theme/default/style.css
floppyforms/static/floppyforms/openlayers/theme/default/style.mobile.css
floppyforms/static/floppyforms/openlayers/theme/default/img/add_point_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/add_point_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/blank.gif
floppyforms/static/floppyforms/openlayers/theme/default/img/close.gif
floppyforms/static/floppyforms/openlayers/theme/default/img/drag-rectangle-off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/drag-rectangle-on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_line_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_line_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_point_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_point_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_polygon_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/draw_polygon_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/editing_tool_bar.png
floppyforms/static/floppyforms/openlayers/theme/default/img/move_feature_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/move_feature_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/navigation_history.png
floppyforms/static/floppyforms/openlayers/theme/default/img/overview_replacement.gif
floppyforms/static/floppyforms/openlayers/theme/default/img/pan-panel-NOALPHA.png
floppyforms/static/floppyforms/openlayers/theme/default/img/pan-panel.png
floppyforms/static/floppyforms/openlayers/theme/default/img/pan_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/pan_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/panning-hand-off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/panning-hand-on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/remove_point_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/remove_point_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/ruler.png
floppyforms/static/floppyforms/openlayers/theme/default/img/save_features_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/save_features_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/view_next_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/view_next_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/view_previous_off.png
floppyforms/static/floppyforms/openlayers/theme/default/img/view_previous_on.png
floppyforms/static/floppyforms/openlayers/theme/default/img/zoom-panel-NOALPHA.png
floppyforms/static/floppyforms/openlayers/theme/default/img/zoom-panel.png
floppyforms/templates/floppyforms/_render_as.html
floppyforms/templates/floppyforms/attrs.html
floppyforms/templates/floppyforms/checkbox.html
floppyforms/templates/floppyforms/checkbox_select.html
floppyforms/templates/floppyforms/clearable_input.html
floppyforms/templates/floppyforms/color.html
floppyforms/templates/floppyforms/date.html
floppyforms/templates/floppyforms/datetime.html
floppyforms/templates/floppyforms/dummy.html
floppyforms/templates/floppyforms/email.html
floppyforms/templates/floppyforms/errors.html
floppyforms/templates/floppyforms/file.html
floppyforms/templates/floppyforms/hidden.html
floppyforms/templates/floppyforms/input.html
floppyforms/templates/floppyforms/ipaddress.html
floppyforms/templates/floppyforms/number.html
floppyforms/templates/floppyforms/password.html
floppyforms/templates/floppyforms/phonenumber.html
floppyforms/templates/floppyforms/radio.html
floppyforms/templates/floppyforms/range.html
floppyforms/templates/floppyforms/search.html
floppyforms/templates/floppyforms/select.html
floppyforms/templates/floppyforms/select_date.html
floppyforms/templates/floppyforms/slug.html
floppyforms/templates/floppyforms/text.html
floppyforms/templates/floppyforms/textarea.html
floppyforms/templates/floppyforms/time.html
floppyforms/templates/floppyforms/url.html
floppyforms/templates/floppyforms/gis/google.html
floppyforms/templates/floppyforms/gis/openlayers.html
floppyforms/templates/floppyforms/gis/osm.html
floppyforms/templates/floppyforms/layouts/default.html
floppyforms/templates/floppyforms/layouts/p.html
floppyforms/templates/floppyforms/layouts/table.html
floppyforms/templates/floppyforms/layouts/ul.html
floppyforms/templates/floppyforms/rows/default.html
floppyforms/templates/floppyforms/rows/li.html
floppyforms/templates/floppyforms/rows/p.html
floppyforms/templates/floppyforms/rows/tr.html
floppyforms/templatetags/__init__.py
floppyforms/templatetags/floppyforms.py
floppyforms/templatetags/floppyforms_internals.py
requirements/tests.txt
tests/__init__.py
tests/base.py
tests/compat.py
tests/models.py
tests/settings.py
tests/test_deprecations.py
tests/test_fields.py
tests/test_forms.py
tests/test_gis.py
tests/test_layouts.py
tests/test_modelforms.py
tests/test_rendering.py
tests/test_templatetags.py
tests/test_widgets.py
tests/tests.py
tests/demo/__init__.py
tests/demo/forms.py
tests/demo/manage.py
tests/demo/settings.py
tests/demo/urls.py
tests/demo/views.py
tests/demo/templates/demo/index.html
tests/templates/custom.html
tests/templates/extra_argument.html
tests/templates/extra_argument_with_config.html
tests/templates/formconfig_inside_only.html
tests/templates/media_widget.html
tests/templates/simple_form_tag.html
tests/templates/simple_formfield_tag.html
tests/templates/simple_formrow_tag.html
tests/templates/simple_formrow_tag_with_config.html