Opened 3 years ago

Closed 3 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).

Change History (1)

comment:1 by Mariusz Felisiak, 3 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #32285.

Note: See TracTickets for help on using tickets.
Back to Top