mirror of
https://github.com/django/django.git
synced 2025-10-16 21:37:33 +00:00
Fixed #27996 -- Added RandomUUID function and CryptoExtension to contrib.postgres.
This commit is contained in:
parent
98ee57e343
commit
fcb5dbfec0
9 changed files with 81 additions and 5 deletions
|
@ -171,3 +171,7 @@ class StatTestModel(models.Model):
|
|||
|
||||
class NowTestModel(models.Model):
|
||||
when = models.DateTimeField(null=True, default=None)
|
||||
|
||||
|
||||
class UUIDTestModel(models.Model):
|
||||
uuid = models.UUIDField(default=None, null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue