Changes between Version 2 and Version 3 of Ticket #34907, comment 7
- Timestamp:
- Nov 27, 2023, 1:29:37 AM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34907, comment 7
v2 v3 3 3 Due 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.)''** 4 4 5 Here is the patchset based on suggested changes. https://github.com/django/django/pull/17528.5 Here is the patchset for all fixes and updates. https://github.com/django/django/pull/17528. 6 6