{
"info": {
"author": "Mathieu Leplatre",
"author_email": "mathieu.leplatre@makina-corpus.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Utilities"
],
"description": "==============\nDjango Leaflet\n==============\n\nSee the `documentation `_ for more information.\n\n*django-leaflet* allows you to use `Leaflet `_\nin your `Django `_ projects.\n\nIt embeds Leaflet version *1.3.1*.\n\n.. image:: https://readthedocs.org/projects/django-leaflet/badge/?version=latest\n :target: http://django-leaflet.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/django-leaflet.svg\n :target: https://pypi.python.org/pypi/django-leaflet\n\n.. image:: https://img.shields.io/pypi/dm/django-leaflet.svg\n :target: https://pypi.python.org/pypi/django-leaflet\n\n.. image:: https://travis-ci.org/makinacorpus/django-leaflet.png\n :target: https://travis-ci.org/makinacorpus/django-leaflet\n\n.. image:: https://coveralls.io/repos/makinacorpus/django-leaflet/badge.png\n :target: https://coveralls.io/r/makinacorpus/django-leaflet\n\n\nMain purposes of having a python package for the Leaflet Javascript library :\n\n* Install and enjoy ;\n* Do not embed Leaflet assets in every Django project ;\n* Enjoy geometry edition with Leaflet form widget ;\n* Control apparence and settings of maps from Django settings (e.g. at deployment) ;\n* Reuse Leaflet map initialization code (e.g. local projections) ;\n\n:note:\n\n *django-leaflet* is compatible with `django-geojson `_ fields, which\n allow handling geographic data without spatial database.\n\n=========\nTUTORIALS\n=========\n\n* `GeoDjango maps with Leaflet `_\n\n\n=======\nAUTHORS\n=======\n\n* `Mathieu Leplatre `_\n* `Ariel N\u00fa\u00f1ez `_\n* `Boris Chervenkov `_\n* `Marco Badan `_\n* `Bruno Reni\u00e9 `_\n* `Simon Th\u00e9pot `_\n* `Thibault Jouannic `_\n* `jnm `_\n* `Manel Clos `_\n* `Ga\u00ebl Utard `_\n* `Alex Marandon `_\n* `ollb `_\n* `smcoll `_\n* `jnm `_\n* `OKso `_\n* `Florent Lebreton `_\n* `rgreenemun `_\n* `Marco Badan `_\n* David Martinez Morata\n* `NotSqrt `_\n* `Dylan Verheul `_\n* `Mactory `_\n* `Petr Dlouhy `_\n* `Kostya Esmukov `_\n* Yann Fouillat (alias Gagaro)\n\n|makinacom|_\n\n.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif\n.. _makinacom: http://www.makina-corpus.com\n\n=======\nLICENSE\n=======\n\n* Lesser GNU Public License\n* Leaflet Copyright - 2010-2011 CloudMade, Vladimir Agafonkin\n\n\n=========\nCHANGELOG\n=========\n\n0.25.0 (2019-10-18)\n-------------------\n\n- #225 changes in staticfiles for django 1.11.14\n- #247 Allow resizing of raw Geometry textbox input via CSS, improve label, add docs\n- #108 Add examples to docs on adding overlays, customising maps in templates, admin and forms\n- #248 Allow use of a custom widget in the Admin. (fixes #151)\n- #261 Add request to formfield_for_dbfield signature; fix #260\n- #262 Fix Missing staticfiles manifest entry for 'leaflet/images'\n\n0.24.0 (2018-06-07)\n-------------------\n\n- Updated Leaflet to 1.3.1\n\n0.23.0 (2017-11-28)\n-------------------\n\n- Fix fatal bug with Django => 1.11.2 for non-GIS databases\n- fixes #188 Better replace for icon image\n- Add Russian translation\n- Add Hungarian translation\n- Allow storing global leaflet map instances\n\n0.22.0 (2017-04-06)\n-------------------\n\n- Set a default max zoom in leaflet.forms _setView to avoid an error.\n- Fix the div ids to work with admin inlines.\n- Django 1.11 compatibility\n- Fix multipolyline/multipolygon and polyline/polygon not working\n\n0.21.0 (2017-02-28)\n-------------------\n\n- Update leaflet.draw and fix a packaging and a javascript bug\n\n\n0.20.0 (2017-01-27)\n-------------------\n\n**New features**\n\n- Update Leaflet to 1.0.3 (#169)\n- Update Leaflet-draw to 0.4.0 (#169)\n- Update Proj4Leaflet to 1.0.0 (#169)\n- Made `static` calls lazy, to fix issues with non-default STATICFILES_STORAGE (#149)\n- Add example application (#168)\n\n**Bug fixes**\n\n- Use SpatiaLite library path from environment variable for running test (#173)\n- Fix max zoom level (#165)\n- Add SPATIAL_EXTENT default value to the default settings (#167)\n\nMany thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contributions!\n\n\n0.19.0 (2016-08-22)\n-------------------\n\n**New features**\n\n- Added ``leaflet.admin.LeafletGeoAdminMixin``, useful for stacked or tabular\n inline forms (thanks @KostyaEsmukov, @Xowap)\n\n\n0.18.2 (2016-08-16)\n-------------------\n\n- Fix compatibility with Django <= 1.7\n\n\n0.18.1 (2016-04-07)\n-------------------\n\n- If the TILES setting contains an empty list, no default tiles layer is generated (thanks @dyve).\n- Fix to allow multipoints saving (fixes #130, thanks @rukayaj)\n- Fix settings override (#142, thanks @ndufrane)\n- Fix for templatetags.leflet_js debug setting (#148, thanks @arctelix)\n- Fixes for Django 1.10 compatibility (#138, thanks @PetrDiouhy)\n\n\n0.18.0 (2016-01-04)\n-------------------\n\n**New features**\n\n* Use a LazyEncoder to allow lazy translations in settings (#132, thanks @Mactory)\n* Enable settings_overrides also for admin (fixes #120, thanks @PetrDiouhy)\n* Add tests for Django 1.9 and Python 3.5 (thanks @itbabu)\n\n**Bug fixes**\n\n* Fix LeafletWidget behaviour on GeometryCollectionField (fixes #135)\n\n\n0.17.1 (2015-12-16)\n-------------------\n\n* Update Leaflet to 0.7.7\n* Update Leaflet-draw to 0.2.4\n* Fix rendering of leaflet widget when initial value is an empty string\n\n\n0.17.0 (2015-11-11)\n-------------------\n\n**New features**\n\n* Pass relative URLs for static files through django.contrib.staticfiles (thanks @dyve, fixes #111)\n* Allow to override settings at the template tag level (thanks @PetrDiouhy, fixes #59)\n* Update Leaflet to 0.7.5 (@dyve)\n* Add Czech locale (thanks @PetrDiouhy)\n\n**Bug fixes**\n\n* Fix interaction with django-geojson (#106, thanks @batisteo)\n* Use protocol independant URLs in default OSM tiles (thanks @NotSqrt)\n* Fix deprecated TEMPLATE_DEBUG (#121, thanks @josenaka)\n* Fix errors with multi-word field names (#123, thanks @josemazo)\n* Fix loadevent not being taken into account in forms (#127, thanks @josemazo)\n\n\n0.16.0 (2015-04-17)\n-------------------\n\n**New features**\n\n* Add setting ``FORCE_IMAGE_PATH`` to bypass Leaflet guess on image paths\n (*useful when using django-compressor*) (thanks @nimasmi)\n* Add Hebrew translations (thanks @nonZero)\n* Map attribution can be translated using ugettext_lazy\n\n**Bug fixes**\n\n* Fix widgets hanging forever with points (thanks @Azimkhan, fixes #90)\n* Remove setTimeout when calling setView() (thanks @manelclos, fixes #89)\n* Fix minZoom/maxZoom when undefined in settings (thanks Manel Clos)\n\n\n0.15.2 (2014-12-22)\n-------------------\n\n* Allow to set any leaflet tileLayer option in ``TILES`` and ``OVERLAYS`` settings (fixes #70).\n\n\n0.15.1 (2014-12-04)\n-------------------\n\n* Remove special characters in README (fixes #82)\n* Fix translation in French (fixes #86)\n* Fix es localization\n\n\n0.15.0 (2014-10-24)\n-------------------\n\n* Add ability to add overlay tile layers via new setting ``OVERLAYS``.\n\n0.14.2 (2014-10-24)\n-------------------\n\n* Fix Django 1.7 support in tests (thanks Marco Badan)\n* Add spanish translations (thanks David Martinez)\n\n0.14.1 (2014-07-30)\n-------------------\n\n* Fix draw events being received for each draw control on the map.\n (**Caution**: ``map.drawControl`` attribute is not set anymore)\n\n\n0.14.0 (2014-07-29)\n-------------------\n\n* Fix GeoJSON serialization when creating new MultiPoint records\n* Make the only layer match the map max/min_zoom (fixes #67) (thanks Manel Clos)\n* Added widget attribute to edit several fields on the same map\n\n\n0.13.7 (2014-06-26)\n-------------------\n\n* Fix typo in default proj4js path (ref #71)\n\n\n0.13.6 (2014-06-26)\n-------------------\n\n* Setup Projection machinery in Leaflet forms if necessary\n* Django Leaflet forms fiels without libgeos installed (thanks Florent Lebreton)\n\n\n0.13.5 (2014-06-18)\n-------------------\n\n* Prevent SRID download when default is used\n\n\n0.13.4 (2014-06-13)\n-------------------\n\n* Fix SRID projection file not being loaded\n\n\n0.13.3 (2014-06-10)\n-------------------\n\n* Upgrade to Leaflet 0.7.3\n\n\n0.13.2 (2014-04-15)\n-------------------\n\n* Fix regression where maps have null as max zoom\n\n\n0.13.1 (2014-04-10)\n-------------------\n\n* Fix GEOS dependency, back as optional for geometry edition only (fixes #65)\n* Add minZoom and maxZoom to map initialization\n* Add support of advanced static files locations, like S3 (thanks @jnm)\n\n\n0.13.0 (2014-03-26)\n-------------------\n\n* Add support of Leaflet form fields on Django >= 1.4.2 (thanks Ga\u00c4\u0082\u0139\u00a4l Utard)\n\n\n0.12 (2014-03-22)\n-----------------\n\n* Add support of GeoJSON fields\n\n\n0.11.1 (2014-02-12)\n-------------------\n\n* Do not complain about tile extent if SRID is 3857\n\n\n0.11.0 (2014-02-07)\n-------------------\n\n* Add control of `metric` and `imperial` in `SCALE` option (thanks @smcoll)\n* Upgrade to Leaflet.draw 0.2.3\n\n\n0.10.1 (2014-02-03)\n-------------------\n\n* Upgrade to Leaflet 0.7.2\n\n\n0.10.0 (2014-01-22)\n-------------------\n\n* Python 3 support (thanks @itbabu)\n* Added JavaScript test using Mocha\n\n0.9.0 (2013-12-11)\n------------------\n\n* Upgrade to Leaflet 0.7.1\n* Fix unsaved warning being always triggered on Internet Explorer.\n* Added DE locale (thanks @rosscdh)\n* Fix installation with python 2.6 (thanks @ollb)\n\n\n0.8.5 (2013-11-05)\n------------------\n\n* Fix name collision.\n\n\n0.8.4 (2013-11-05)\n------------------\n\n* Fix regression in Django leaflet options serialization.\n\n\n0.8.3 (2013-11-05)\n------------------\n\n* Switch to lazy gettext in leaflet module init.\n\n\n0.8.2 (2013-10-31)\n------------------\n\n* Fix drawing of multi-polygon (fixes #37)\n* Fix attached data for events with jQuery fallback (fixes #38)\n* Fix Javascript syntax errors when using form prefixes (fixes #40)\n\n0.8.1 (2013-09-30)\n------------------\n\n* Fix Leaflet library inclusion with \"plugins=ALL\" outside Admin.\n* Do not include translations in every widgets outside Admin.\n* Fix syntax error if form widget translations contains quotes.\n* Fix dependency error if Leaflet is loaded after the form widget in the DOM.\n* Respect plugins declaration order using OrderedDicts\n* Prepend forms assets (instead of extend) if PLUGINS['forms'] already exists.\n\n0.8.0 (2013-09-18)\n------------------\n\n* Renamed Leaflet map fragment template\n* Leaflet map geometry widgets for adminsite and forms (requires Django 1.6)\n* Fix geometry type restriction in form fields (fixes #32)\n* Use jQuery for triggering events, only if CustomEvent constructor is not available (fixes #27, fixes #34)\n\n0.7.4 (2013-08-28)\n------------------\n\n* Fix projection download error if not available\n* Compute resolutions the same way TileCache does it, and provide\n example of TileCache configuration.\n* Raise ImproperlyConfigured if TILES_EXTENT is not portrait (since not supported)\n\n0.7.3 (2013-08-23)\n------------------\n\n* Do not use console() to warn about deprecated stuff if not available (Init()* ) for map initialization is **deprecated**.\n Use explicit ``callback`` parameter in template tag, or listen to window event ``map:init`` instead.\n (See *Use Leaflet API* section in README.)\n\n* ``TILES_URL`` entry in ``LEAFLET_CONFIG`` is **deprecated**.\n Use ``TILES`` instead.\n\n* Settings lookup is restricted to ``LEAFLET_CONFIG`` dict. Most notably,\n ``SRID``, ``MAP_SRID`` and ``SPATIAL_EXTENT`` at global Django settings level\n are discouraged.\n\n**New features**\n\n* Add ability to associate layers attributions from settings\n* Add ``auto-include`` key for entries in ``PLUGINS`` setting, in order\n to implicity load plugins with ``leaflet_css`` and ``leaflet_js`` tags.\n* Rewrote map initialization, into less flexible and obstruvise way.\n* Use plugin system for Leaflet.MiniMap.\n* Add ``loadevent`` parameter to ``leaflet_map`` tag.\n* Map initialization is now idempotent, does nothing if map is already initialized.\n* Add ``ATTRIBUTION_PREFIX`` setting to control prefix globally.\n\n\n0.6.0 (2013-08-08)\n------------------\n\n* Upgrade to Leaflet 0.6.4\n\n0.6.0a (2013-07-05)\n-------------------\n\n* Upgrade to Leaflet 0.6.2\n* Upgrade Leaflet.Minimap (rev 3cd58f7)\n* Upgrade Proj4Leaflet (rev f4f5b6d)\n\n0.5.1 (2013-04-08)\n------------------\n\n* Add minimap support\n* Drop Leaflet version switching\n* Update Leaflet to 0.5.1\n* Update Leaflet.Minimap\n* Fix apparence of Reset view button\n\n0.4.1 (2012-11-05)\n------------------\n\n* Fix div creation test in template.\n\n0.4.0 (2012-11-05)\n------------------\n\n* Remove imperial scale.\n* Add ``create_div`` parameter\n\n0.3.0 (2012-10-26)\n------------------\n\n* Remove max resolution setting since it can be computed\n* Allow scale control even if view is not set\n* Upgrade Leaflet to 0.4.5\n\n0.2.0 (2012-09-22)\n------------------\n\n* Fix packaging of templates\n* Use template for fragment\n* Do not rely on spatialreference.org by default\n* Default settings for SRID\n* Default settings for map extent\n* Default map height\n* Default tiles base layer\n* map variable is not global anymore\n\n0.1.0 (2012-08-13)\n------------------\n\n* Initial support for map projection\n* Show zoom scale by default\n* Spatial extent configuration\n* Initialization callback instead of global JS variable\n* Leaflet version switching\n* Global layers configuration\n\n0.0.2 (2012-03-22)\n------------------\n\n* Add IE conditional CSS\n\n\n0.0.1 (2012-03-16)\n------------------\n\n* Initial working version\n",
"description_content_type": "",
"docs_url": null,
"download_url": "http://pypi.python.org/pypi/django-leaflet/",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/makinacorpus/django-leaflet",
"keywords": "",
"license": "LPGL, see LICENSE file.",
"maintainer": "",
"maintainer_email": "",
"name": "django-leaflet",
"package_url": "https://pypi.org/project/django-leaflet/",
"platform": "",
"project_url": "https://pypi.org/project/django-leaflet/",
"project_urls": {
"Download": "http://pypi.python.org/pypi/django-leaflet/",
"Homepage": "https://github.com/makinacorpus/django-leaflet"
},
"release_url": "https://pypi.org/project/django-leaflet/0.25.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Use Leaflet in your django projects",
"version": "0.25.0"
},
"last_serial": 5996004,
"releases": {
"0.0.1": [
{
"comment_text": "",
"digests": {
"md5": "fdd00e0d4f41284cc2ffbcaebac44e17",
"sha256": "ed3f949a81c1cfc772c8303cf3e7189b638adba1a0b9e58dc6a3a475a63860c9"
},
"downloads": -1,
"filename": "django-leaflet-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "fdd00e0d4f41284cc2ffbcaebac44e17",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 70371,
"upload_time": "2012-03-19T15:31:42",
"url": "https://files.pythonhosted.org/packages/54/b1/2706ee31b209e5623daf3fc03f0049c3c410f306cd76982cf699d0dffbee/django-leaflet-0.0.1.tar.gz"
}
],
"0.0.2": [
{
"comment_text": "",
"digests": {
"md5": "459b8c0d34a771ba82eb0f9295251500",
"sha256": "3ae270d8426f8cb3dbb9aefdcc5ca8e0eefbd9dabb39f6a63b2dd03ea72ae32a"
},
"downloads": -1,
"filename": "django-leaflet-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "459b8c0d34a771ba82eb0f9295251500",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 69155,
"upload_time": "2012-03-22T14:41:55",
"url": "https://files.pythonhosted.org/packages/e3/a1/76d5a9d4ce67dcf1522466e9f728b9ab6eaaedf6debb6bc3642833cc6ace/django-leaflet-0.0.2.tar.gz"
}
],
"0.1.0": [
{
"comment_text": "",
"digests": {
"md5": "c7e5590a04fadd3d549552ed08067083",
"sha256": "796e6f70fd16fb3a1ffb3db1dffbb00ac2ee900d7b390a51d1e7b7926c3258ca"
},
"downloads": -1,
"filename": "django-leaflet-0.1.0.zip",
"has_sig": false,
"md5_digest": "c7e5590a04fadd3d549552ed08067083",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 274079,
"upload_time": "2012-08-13T10:44:33",
"url": "https://files.pythonhosted.org/packages/bd/21/74f281f1c35cdb259e46bb04f2723150f6a1bab51604e1c166418beaa2ee/django-leaflet-0.1.0.zip"
}
],
"0.10.0": [
{
"comment_text": "",
"digests": {
"md5": "dfac5f44d94d0eaa1eba0e8d8af281b6",
"sha256": "8f05d31e29c428ea3f169cf541a29bc08d4d5ae66fc11719c52a0b70d611f0c1"
},
"downloads": -1,
"filename": "django-leaflet-0.10.0.zip",
"has_sig": false,
"md5_digest": "dfac5f44d94d0eaa1eba0e8d8af281b6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 214382,
"upload_time": "2014-01-22T09:18:11",
"url": "https://files.pythonhosted.org/packages/a8/ac/8166bad071d38dcb7bbc748b2a8cfec98ad9df3b1a96af0b49b9c6ff1a35/django-leaflet-0.10.0.zip"
}
],
"0.10.1": [
{
"comment_text": "",
"digests": {
"md5": "3f7b64e6bc32b34cdd8d44e76a917b75",
"sha256": "ee76284b6c344f1d8307a62c6630b4b065634d08bcd4547f6542761fcfe9d6a9"
},
"downloads": -1,
"filename": "django-leaflet-0.10.1.zip",
"has_sig": false,
"md5_digest": "3f7b64e6bc32b34cdd8d44e76a917b75",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 214159,
"upload_time": "2014-02-03T20:58:15",
"url": "https://files.pythonhosted.org/packages/b0/65/d074f0ef96916cb2974b2e5e810c7ecbfd6cdb0a7f9a268f0cdbf0b59226/django-leaflet-0.10.1.zip"
}
],
"0.11.0": [
{
"comment_text": "",
"digests": {
"md5": "6cf87f414384ab79150ed3f1aebf8ff3",
"sha256": "e42c11bdc6f1255deaa56ea050b77f409a0cae4c72b31e92ea8218e744cc29ec"
},
"downloads": -1,
"filename": "django-leaflet-0.11.0.zip",
"has_sig": false,
"md5_digest": "6cf87f414384ab79150ed3f1aebf8ff3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 216863,
"upload_time": "2014-02-07T07:48:24",
"url": "https://files.pythonhosted.org/packages/59/af/b6d2c0fcefd4434ad8dcdeff6131d2910409220d1216f65f51a9e90f9669/django-leaflet-0.11.0.zip"
}
],
"0.11.1": [
{
"comment_text": "",
"digests": {
"md5": "49c3089cdc15288cd2895772a02b8564",
"sha256": "3b5203c25bf2b14602b3759072acbf75688a90d5e36ffa0b5db5068828f7bb0b"
},
"downloads": -1,
"filename": "django-leaflet-0.11.1.zip",
"has_sig": false,
"md5_digest": "49c3089cdc15288cd2895772a02b8564",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 216955,
"upload_time": "2014-02-12T12:45:50",
"url": "https://files.pythonhosted.org/packages/f6/5f/25c43746d539fd4ab69057c3f4d062e2b4a493f7a667e1453067aa262841/django-leaflet-0.11.1.zip"
}
],
"0.11.1.dev0": [],
"0.12": [
{
"comment_text": "",
"digests": {
"md5": "1a1cf2a5a3116329f4bac5b790a6b7f1",
"sha256": "6090f24307cc6b4cb2eeaa479c95963a1b034402ac4a84d7ab33241e585495f7"
},
"downloads": -1,
"filename": "django-leaflet-0.12.zip",
"has_sig": false,
"md5_digest": "1a1cf2a5a3116329f4bac5b790a6b7f1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 217095,
"upload_time": "2014-03-22T15:33:37",
"url": "https://files.pythonhosted.org/packages/48/0c/434b42207478ac4b7a963e531fbcef4d78baccfc2cf8868be1a8b09dc0ff/django-leaflet-0.12.zip"
}
],
"0.13.0": [
{
"comment_text": "",
"digests": {
"md5": "cba375c3245232891e01267eb28855c3",
"sha256": "ce863cb76114233c8fa922dcffb929ebb5c532e002dbf5463a9024f31214c425"
},
"downloads": -1,
"filename": "django-leaflet-0.13.0.zip",
"has_sig": false,
"md5_digest": "cba375c3245232891e01267eb28855c3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 220552,
"upload_time": "2014-03-26T14:09:46",
"url": "https://files.pythonhosted.org/packages/e2/95/b1e4a6d4adefed41b0f1c3cfb42d0b0ed5c8291f84cfed6b7d51103f98e0/django-leaflet-0.13.0.zip"
}
],
"0.13.1": [
{
"comment_text": "",
"digests": {
"md5": "b6ea535e68f24c21b2633b94ec18620b",
"sha256": "6a4920d56be346857e11448be861c9244bb36a274c94b45a03f5c6ef5db28fdb"
},
"downloads": -1,
"filename": "django-leaflet-0.13.1.zip",
"has_sig": false,
"md5_digest": "b6ea535e68f24c21b2633b94ec18620b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 221279,
"upload_time": "2014-04-10T08:19:11",
"url": "https://files.pythonhosted.org/packages/9a/8e/9d8be41e1574714e73b0277f094a8ae2d15d09d2c0717abf2d2f71f191c5/django-leaflet-0.13.1.zip"
}
],
"0.13.2": [
{
"comment_text": "",
"digests": {
"md5": "17243c71edf497f99692d278cade37d9",
"sha256": "b4ebef12f5bd0c57f8b89631965c09aaeac15e205cf7f6ce760aaf3c974693fb"
},
"downloads": -1,
"filename": "django-leaflet-0.13.2.zip",
"has_sig": false,
"md5_digest": "17243c71edf497f99692d278cade37d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 221371,
"upload_time": "2014-04-15T13:26:03",
"url": "https://files.pythonhosted.org/packages/c2/eb/50115ed9df9e7c0d8685be74d52ac15561e426b5d5bd3de6cd1152ec2f3d/django-leaflet-0.13.2.zip"
}
],
"0.13.3": [
{
"comment_text": "",
"digests": {
"md5": "e42f55b16e0273da70f00f38a3dec54e",
"sha256": "6c00b7dcb9a618c8d27c44d5a657c52ce824752a368f865ab3d2ffb7f3ece5bf"
},
"downloads": -1,
"filename": "django-leaflet-0.13.3.zip",
"has_sig": false,
"md5_digest": "e42f55b16e0273da70f00f38a3dec54e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 221538,
"upload_time": "2014-06-10T12:10:20",
"url": "https://files.pythonhosted.org/packages/cc/62/ed1d6d5393a6dd21219819fa869fbed22a91057f7ff77a4c27e3993eb061/django-leaflet-0.13.3.zip"
}
],
"0.13.4": [
{
"comment_text": "",
"digests": {
"md5": "7c54305ebe7d519f61c8d47c477b2461",
"sha256": "b57d05ed654cc496315a49a0a18eb0034dca46a9f228ab0a30f1346078403c5d"
},
"downloads": -1,
"filename": "django-leaflet-0.13.4.zip",
"has_sig": false,
"md5_digest": "7c54305ebe7d519f61c8d47c477b2461",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 221609,
"upload_time": "2014-06-13T09:38:38",
"url": "https://files.pythonhosted.org/packages/31/dc/a09dd4ddf8c9db330fbfa96148eec2b151919c956f50a02b9c58b5e84901/django-leaflet-0.13.4.zip"
}
],
"0.13.5": [
{
"comment_text": "",
"digests": {
"md5": "95358d7fb027c3742fe8ba1885b359b1",
"sha256": "0f917a510d5c4eef2e1a396c0dfd951dcafed480a2f2d43e544f9eb103fb2ee2"
},
"downloads": -1,
"filename": "django-leaflet-0.13.5.zip",
"has_sig": false,
"md5_digest": "95358d7fb027c3742fe8ba1885b359b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 221695,
"upload_time": "2014-06-18T07:01:30",
"url": "https://files.pythonhosted.org/packages/0b/9d/b0386c4d014491260fbd93dda0b2c2e9184cbfcc8788c02c0e22ddc9e220/django-leaflet-0.13.5.zip"
}
],
"0.13.6": [
{
"comment_text": "",
"digests": {
"md5": "c341f28009b814d93e48bede7b61bc45",
"sha256": "058340780cef07ce191b2412b40a0c66a54a858b8c06a8f7df8ea4cf335aad52"
},
"downloads": -1,
"filename": "django-leaflet-0.13.6.zip",
"has_sig": false,
"md5_digest": "c341f28009b814d93e48bede7b61bc45",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 222336,
"upload_time": "2014-06-26T15:51:32",
"url": "https://files.pythonhosted.org/packages/a7/77/366665eaa2d41ffc62d0640b7f6fe2d3c90f400d912e258e4c88100fe2c8/django-leaflet-0.13.6.zip"
}
],
"0.13.7": [
{
"comment_text": "",
"digests": {
"md5": "db80b6dab41ab5317b1d7111575a1298",
"sha256": "8758c5b946736ac256c3f4c0cb5f29d3f772c59e003f24aeaa6b6b2d86124d62"
},
"downloads": -1,
"filename": "django-leaflet-0.13.7.zip",
"has_sig": false,
"md5_digest": "db80b6dab41ab5317b1d7111575a1298",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 222422,
"upload_time": "2014-06-26T16:12:00",
"url": "https://files.pythonhosted.org/packages/67/05/118f76f17698cfa91f6e1ffc854ac51873bc04143900e597f843e3c0c46f/django-leaflet-0.13.7.zip"
}
],
"0.14.0": [
{
"comment_text": "",
"digests": {
"md5": "dd0eb0aaf5c97d556e27db4737d38c4b",
"sha256": "2fc43fdfaf793cbfaf5c2ce5fbeba95991827edae3510a220d517670214b56b1"
},
"downloads": -1,
"filename": "django-leaflet-0.14.0.zip",
"has_sig": false,
"md5_digest": "dd0eb0aaf5c97d556e27db4737d38c4b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 223168,
"upload_time": "2014-07-29T14:08:27",
"url": "https://files.pythonhosted.org/packages/65/d6/8ba59cb163673c66b7772fac6a2273d770f8a235f88ff2d1bb16bc51d9c3/django-leaflet-0.14.0.zip"
}
],
"0.14.1": [
{
"comment_text": "",
"digests": {
"md5": "c2b3fd533eed0a0aae583636c0eeafcc",
"sha256": "33f23dccac3aab9ad3239d259a4782a6bc4281388a89bb73cdd9e9598d6986fd"
},
"downloads": -1,
"filename": "django-leaflet-0.14.1.zip",
"has_sig": false,
"md5_digest": "c2b3fd533eed0a0aae583636c0eeafcc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 223647,
"upload_time": "2014-07-30T15:58:19",
"url": "https://files.pythonhosted.org/packages/e1/24/cd25c9210cc9d8004495094e296239485bdc113595e564a40710f8a817c3/django-leaflet-0.14.1.zip"
}
],
"0.14.2": [
{
"comment_text": "",
"digests": {
"md5": "292ca9eb58cb56c4b31b33015eab532a",
"sha256": "3f260ca90cffd0ce836be0f05a54678f13bebd3c8dad856f0d48b41e8fbbccc7"
},
"downloads": -1,
"filename": "django-leaflet-0.14.2.zip",
"has_sig": false,
"md5_digest": "292ca9eb58cb56c4b31b33015eab532a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 226668,
"upload_time": "2014-10-24T14:42:52",
"url": "https://files.pythonhosted.org/packages/52/04/134372498d70aaf97a9fb345ab175af396af9cc1ef6a70fc2530221f17bb/django-leaflet-0.14.2.zip"
}
],
"0.15.0": [
{
"comment_text": "",
"digests": {
"md5": "f1c43e939da2f89bc77709bcc3cdcfba",
"sha256": "a32203728762bba1fb915e7fbeeca6a14608b7f03b53010bedb5999b342775e2"
},
"downloads": -1,
"filename": "django-leaflet-0.15.0.zip",
"has_sig": false,
"md5_digest": "f1c43e939da2f89bc77709bcc3cdcfba",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 227171,
"upload_time": "2014-10-24T16:02:10",
"url": "https://files.pythonhosted.org/packages/98/5d/8b685a095c7aaa3b6aaf3336196905c2edb85e3043be055d6c38606b3666/django-leaflet-0.15.0.zip"
}
],
"0.15.1": [
{
"comment_text": "",
"digests": {
"md5": "3363a27b5de8b732e767a2eb279aa79e",
"sha256": "5c62278d4c917a5bfd7bd834e12a0dd2bea538bac3196bb9af96a56cf910f4ad"
},
"downloads": -1,
"filename": "django-leaflet-0.15.1.tar.gz",
"has_sig": false,
"md5_digest": "3363a27b5de8b732e767a2eb279aa79e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 199628,
"upload_time": "2014-12-04T11:29:51",
"url": "https://files.pythonhosted.org/packages/b2/a2/e6fdbf945a3e93f4b10de29e048dbfb93432807f79cd93961024e72c501e/django-leaflet-0.15.1.tar.gz"
}
],
"0.15.2": [
{
"comment_text": "",
"digests": {
"md5": "b63e7806260b0f7a87a8433962fbff56",
"sha256": "551e773ce21efad595ba31dbb37b363a07ed48085fa0721d54d336857a9c6a9f"
},
"downloads": -1,
"filename": "django-leaflet-0.15.2.tar.gz",
"has_sig": false,
"md5_digest": "b63e7806260b0f7a87a8433962fbff56",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 202378,
"upload_time": "2014-12-22T10:39:25",
"url": "https://files.pythonhosted.org/packages/95/77/e4542c5a1ac4b4782ec3dc8109a7b73cc15b8162bbfbfaa3f0e10a0cdc4d/django-leaflet-0.15.2.tar.gz"
}
],
"0.16.0": [
{
"comment_text": "",
"digests": {
"md5": "7b26d56e6969e16d11e5439158283ef0",
"sha256": "aff5080ce98e830ec328085780b2db0a07fba7f1da81e81c43f0ec4d8651f79e"
},
"downloads": -1,
"filename": "django-leaflet-0.16.0.zip",
"has_sig": false,
"md5_digest": "7b26d56e6969e16d11e5439158283ef0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 231259,
"upload_time": "2015-04-17T11:38:00",
"url": "https://files.pythonhosted.org/packages/9d/a2/f72ad35a0ab87e89b810bd8d7a84d51dab585a78bf98963528f707998d5e/django-leaflet-0.16.0.zip"
}
],
"0.17.0": [
{
"comment_text": "",
"digests": {
"md5": "d49f7f8b6f156c826ab417b923985ec7",
"sha256": "7c91bbaa558b442e5db2c38dd0928687cb0d2a4a3e6096e7065efefee0a2e5bc"
},
"downloads": -1,
"filename": "django-leaflet-0.17.0.zip",
"has_sig": false,
"md5_digest": "d49f7f8b6f156c826ab417b923985ec7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 234409,
"upload_time": "2015-11-11T19:56:42",
"url": "https://files.pythonhosted.org/packages/3b/87/369e81f7a9d653d7231e5af627532cdab54d2923bf3c91629d58e17f855e/django-leaflet-0.17.0.zip"
}
],
"0.17.1": [
{
"comment_text": "",
"digests": {
"md5": "2254b7be6be0c2d26110db3a482b75b7",
"sha256": "1881773ba5170e231d5cd5c623dbc14f7661c41a07d1834a6187d63b050929bf"
},
"downloads": -1,
"filename": "django-leaflet-0.17.1.tar.gz",
"has_sig": false,
"md5_digest": "2254b7be6be0c2d26110db3a482b75b7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 203921,
"upload_time": "2015-12-16T21:33:40",
"url": "https://files.pythonhosted.org/packages/f7/a3/9355f23fa18f603073b64a86d2fdd92731ab74070e0ad0d4642e9d87a050/django-leaflet-0.17.1.tar.gz"
}
],
"0.18.0": [
{
"comment_text": "",
"digests": {
"md5": "aa125fa148b4600f5e05c8307417dfb4",
"sha256": "230c2b6dc650ad3a55524d16dfd0dabb2bf736c010103f7c57255ae14ca9fec9"
},
"downloads": -1,
"filename": "django-leaflet-0.18.0.zip",
"has_sig": false,
"md5_digest": "aa125fa148b4600f5e05c8307417dfb4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 236009,
"upload_time": "2016-01-04T12:10:23",
"url": "https://files.pythonhosted.org/packages/91/02/b14917192a3ba0c78b923ae2cd280390da788cb727b11059b14d89975eb4/django-leaflet-0.18.0.zip"
}
],
"0.18.1": [
{
"comment_text": "",
"digests": {
"md5": "013cd5ff632ee1fc2bed6966c6f19ae7",
"sha256": "0b1e1f68443cf739fc9417621874e6d99a977209a98d984bdeb4af48532c0f65"
},
"downloads": -1,
"filename": "django-leaflet-0.18.1.zip",
"has_sig": false,
"md5_digest": "013cd5ff632ee1fc2bed6966c6f19ae7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 237664,
"upload_time": "2016-04-07T08:26:38",
"url": "https://files.pythonhosted.org/packages/85/9e/a7a6b88b008779c184370e259e0ed482ed51bf5f1f12abbabe34ffeedeb3/django-leaflet-0.18.1.zip"
}
],
"0.18.2": [
{
"comment_text": "",
"digests": {
"md5": "1ffc657e7139b5c9d62d7ded9f9288a9",
"sha256": "0b60012711ea242294f87855d42698e9e3b18f11d58df3e34da7320ac896e63e"
},
"downloads": -1,
"filename": "django-leaflet-0.18.2.tar.gz",
"has_sig": false,
"md5_digest": "1ffc657e7139b5c9d62d7ded9f9288a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 207184,
"upload_time": "2016-08-17T08:45:52",
"url": "https://files.pythonhosted.org/packages/bc/af/24051d1acf494db441796f4aa669e16b8c7f30184a450d3cb2adee455878/django-leaflet-0.18.2.tar.gz"
}
],
"0.19.0": [
{
"comment_text": "",
"digests": {
"md5": "2253a191f57ecc911eb4d078ea2ae05e",
"sha256": "f407ca5c3e1bf4c23cd7028d0cf10482477ef2d254ba0b8eca790df0e0d3eddd"
},
"downloads": -1,
"filename": "django-leaflet-0.19.0.zip",
"has_sig": false,
"md5_digest": "2253a191f57ecc911eb4d078ea2ae05e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 238444,
"upload_time": "2016-08-22T11:05:50",
"url": "https://files.pythonhosted.org/packages/45/0f/c5bc10873d6c8151483b4a990c993fdbb09cabe5492a713c0d812416eb0c/django-leaflet-0.19.0.zip"
}
],
"0.2.0": [
{
"comment_text": "",
"digests": {
"md5": "38aa0066f274d0735847fef05f959cf1",
"sha256": "e5f03403e25660ad88ebe5d7702a57930376d3891711794dbe671fa8a26e7fb5"
},
"downloads": -1,
"filename": "django-leaflet-0.2.0.zip",
"has_sig": false,
"md5_digest": "38aa0066f274d0735847fef05f959cf1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 276151,
"upload_time": "2012-09-22T11:48:10",
"url": "https://files.pythonhosted.org/packages/b1/20/28bb51139db5b90afa85511be8937b2276b1d25576a5bfcb5e84528d6290/django-leaflet-0.2.0.zip"
}
],
"0.20.0": [
{
"comment_text": "",
"digests": {
"md5": "51ed1ee580704c97f11202f485042b26",
"sha256": "b981ba8591c4e7ce9576c09a108ea8929e9790fa606fdd338bd6a346cff1019c"
},
"downloads": -1,
"filename": "django-leaflet-0.20.0.tar.gz",
"has_sig": false,
"md5_digest": "51ed1ee580704c97f11202f485042b26",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 270248,
"upload_time": "2017-01-27T10:03:31",
"url": "https://files.pythonhosted.org/packages/53/1d/257cbbbe729c96b9eb874695733b7c85c81a5622bea860249e6666d4e164/django-leaflet-0.20.0.tar.gz"
}
],
"0.21.0": [
{
"comment_text": "",
"digests": {
"md5": "4a8ee08a49b175e016b0ef53f0a25235",
"sha256": "70c40d7718176773235544f4ab8dc406df2083f4e3c73d808cdbd9f11b0444d5"
},
"downloads": -1,
"filename": "django-leaflet-0.21.0.tar.gz",
"has_sig": false,
"md5_digest": "4a8ee08a49b175e016b0ef53f0a25235",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 268342,
"upload_time": "2017-02-28T14:37:34",
"url": "https://files.pythonhosted.org/packages/1b/9e/1583a32176e538e25681ec73c8b294ecf9c21fdbe81d30440e0b65b704bb/django-leaflet-0.21.0.tar.gz"
}
],
"0.22.0": [
{
"comment_text": "",
"digests": {
"md5": "49b9b2f2db938adb849f0244a1c7ad02",
"sha256": "2a1f4f31bff2b3a58158372f7910053670483e3e11f8ac365ce75f3e3a4ac11c"
},
"downloads": -1,
"filename": "django-leaflet-0.22.0.tar.gz",
"has_sig": false,
"md5_digest": "49b9b2f2db938adb849f0244a1c7ad02",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 269057,
"upload_time": "2017-04-06T10:47:13",
"url": "https://files.pythonhosted.org/packages/0f/58/8a1917311f1279ff77e8b6cf11c7027a6655cb7f7cf714ac03d22a395a81/django-leaflet-0.22.0.tar.gz"
}
],
"0.23.0": [
{
"comment_text": "",
"digests": {
"md5": "49b71e6ac0d3857d4d35fdeb129c7822",
"sha256": "dacfa02c77a44a0ea60cbb7779333930683752e1f2f77618cabd5411a55dc89d"
},
"downloads": -1,
"filename": "django-leaflet-0.23.0.tar.gz",
"has_sig": false,
"md5_digest": "49b71e6ac0d3857d4d35fdeb129c7822",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 274198,
"upload_time": "2017-11-28T13:27:43",
"url": "https://files.pythonhosted.org/packages/f5/f1/373e6adc1402fc0dc1db109fa81e9802367d58df620fd2df0a6e486943fa/django-leaflet-0.23.0.tar.gz"
}
],
"0.24.0": [
{
"comment_text": "",
"digests": {
"md5": "10ef2be3f00bbdd9f44ea1374401adbe",
"sha256": "efdf98ae0bb52f1c5e0fdceb20b870dc6a58378340366a9083f857ccea66117b"
},
"downloads": -1,
"filename": "django-leaflet-0.24.0.tar.gz",
"has_sig": false,
"md5_digest": "10ef2be3f00bbdd9f44ea1374401adbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 435422,
"upload_time": "2018-06-07T07:18:48",
"url": "https://files.pythonhosted.org/packages/86/44/869968fdef933502a5268ef7ea695b5fb3f26902df4145235342a4da3ae8/django-leaflet-0.24.0.tar.gz"
}
],
"0.25.0": [
{
"comment_text": "",
"digests": {
"md5": "f30f45c4c4b0baced9351731fab8193f",
"sha256": "73a09861a0f9de22dabbc25f5bab0c4246ee9831d315c04aa61ced47efc38084"
},
"downloads": -1,
"filename": "django-leaflet-0.25.0.tar.gz",
"has_sig": false,
"md5_digest": "f30f45c4c4b0baced9351731fab8193f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 281945,
"upload_time": "2019-10-18T14:42:47",
"url": "https://files.pythonhosted.org/packages/7a/aa/ddce5a9f56732e36a423db7ce2473cb87f098c53ba8f983c01b4fc9bd446/django-leaflet-0.25.0.tar.gz"
}
],
"0.3.0": [
{
"comment_text": "",
"digests": {
"md5": "036d46cdc09041976e8500f0d7d7d496",
"sha256": "5d6b8a84b589c12072bf66e35aeb68f9128ac2fa6e5273aacd8e49269ed5d001"
},
"downloads": -1,
"filename": "django-leaflet-0.3.0.zip",
"has_sig": false,
"md5_digest": "036d46cdc09041976e8500f0d7d7d496",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 276906,
"upload_time": "2012-10-26T08:38:57",
"url": "https://files.pythonhosted.org/packages/13/51/85e5f6914093b53cee41367073f303e3e5c8c8e79ea32b00924079ab6ba1/django-leaflet-0.3.0.zip"
}
],
"0.4.0": [
{
"comment_text": "",
"digests": {
"md5": "96f10f8c6da227795aee1f1f9dba4528",
"sha256": "12480c3f4ece28df2ad11fe7c4ebb2f850353ce1445fd06a95ec99a39ce5a69e"
},
"downloads": -1,
"filename": "django-leaflet-0.4.0.zip",
"has_sig": false,
"md5_digest": "96f10f8c6da227795aee1f1f9dba4528",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 277458,
"upload_time": "2012-11-05T13:32:31",
"url": "https://files.pythonhosted.org/packages/03/f8/71fe08bec38defa43534658b46c67f546959ca30e96b83e2c367c2823413/django-leaflet-0.4.0.zip"
}
],
"0.4.1": [
{
"comment_text": "",
"digests": {
"md5": "7d8741c61c5b7dfaa0542b83e78b77a0",
"sha256": "ce22be60e43e80fb54cf6f28d79842b42de93d093d22bb32233d262dda3ff4c2"
},
"downloads": -1,
"filename": "django-leaflet-0.4.1.zip",
"has_sig": false,
"md5_digest": "7d8741c61c5b7dfaa0542b83e78b77a0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 277524,
"upload_time": "2012-11-05T15:17:57",
"url": "https://files.pythonhosted.org/packages/b0/a8/379f2199dab0eb8899e02bb51e92b5fff24993292d5de9aeb456ef5c980c/django-leaflet-0.4.1.zip"
}
],
"0.5.0": [
{
"comment_text": "",
"digests": {
"md5": "30f03cd6c9e2ed2bf078069757ceebaa",
"sha256": "0443e6ae97910fa4ec3b77f2ec1ca25c87c4c42659756c7c0fafb34682b766e8"
},
"downloads": -1,
"filename": "django-leaflet-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "30f03cd6c9e2ed2bf078069757ceebaa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 122729,
"upload_time": "2013-02-13T10:11:57",
"url": "https://files.pythonhosted.org/packages/5b/63/9b23d00a1af45cb208f957347a78160ea1b128d9f9680b6a5f77fd9b54fd/django-leaflet-0.5.0.tar.gz"
}
],
"0.5.1": [
{
"comment_text": "",
"digests": {
"md5": "c8ed35e2a3b545d1ecc6e43c3ad15dda",
"sha256": "87ee889a54710d414e0e17a5d7126135ea7adbff10060343d9df68648795e301"
},
"downloads": -1,
"filename": "django-leaflet-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "c8ed35e2a3b545d1ecc6e43c3ad15dda",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 125319,
"upload_time": "2013-04-08T14:58:46",
"url": "https://files.pythonhosted.org/packages/59/e3/eb36b300adc9b5c31bc3744de3cfcf24e4b16245c73127f48dbe3e77a271/django-leaflet-0.5.1.tar.gz"
}
],
"0.6.0": [
{
"comment_text": "",
"digests": {
"md5": "84c4f0729a7e944b55763147f245289c",
"sha256": "6a3ede4187f976b3506498fccfa2a79823629afd7ea95aeaa47211a002066661"
},
"downloads": -1,
"filename": "django-leaflet-0.6.0.zip",
"has_sig": false,
"md5_digest": "84c4f0729a7e944b55763147f245289c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 154044,
"upload_time": "2013-08-08T09:52:46",
"url": "https://files.pythonhosted.org/packages/2b/38/515563bfb5b1c1e7c87af98041d0a90885dc728a7a5070b284fb87bcf146/django-leaflet-0.6.0.zip"
}
],
"0.6.0a": [
{
"comment_text": "",
"digests": {
"md5": "474d3c83365d5bb4d403ab212ef11b14",
"sha256": "22c4769fd3ab6c2acd8a39b4c2ac72da6e5877f6d08d92df54bf10088a36ebd8"
},
"downloads": -1,
"filename": "django-leaflet-0.6.0a.zip",
"has_sig": false,
"md5_digest": "474d3c83365d5bb4d403ab212ef11b14",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 153403,
"upload_time": "2013-07-05T08:15:33",
"url": "https://files.pythonhosted.org/packages/61/d7/d749dc9ca536fd28513954433101fea83d4aa8aade34cc047e8c7a9edfb2/django-leaflet-0.6.0a.zip"
}
],
"0.7.0": [
{
"comment_text": "",
"digests": {
"md5": "ecff5233291c5af8bef00bc24a3645ee",
"sha256": "c282206a323aafce4e6e3d796ca4c60cd40ac0547d19af9b77967f580fffa423"
},
"downloads": -1,
"filename": "django-leaflet-0.7.0.zip",
"has_sig": false,
"md5_digest": "ecff5233291c5af8bef00bc24a3645ee",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 162703,
"upload_time": "2013-08-21T08:04:13",
"url": "https://files.pythonhosted.org/packages/05/ac/c813702678451f263d038ab8e61ba0a9e5c2aa67d4de8d1acaf6fec856b8/django-leaflet-0.7.0.zip"
}
],
"0.7.1": [
{
"comment_text": "",
"digests": {
"md5": "dad8c9b66e2fd0740df518bdaf7c06c7",
"sha256": "066f877c80719940f6d6da8773d9a14a4172d470a8b2f106f98ebf393062c5b6"
},
"downloads": -1,
"filename": "django-leaflet-0.7.1.zip",
"has_sig": false,
"md5_digest": "dad8c9b66e2fd0740df518bdaf7c06c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 162806,
"upload_time": "2013-08-21T14:05:20",
"url": "https://files.pythonhosted.org/packages/c5/42/d970a2b5341737506fa33beb28fc9ae22970a994bb2b52d691dd3b226a43/django-leaflet-0.7.1.zip"
}
],
"0.7.2": [
{
"comment_text": "",
"digests": {
"md5": "0f5a6ed207c0de18e2fcb295c6ee15b9",
"sha256": "c235e187d1c07bbf926bd9a142d336fbae74b32457a77a28f18be53aba572c7f"
},
"downloads": -1,
"filename": "django-leaflet-0.7.2.zip",
"has_sig": false,
"md5_digest": "0f5a6ed207c0de18e2fcb295c6ee15b9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 162912,
"upload_time": "2013-08-23T06:04:28",
"url": "https://files.pythonhosted.org/packages/16/8d/d74218cb7f4b26db3da9a569a2cbeea50920e7c96e85de968fa5cba7d63b/django-leaflet-0.7.2.zip"
}
],
"0.7.3": [
{
"comment_text": "",
"digests": {
"md5": "2a2c8b15b60932a77df0b368fc36f1d5",
"sha256": "6b21b799e0510e6ba31badad6df762ca92ef182f003b4360cde3294179b4361e"
},
"downloads": -1,
"filename": "django-leaflet-0.7.3.zip",
"has_sig": false,
"md5_digest": "2a2c8b15b60932a77df0b368fc36f1d5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 164447,
"upload_time": "2013-08-23T14:21:11",
"url": "https://files.pythonhosted.org/packages/7a/d7/1d00421c6a0d00c031935ae0754541f159cab74e8e656e6f6f1fac8b3c7d/django-leaflet-0.7.3.zip"
}
],
"0.7.4": [
{
"comment_text": "",
"digests": {
"md5": "7b206939e34be7d412287071bf52a164",
"sha256": "3707eb725ad1be5ea44ae9310387fb1acccffa3140a4167e91e052a437db2fa3"
},
"downloads": -1,
"filename": "django-leaflet-0.7.4.zip",
"has_sig": false,
"md5_digest": "7b206939e34be7d412287071bf52a164",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 165573,
"upload_time": "2013-08-28T14:44:17",
"url": "https://files.pythonhosted.org/packages/d0/80/ec903d8957188f44d6bcc4c53ccc884f91528bc7cafc70ed2272d0b646bc/django-leaflet-0.7.4.zip"
}
],
"0.8.0": [
{
"comment_text": "",
"digests": {
"md5": "8f81851282d2509962215f90e466081d",
"sha256": "7cd98cf0c598431fafd4f881722c21e5fdad979911b5ec4650d6054a3110f58f"
},
"downloads": -1,
"filename": "django-leaflet-0.8.0.zip",
"has_sig": false,
"md5_digest": "8f81851282d2509962215f90e466081d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 206570,
"upload_time": "2013-09-18T14:58:52",
"url": "https://files.pythonhosted.org/packages/a0/98/4420ba595c82ac369977ad4fc12628310d5fe47385694f32bcbae77af6d9/django-leaflet-0.8.0.zip"
}
],
"0.8.1": [
{
"comment_text": "",
"digests": {
"md5": "b7a5b35393efc3e199d263b00a8428a8",
"sha256": "150d2ae8da07cecc372982a8d0830eaac63514c1b5a0181bad9b519ec32ff5eb"
},
"downloads": -1,
"filename": "django-leaflet-0.8.1.zip",
"has_sig": false,
"md5_digest": "b7a5b35393efc3e199d263b00a8428a8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 207338,
"upload_time": "2013-09-30T13:43:13",
"url": "https://files.pythonhosted.org/packages/7e/db/396b53b8ca7793e4d0b1457111f898217fd3790a160544db272a0ef631cd/django-leaflet-0.8.1.zip"
}
],
"0.8.2": [
{
"comment_text": "",
"digests": {
"md5": "7704063962702a759767739c64eff1d4",
"sha256": "62f2b3fc40e5efb23ef63d9e7d5f8badfaffa5aa8d43354d2038914f458d19ed"
},
"downloads": -1,
"filename": "django-leaflet-0.8.2.zip",
"has_sig": false,
"md5_digest": "7704063962702a759767739c64eff1d4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 207845,
"upload_time": "2013-10-31T16:11:28",
"url": "https://files.pythonhosted.org/packages/67/72/f4354bd576665bcc34ecbf5249b7ee549108925df6623c997698c70c457e/django-leaflet-0.8.2.zip"
}
],
"0.8.3": [
{
"comment_text": "",
"digests": {
"md5": "3bbcdc4819ba3cf9d0006c6a5f68fc3d",
"sha256": "964676ea94cff8e8a98eff81252bd005d06982df4e291de98235c45ae7066a6a"
},
"downloads": -1,
"filename": "django-leaflet-0.8.3.zip",
"has_sig": false,
"md5_digest": "3bbcdc4819ba3cf9d0006c6a5f68fc3d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 207954,
"upload_time": "2013-11-05T09:37:19",
"url": "https://files.pythonhosted.org/packages/73/a7/ebe8ed424d171489c0a9f562ae783b1392a2f1e59007d0bf921e0b23e43c/django-leaflet-0.8.3.zip"
}
],
"0.8.4": [
{
"comment_text": "",
"digests": {
"md5": "1a01e9b7b9d3526ce094a17eb7691f6b",
"sha256": "d0b2d7a0078fd1d776b61875132ccb61681b2ee8d74a2d7154f6556b4c90ef8c"
},
"downloads": -1,
"filename": "django-leaflet-0.8.4.zip",
"has_sig": false,
"md5_digest": "1a01e9b7b9d3526ce094a17eb7691f6b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 208141,
"upload_time": "2013-11-05T09:49:52",
"url": "https://files.pythonhosted.org/packages/5c/b0/c8b0576091d10ee43c6a349e65492b147711b19ce9543e788bf51f8615e6/django-leaflet-0.8.4.zip"
}
],
"0.8.5": [
{
"comment_text": "",
"digests": {
"md5": "8e59262dc1867bdeba2f9d98eaaa66d8",
"sha256": "f63eb4f0e644d5cb4a1bea29d3b2bef399a17a53af1437f6bda7e5fb559de597"
},
"downloads": -1,
"filename": "django-leaflet-0.8.5.zip",
"has_sig": false,
"md5_digest": "8e59262dc1867bdeba2f9d98eaaa66d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 208194,
"upload_time": "2013-11-05T10:21:59",
"url": "https://files.pythonhosted.org/packages/ff/f7/a630e43c385a0bfed521636e88d45e3e9f15277efecadc084b7eb5d4f939/django-leaflet-0.8.5.zip"
}
],
"0.9.0": [
{
"comment_text": "",
"digests": {
"md5": "2469069e84adbaca2d51f917e4d29355",
"sha256": "7936784f52dee0233b7c8318d33d71d2dfeea7c6c4425846cacc55af07e0c6d8"
},
"downloads": -1,
"filename": "django-leaflet-0.9.0.zip",
"has_sig": false,
"md5_digest": "2469069e84adbaca2d51f917e4d29355",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 213815,
"upload_time": "2013-12-10T23:07:27",
"url": "https://files.pythonhosted.org/packages/9e/1e/48315daf56cb943436fd8502ec7c34a6f3d0dd785cfe01393d8da4cf4070/django-leaflet-0.9.0.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "f30f45c4c4b0baced9351731fab8193f",
"sha256": "73a09861a0f9de22dabbc25f5bab0c4246ee9831d315c04aa61ced47efc38084"
},
"downloads": -1,
"filename": "django-leaflet-0.25.0.tar.gz",
"has_sig": false,
"md5_digest": "f30f45c4c4b0baced9351731fab8193f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 281945,
"upload_time": "2019-10-18T14:42:47",
"url": "https://files.pythonhosted.org/packages/7a/aa/ddce5a9f56732e36a423db7ce2473cb87f098c53ba8f983c01b4fc9bd446/django-leaflet-0.25.0.tar.gz"
}
]
}