Changes between Initial Version and Version 1 of Ticket #26110, comment 2
- Timestamp:
- Jun 4, 2018, 8:41:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26110, comment 2
initial v1 1 1 I am running Django 2 and encounter the same problem. The same results are obtained is called though the admin interface. 2 3 4 {{{ 5 class PublishedConsent(models.Model): 6 uuid = models.UUIDField( 7 default=uuid.uuid4, 8 editable=False) 9 json = JSONField() 10 }}} 11 12 and then running ./manage shell or through the admin interface, results are the same. 2 13 3 14 {{{