Opened 4 years ago
Closed 4 years ago
#32284 closed New feature (duplicate)
More friendly exception messages when incoorect app_label is supplied
Reported by: | Diptesh Choudhuri | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | apps |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As per the issue raised by Federico Capoano [here](https://groups.google.com/g/django-developers/c/3cbMviLrSzI), I would like to take this up and make a relevant PR.
Defining the app_label of an AppConfig with a dot, like "myproject.subapp" is allowed, but raises an exception in the migration framework (too many values to unpack).
Note:
See TracTickets
for help on using tickets.
Duplicate of #32285.