#13680: loaddata should issue a warning when attempting to load data using an
unknown serialization format even when it is unspecified
--------------------------------------+------------------------------------
Reporter: stevecrozz@… | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Core (Serialization) | Version: dev
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+------------------------------------
Comment (by harshitha1869):
Hi, I would like to work on this issue.
I understand that when loading fixtures without specifying the extension,
Django fails to detect unsupported serialization formats and shows "No
fixtures found" instead of a helpful warning.
I will start by reproducing the issue locally and then explore how fixture
discovery works in loaddata.
Please let me know if there are any specific considerations.
--
Ticket URL: <
https://code.djangoproject.com/ticket/13680#comment:7>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.