Commit 6ca8027
committed
fix(models): remove app_name from abstract models
When a subclass doesn't overrider Meta, it inherits the app_name from
the abstract class what is not descired behavior as it lands migrations
into social_django instead of the actuall app.
Fixes python-social-auth#4961 parent e417daf commit 6ca8027
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
0 commit comments