{"id":13448822,"url":"https://github.com/dcramer/django-uuidfield","last_synced_at":"2025-04-12T18:50:39.327Z","repository":{"id":1045626,"uuid":"876835","full_name":"dcramer/django-uuidfield","owner":"dcramer","description":"A UUIDField for Django","archived":false,"fork":false,"pushed_at":"2017-02-09T16:56:43.000Z","size":389,"stargazers_count":262,"open_issues_count":30,"forks_count":115,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-11T02:13:53.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcramer.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-01T06:15:14.000Z","updated_at":"2024-11-28T16:28:13.000Z","dependencies_parsed_at":"2022-08-16T11:55:09.638Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/django-uuidfield","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-uuidfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-uuidfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-uuidfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Fdjango-uuidfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/django-uuidfield/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618222,"owners_count":21134199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T06:00:21.877Z","updated_at":"2025-04-12T18:50:39.307Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":["Fields"],"sub_categories":[],"readme":"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!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-uuidfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Fdjango-uuidfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Fdjango-uuidfield/lists"}