Changes between Initial Version and Version 1 of Ticket #29932


Ignore:
Timestamp:
Nov 8, 2018, 1:24:36 PM (5 years ago)
Author:
michaeldel
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29932 – Description

    initial v1  
    11Considering a simple model
    22{{{
     3#!python
    34from django.db import models
    45
     
    910Here is the minimal way to encounter this issue
    1011{{{
     12#!python
    1113Foo.objects.create(pk=1)
    1214Foo.objects.create(pk=2)
Back to Top