Changes between Initial Version and Version 1 of Ticket #37275


Ignore:
Timestamp:
Aug 13, 2026, 1:25:48 PM (85 minutes ago)
Author:
Matt Cooper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37275 – Description

    initial v1  
    22
    33
    4 {{{
     4{{{#!python
    55# models.py
    66from django.db import models
     
    1313}}}
    1414
    15 {{{
     15{{{#!toml
    1616# pyproject.toml
    1717[project]
     
    2626}}}
    2727
    28 {{{
     28{{{#!python
    2929# repro in REPL; linebreaks added for clarity and stack trace lightly anonymized
    3030
Back to Top