Merge pull request #426 from protoroto/hotfix/add-sortedm2-to-addons

Add sorted_m2m to installed-apps in addon.json
This commit is contained in:
Iacopo Spalletti 2018-02-02 06:13:42 +01:00 committed by GitHub
commit 9272b01bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
"taggit",
"taggit_autosuggest",
"meta",
"djangocms_blog"
"djangocms_blog",
"sortedm2m"
]
}