Sort exporters by name alphabetically

This commit is contained in:
Raphael Michel
2019-01-31 18:44:12 +01:00
parent f32c581a9e
commit 6f980b82ac
3 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from ..signals import register_data_exporters
class JSONExporter(BaseExporter):
identifier = 'json'
verbose_name = 'JSON'
verbose_name = 'Order data (JSON)'
def render(self, form_data):
jo = {