{ "info": { "author": "Mikhail Andreev", "author_email": "x11org@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: SQL", "Topic :: Software Development :: Debuggers", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-sql-stacktrace\n=======================\n\n.. image:: https://pypip.in/d/django-sql-stacktrace/badge.png\n :target: http://pypi.python.org/pypi/django-sql-stacktrace\n\nPluggable application, which puts a python stack trace in the SQL query as a comment (useful for debugging).\n\nFor more details see http://adw0rd.com/2012/django-sql-stacktrace/en/\n\nAfter installed you can see in ``processlist`` a SQL-query and comment with python stack trace::\n\n watch -n1 mysqladmin processlist --verbose\n\nOr you can see in a log files, such as ``log_slow_queries`` or ``log-bin`` (aka 'binlog').\n\n\nHow to install this wonderful package?\n--------------------------------------\n\nInstall from http://pypi.python.org/pypi/django-sql-stacktrace/::\n\n pip install django-sql-stacktrace\n\nOr install the dev-version from GitHub::\n\n pip install -e git://github.com/adw0rd/django-sql-stacktrace.git#egg=sqlstacktrace\n\n\n**Add to settings.py:**\n\n::\n\n INSTALLED_APPS = (\n 'sqlstacktrace',\n )\n\n SQL_STACKTRACE = True\n\n\n**Start runserver or any other server:**\n::\n\n ./manage.py runserver 8000\n\nI wish you a successful debugging!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/adw0rd/django-sql-stacktrace", "keywords": "django,debug,debugging,logger,sql,stack,trace,frame", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-sql-stacktrace", "package_url": "https://pypi.org/project/django-sql-stacktrace/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-sql-stacktrace/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/adw0rd/django-sql-stacktrace" }, "release_url": "https://pypi.org/project/django-sql-stacktrace/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Pluggable application, which puts a python stack trace in the SQL query as a comment (useful for debugging)", "version": "0.3.1" }, "last_serial": 1723259, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "32fee8b9818e58264ae168899afcbaed", "sha256": "3447c18312412264a61bdaf683032bac91f0781b3a025894f2ece10160b87341" }, "downloads": -1, "filename": "django-sql-stacktrace-0.1.tar.gz", "has_sig": false, "md5_digest": "32fee8b9818e58264ae168899afcbaed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3726, "upload_time": "2012-08-23T17:34:22", "url": "https://files.pythonhosted.org/packages/25/6e/52d1e85753b5ed0d113c07768d787e7ccf8420cdd929a2e44daed3d680c0/django-sql-stacktrace-0.1.tar.gz" } ], "0.1-alpha": [], "0.2": [ { "comment_text": "", "digests": { "md5": "20958994ec32be659d6fa79552b5307e", "sha256": "b24ad9adb440c93c9ef523030bf577086bff626c04618af18be911cbfccc79b8" }, "downloads": -1, "filename": "django-sql-stacktrace-0.2.tar.gz", "has_sig": false, "md5_digest": "20958994ec32be659d6fa79552b5307e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3820, "upload_time": "2012-10-10T16:18:05", "url": "https://files.pythonhosted.org/packages/4b/e9/699f254aab278a8d8a978592889d5f5b8826116691934d329d1b0fe18f81/django-sql-stacktrace-0.2.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b5ebf934c38b7e0b67112a5f61c2ca08", "sha256": "e4f54aaee2983266bf9294d773e5dd77353a81667c36575941f413e47b817f8e" }, "downloads": -1, "filename": "django-sql-stacktrace-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b5ebf934c38b7e0b67112a5f61c2ca08", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3962, "upload_time": "2013-09-17T15:19:37", "url": "https://files.pythonhosted.org/packages/3f/06/afac8a2e9c1a0d504a02d7d6f70564e11960675f3146926a01986fc1c0ae/django-sql-stacktrace-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "64a768b88d681ff5b0c98837cc89187d", "sha256": "a51b36971112000247281bdde3ebe64fba32fcdfc32fd3f972ce3f7bcd23bf39" }, "downloads": -1, "filename": "django-sql-stacktrace-0.3.0.tar.gz", "has_sig": false, "md5_digest": "64a768b88d681ff5b0c98837cc89187d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3976, "upload_time": "2015-06-30T13:23:42", "url": "https://files.pythonhosted.org/packages/71/d5/10ea3094eaa630909eb905b078f5639a57de3ad9026c333eb23042701c1a/django-sql-stacktrace-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "c237d738c34ffefd372558c533f29d38", "sha256": "205ba1886b124e1ad3ae5999d0297f9b0971fc27124571b166c60ff3df582604" }, "downloads": -1, "filename": "django-sql-stacktrace-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c237d738c34ffefd372558c533f29d38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4020, "upload_time": "2015-09-15T09:42:08", "url": "https://files.pythonhosted.org/packages/7a/e8/af35d42e9fd5bba5ed34baf46736d0a038e88e7881a81072b198b5c83970/django-sql-stacktrace-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c237d738c34ffefd372558c533f29d38", "sha256": "205ba1886b124e1ad3ae5999d0297f9b0971fc27124571b166c60ff3df582604" }, "downloads": -1, "filename": "django-sql-stacktrace-0.3.1.tar.gz", "has_sig": false, "md5_digest": "c237d738c34ffefd372558c533f29d38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4020, "upload_time": "2015-09-15T09:42:08", "url": "https://files.pythonhosted.org/packages/7a/e8/af35d42e9fd5bba5ed34baf46736d0a038e88e7881a81072b198b5c83970/django-sql-stacktrace-0.3.1.tar.gz" } ] }