Changes between Initial Version and Version 1 of Ticket #31736
- Timestamp:
- Jun 23, 2020, 7:59:06 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31736 – Description
initial v1 7 7 AssertionError: 'class InspectdbIrisForeignTable(models.Model):' not found in [...] 8 8 ``` 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.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.