Changes between Initial Version and Version 1 of Ticket #29932
- Timestamp:
- Nov 8, 2018, 1:24:36 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29932 – Description
initial v1 1 1 Considering a simple model 2 2 {{{ 3 #!python 3 4 from django.db import models 4 5 … … 9 10 Here is the minimal way to encounter this issue 10 11 {{{ 12 #!python 11 13 Foo.objects.create(pk=1) 12 14 Foo.objects.create(pk=2)