mirror of
https://github.com/django/django.git
synced 2025-04-16 05:14:38 +00:00
Made sure the app labels stay unique for the AppConfigStubs, so migrations wouldn't fail if two dotted app names has the same last part (e.g. django.contrib.auth and vendor.auth) Backport of 5e32605ce9 from master.