Changes between Initial Version and Version 1 of Ticket #31736


Ignore:
Timestamp:
Jun 23, 2020, 7:59:06 AM (4 years ago)
Author:
Ahmad A. Hussein
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31736 – Description

    initial v1  
    77AssertionError: 'class InspectdbIrisForeignTable(models.Model):' not found in [...]
    88```
    9 This is because of the way the test is written as [pointed out by](https://github.com/django/django/pull/12646#issuecomment-647944821). 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]. Patch fixes this by generalizing the test to use os.devnull to be OS-agnostic instead of /dev/null always.
Back to Top