{ "info": { "author": "David Cramer", "author_email": "dcramer@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "django-uuidfield\n----------------\n\nProvides a UUIDField for your Django models.\n\nInstallation\n============\n\nInstall it with pip (or easy_install)::\n\n\tpip install django-uuidfield\n\nUsage\n=====\n\nFirst you'll need to attach a UUIDField to your class. This acts as a char(32) to maintain compatibility with SQL versions::\n\n\tfrom uuidfield import UUIDField\n\t\n\tclass MyModel(models.Model):\n\t uuid = UUIDField(auto=True)\n\nCheck out the source for more configuration values.\n\nEnjoy!", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dcramer/django-uuidfield", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-uuidfield", "package_url": "https://pypi.org/project/django-uuidfield/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-uuidfield/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dcramer/django-uuidfield" }, "release_url": "https://pypi.org/project/django-uuidfield/0.5.0/", "requires_dist": null, "requires_python": null, "summary": "UUIDField in Django", "version": "0.5.0" }, "last_serial": 1005596, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5e0f494f0f1d0b8dfd8ab6d92580abd5", "sha256": "4c90a5ff421d31671579f6667340c2f20fdb74b9212ffef95a3b01dc43dea96f" }, "downloads": -1, "filename": "django-uuidfield-0.1.tar.gz", "has_sig": false, "md5_digest": "5e0f494f0f1d0b8dfd8ab6d92580abd5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2987, "upload_time": "2010-09-02T01:45:55", "url": "https://files.pythonhosted.org/packages/53/45/46d30a8155af8bcd84715931d9d0befc1b1cabdb0c3dd211ff23ce1e8d6b/django-uuidfield-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "7f1e1ae191bd218994b88173a37dee64", "sha256": "67aeaddcaed04c700c8db5e27c49846217914bb0e53fd75ce78805d241c0cf75" }, "downloads": -1, "filename": "django-uuidfield-0.2.tar.gz", "has_sig": false, "md5_digest": "7f1e1ae191bd218994b88173a37dee64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4262, "upload_time": "2010-12-29T22:35:26", "url": "https://files.pythonhosted.org/packages/48/83/7812ff3ecc0f6e4a3db281886bef236b44031e3196aae4bd1e5c8fc6d4cb/django-uuidfield-0.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "bf4f394b194bc055be62407c88c8a060", "sha256": "5fc34db1ac3f36a81ab58a257a85ef80136caf21eee1c2a99ad6d58d24cafa52" }, "downloads": -1, "filename": "django-uuidfield-0.4.0.tar.gz", "has_sig": false, "md5_digest": "bf4f394b194bc055be62407c88c8a060", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388, "upload_time": "2012-07-31T00:51:09", "url": "https://files.pythonhosted.org/packages/32/4f/3745787aa2bd8d5c70fb2b0cab59f0f80f9e853a01a1e5515d3a2cb325cc/django-uuidfield-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "507db78a92aeb19d2328811aeb598e72", "sha256": "ec7db94ff6fc5b2a2f8edf6a9ab29b401a6a63d4523840fa0a3f1286ea45de86" }, "downloads": -1, "filename": "django-uuidfield-0.5.0.tar.gz", "has_sig": false, "md5_digest": "507db78a92aeb19d2328811aeb598e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4797, "upload_time": "2014-02-20T01:05:27", "url": "https://files.pythonhosted.org/packages/36/ab/abee9bf82ec32d68881f03ca4ce7df75e5fec666ed29a014ce808e848b53/django-uuidfield-0.5.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "507db78a92aeb19d2328811aeb598e72", "sha256": "ec7db94ff6fc5b2a2f8edf6a9ab29b401a6a63d4523840fa0a3f1286ea45de86" }, "downloads": -1, "filename": "django-uuidfield-0.5.0.tar.gz", "has_sig": false, "md5_digest": "507db78a92aeb19d2328811aeb598e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4797, "upload_time": "2014-02-20T01:05:27", "url": "https://files.pythonhosted.org/packages/36/ab/abee9bf82ec32d68881f03ca4ce7df75e5fec666ed29a014ce808e848b53/django-uuidfield-0.5.0.tar.gz" } ] }