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

View file

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