{ "info": { "author": "sax", "author_email": "sax@os4d.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "django-uuid-pk\n==============\n\n\n.. image:: https://secure.travis-ci.org/saxix/django-uuid-pk.png?branch=develop\n :target: http://travis-ci.org/saxix/django-django-uuid-pk/\n\n\ndjango uuidfield that can be used as primary key\n\nThe reason of this project is that any other UUDField implementation that I found\ndoes not reflect the expected behaviour when used as primary-key,\nif the save() fails for any reason the value of the field persist so that checking `obj.pk`\ncannot be used anymore to check if the object is stored or not.\n\nThe code is mainly based on the dcramer's implementation that can be found at\nhttps://github.com/dcramer/django-uuidfield", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/saxix/django-uuid-pk", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/saxix/django-uuid-pk", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-uuid-pk", "package_url": "https://pypi.org/project/django-uuid-pk/", "platform": "any", "project_url": "https://pypi.org/project/django-uuid-pk/", "project_urls": { "Download": "https://github.com/saxix/django-uuid-pk", "Homepage": "https://github.com/saxix/django-uuid-pk" }, "release_url": "https://pypi.org/project/django-uuid-pk/0.2/", "requires_dist": null, "requires_python": null, "summary": "Django UUIDField with full primary-key protocol support", "version": "0.2" }, "last_serial": 883188, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3645d2ee4714266c54e34fafa4f25eb8", "sha256": "183dbb3fa9d61aef31abd879fad0092fe10f9b0920bc9bf511421bbe0aec4007" }, "downloads": -1, "filename": "django-uuid-pk-0.1.tar.gz", "has_sig": false, "md5_digest": "3645d2ee4714266c54e34fafa4f25eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7239, "upload_time": "2013-08-15T19:58:30", "url": "https://files.pythonhosted.org/packages/59/90/8a53df31b6274fe6e58534edf71ebc371ade88d0b7f40292f54c1361bfb4/django-uuid-pk-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3e8cd151ccaeabc3d8b3e3f3097f2f5a", "sha256": "0508ca417169b2d980db5ff449fb16df2c521ca308901536407195652e7fb3f7" }, "downloads": -1, "filename": "django-uuid-pk-0.2.tar.gz", "has_sig": false, "md5_digest": "3e8cd151ccaeabc3d8b3e3f3097f2f5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7847, "upload_time": "2013-10-07T15:00:18", "url": "https://files.pythonhosted.org/packages/8c/07/86e5a69308ad779cf42d2d87fa929993c830ccee79fece65e98b57298c14/django-uuid-pk-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e8cd151ccaeabc3d8b3e3f3097f2f5a", "sha256": "0508ca417169b2d980db5ff449fb16df2c521ca308901536407195652e7fb3f7" }, "downloads": -1, "filename": "django-uuid-pk-0.2.tar.gz", "has_sig": false, "md5_digest": "3e8cd151ccaeabc3d8b3e3f3097f2f5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7847, "upload_time": "2013-10-07T15:00:18", "url": "https://files.pythonhosted.org/packages/8c/07/86e5a69308ad779cf42d2d87fa929993c830ccee79fece65e98b57298c14/django-uuid-pk-0.2.tar.gz" } ] }