Changes between Version 2 and Version 3 of Ticket #31736


Ignore:
Timestamp:
Jun 23, 2020, 8:00:48 AM (4 years ago)
Author:
Ahmad A. Hussein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31736 – Description

    v2 v3  
    77AssertionError: 'class InspectdbIrisForeignTable(models.Model):' not found in [...]
    88}}}
    9 This is because of the way the test is written as [https://github.com/django/django/pull/12646#issuecomment-647944821/ pointed out by]. Patch fixes this by generalizing the test to use os.devnull to be OS-agnostic instead of /dev/null always.
     9This is because of the way the test is written as [https://github.com/django/django/pull/12646#issuecomment-647944821/ pointed out by Nick Pope]. Patch fixes this by generalizing the test to use os.devnull to be OS-agnostic instead of /dev/null always.
Back to Top