{ "info": { "author": "Alexander Schepanovski", "author_email": "suor.web@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.11", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django pickling\n===============\n\nMakes django models pickling 2-3 times faster and compact.\n\n\nRequirements\n------------\n\n| Python 2.7 or 3.3+, Django 1.8+\n\n\nInstallation and setup\n----------------------\n\n $ pip install django-pickling\n\nThen add ``django_pickling`` to your ``INSTALLED_APPS``.\n\n\nCAVEATS\n-------\n\n1. No Django version checks are performed.\n2. If fields list changes you will see TypeErrors instead of AttributeErrors.\n\nIn both cases you should wipe your cache or change keys.\nNote that you will need to deal with this anyway,\nwith django-pickling you'll just get weirder errors.\n\nAnother thing is that objects with deferred fields are not optimized.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Suor/django-pickling", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-pickling", "package_url": "https://pypi.org/project/django-pickling/", "platform": "", "project_url": "https://pypi.org/project/django-pickling/", "project_urls": { "Homepage": "http://github.com/Suor/django-pickling" }, "release_url": "https://pypi.org/project/django-pickling/1.0/", "requires_dist": null, "requires_python": "", "summary": "Efficient pickling for django models.", "version": "1.0" }, "last_serial": 2897389, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "52e374d4d75eefee5e4dd55ff7a4a8df", "sha256": "062c192b2f18b3a9efb8b199fc6cfa48aa09fe060ad787a76352079f9d3bdeaa" }, "downloads": -1, "filename": "django-pickling-0.1.tar.gz", "has_sig": false, "md5_digest": "52e374d4d75eefee5e4dd55ff7a4a8df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2510, "upload_time": "2012-03-03T14:33:16", "url": "https://files.pythonhosted.org/packages/35/f6/ad07c3e32c25aedd889dd8c879d51a001e9d8d4809aec8ddcb3eaf4cd1b7/django-pickling-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e6098166f51502adde6cdbb4c3569ccc", "sha256": "bb4b14badadd6458dea943f87b41acac746da65939eb5ffbdd658e184692e055" }, "downloads": -1, "filename": "django-pickling-0.2.tar.gz", "has_sig": false, "md5_digest": "e6098166f51502adde6cdbb4c3569ccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2712, "upload_time": "2016-04-07T04:55:06", "url": "https://files.pythonhosted.org/packages/f8/ee/02e90c90011a6768d5743d73f6392908b299c83d71925247691e97036af9/django-pickling-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "d9f6c077565c1c13e4123624c04ff310", "sha256": "182aa7fae68480665edd696e55d734c2f345e481044b4113a30d2526eeae5278" }, "downloads": -1, "filename": "django-pickling-1.0.tar.gz", "has_sig": false, "md5_digest": "d9f6c077565c1c13e4123624c04ff310", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3613, "upload_time": "2017-05-25T05:19:44", "url": "https://files.pythonhosted.org/packages/df/e4/c2a30b073e99e26adf9564d8efc8b80f794176f1a3ca907164e5ffcd1b75/django-pickling-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9f6c077565c1c13e4123624c04ff310", "sha256": "182aa7fae68480665edd696e55d734c2f345e481044b4113a30d2526eeae5278" }, "downloads": -1, "filename": "django-pickling-1.0.tar.gz", "has_sig": false, "md5_digest": "d9f6c077565c1c13e4123624c04ff310", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3613, "upload_time": "2017-05-25T05:19:44", "url": "https://files.pythonhosted.org/packages/df/e4/c2a30b073e99e26adf9564d8efc8b80f794176f1a3ca907164e5ffcd1b75/django-pickling-1.0.tar.gz" } ] }