本文介绍 django.contrib.postgres.functions.RandomUUID
的用法。
声明
class RandomUUID
返回版本 4 UUID。
在 PostgreSQL pgcrypto extension。您可以使用
迁移操作来安装它。CryptoExtension
使用示例:
>>> from django.contrib.postgres.functions import RandomUUID
>>> Article.objects.update(uuid=RandomUUID())
相关用法
- Python Random.Choices()用法及代码示例
- Python Django RangeOperators用法及代码示例
- Python PIL RankFilter()用法及代码示例
- Python Django Radians用法及代码示例
- Python Django RawSQL用法及代码示例
- Python Django RadioSelect用法及代码示例
- Python Django Response.json用法及代码示例
- Python Django Repeat用法及代码示例
- Python Django RelatedManager.set用法及代码示例
- Python RLock acquire()用法及代码示例
- Python Django RelatedManager.remove用法及代码示例
- Python Django RequestContext用法及代码示例
- Python Django Reverse用法及代码示例
- Python Django REQUIRED_FIELDS用法及代码示例
- Python Django Redirect用法及代码示例
- Python Django RelatedManager.clear用法及代码示例
- Python Django Right用法及代码示例
- Python Django RelatedManager.create用法及代码示例
- Python RLock release()用法及代码示例
- Python Django RelatedManager.add用法及代码示例
- Python Django Response.resolver_match用法及代码示例
- Python Django Response.context用法及代码示例
- Python Django RedirectView用法及代码示例
- Python Django Round用法及代码示例
- Python Django RequireDebugFalse用法及代码示例
注:本文由纯净天空筛选整理自djangoproject.com大神的英文原创作品 django.contrib.postgres.functions.RandomUUID。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。