Changes between Version 1 and Version 2 of Ticket #34907, comment 7


Ignore:
Timestamp:
Nov 26, 2023, 12:07:38 PM (12 months ago)
Author:
Gaurav Jain

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34907, comment 7

    v1 v2  
    33Due to the patch suppressing this error, loaddata proceeds silently with the subsequent steps. Consequently, it fails to assert the expected string in the mentioned test case and We're encountering a '**'RuntimeWarning: No fixture data found for 'pets'. (The file format might be invalid.)''**
    44
    5 Here is the patchset based on suggested changes. ​https://github.com/django/django/pull/17528. PR checks failed due to failed tests.
     5Here is the patchset based on suggested changes. ​https://github.com/django/django/pull/17528.
    66
Back to Top