Metadata-Version: 1.1
Name: django-osm-field
Version: 0.2.0
Summary: Django OpenStreetMap Field
Home-page: https://github.com/MarkusH/django-osm-field
Author: Markus Holtermann, et al
Author-email: info@markusholtermann.eu
License: MIT
Description: ================
        Django OSM Field
        ================
        
        .. image:: https://pypip.in/v/django-osm-field/badge.png
           :target: https://crate.io/packages/django-osm-field/
        
        .. image:: https://pypip.in/d/django-osm-field/badge.png
           :target: https://crate.io/packages/django-osm-field/
        
        .. image:: https://travis-ci.org/MarkusH/django-osm-field.png
           :target: https://travis-ci.org/MarkusH/django-osm-field
        
        .. image:: https://coveralls.io/repos/MarkusH/django-osm-field/badge.png?branch=develop
           :target: https://coveralls.io/r/MarkusH/django-osm-field
        
        
        Django OpenStreetMap Field
        
        * Free software: MIT license
        * Documentation: http://django-osm-field.rtfd.org.
        
        
        
        
        =======
        History
        =======
        
        0.2.0 (2014-11-10)
        ==================
        
        * Added support for Django 1.7 migrations (#2)
        * Updated styling (#1)
        * Forced map refresh on show
        * Added tests
        * Changed license from BSD to MIT
        * Added support for non-default named form fields (those not ending with
          ``_lat`` and ``_lon`` respectively).
        * Added documentation
        
        
        0.1.4 (2014-06-02)
        ==================
        
        * Add minified JavaScript and CSS sources
        
        
        0.1.3 (2014-05-28)
        ==================
        
        * jQuery is not automatically added by the widgets media class anymore
        
        
        0.1.0 (2014-05-20)
        ==================
        
        * First release on PyPI.
        
Keywords: OpenStreetMap,OSM,Django,Geo,Geoposition
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
