Changes between Initial Version and Version 1 of Ticket #37368


Ignore:
Timestamp:
Sep 24, 2026, 5:47:55 AM (2 hours ago)
Author:
Samuel Searles-Bryant
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37368 – Description

    initial v1  
    33This is demonstrated with a test, e.g. for PostgreSQL:
    44
    5 {{{
     5{{{#!python
    66import unittest
    77
     
    5050This test fails:
    5151
    52 {{{
     52{{{#!console
    5353$ ./runtests.py --settings test_postgresql backends.postgresql.test_check_constraints
    5454Testing against Django installed in '/Users/sam.searles-bryant/.local/share/samueljsb/django/django' with up to 12 processes
Back to Top