{ "info": { "author": "Matthew Dapena-Tretter", "author_email": "m@tthewwithanm.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "A bug in Django 1.3\u2019s PostGIS adapter makes it unusable when\n``standard_conforming_string`` is enabled, which is the default for\nPostgreSQL 9.1.\n\n`A patch`_ is available, but those not inclined to run a patched version\nof Django can use this package instead. Just install it and then update\nyour database settings:\n\n::\n\n DATABASES = {\n 'default': {\n 'ENGINE': 'scspostgis',\n ...\n }\n }\n\nIf you\u2019re using `South`_, you\u2019ll also need the following setting:\n\n::\n\n SOUTH_DATABASE_ADAPTERS = {\n 'default': 'south.db.postgresql_psycopg2',\n }\n\nIf you upgrade to Django 1.4, you should uninstall ``scspostgis`` and\nuse the standard \u2018django.contrib.gis.db.backends.postgis\u2019 engine.\n\n.. _A patch: https://code.djangoproject.com/ticket/16778\n.. _South: http://south.aeracode.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-scspostgis", "package_url": "https://pypi.org/project/django-scspostgis/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-scspostgis/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-scspostgis/1.0/", "requires_dist": null, "requires_python": null, "summary": "A PostGIS db backend that works with standard_conforming_strings.", "version": "1.0" }, "last_serial": 1034942, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ee4ca70c7837ea08ba1945f854e74878", "sha256": "0a834343e0e1a59cf2eccb789ffcdcb085bc3dc1140655ad99be77d91b9f85c7" }, "downloads": -1, "filename": "django-scspostgis-1.0.tar.gz", "has_sig": false, "md5_digest": "ee4ca70c7837ea08ba1945f854e74878", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2042, "upload_time": "2014-03-19T13:45:42", "url": "https://files.pythonhosted.org/packages/fe/f1/bb8b5b6cd5f01361ff487cbcd8e671f53eadeaf553cb81cf2ff1055ce7a4/django-scspostgis-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee4ca70c7837ea08ba1945f854e74878", "sha256": "0a834343e0e1a59cf2eccb789ffcdcb085bc3dc1140655ad99be77d91b9f85c7" }, "downloads": -1, "filename": "django-scspostgis-1.0.tar.gz", "has_sig": false, "md5_digest": "ee4ca70c7837ea08ba1945f854e74878", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2042, "upload_time": "2014-03-19T13:45:42", "url": "https://files.pythonhosted.org/packages/fe/f1/bb8b5b6cd5f01361ff487cbcd8e671f53eadeaf553cb81cf2ff1055ce7a4/django-scspostgis-1.0.tar.gz" } ] }