Skip to content

Commit

Permalink
Merge pull request #82 from Amsterdam/process_major_changes_django-im…
Browse files Browse the repository at this point in the history
…port-export

skip the export form in Admin UI
  • Loading branch information
manilde authored Jun 25, 2024
2 parents 5b59e01 + 48e7cea commit 4e39466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/metingen/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class MetingVerrijkingAdmin(ImportExportMixin, admin.ModelAdmin):
raw_id_fields = ("hoogtepunt",)
ordering = ("hoogtepunt",)
resource_classes = [MetingVerrijkingResource]
skip_export_form= True

def get_import_formats(self):
return [TCOFormatClass]
Expand Down

0 comments on commit 4e39466

Please sign in to comment.