Changes between Version 1 and Version 2 of Ticket #26110, comment 2
- Timestamp:
- Jun 4, 2018, 8:45:17 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26110, comment 2
v1 v2 3 3 4 4 {{{ 5 import uuid 6 from django.db import models 7 from django.contrib.postgres.fields import JSONField 8 5 9 class PublishedConsent(models.Model): 6 10 uuid = models.UUIDField( … … 10 14 }}} 11 15 12 and then running ./manage shell or through the admin interface, results are the same.16 and then running ./manage shell (through the admin interface results are the same): 13 17 14 18 {{{