Skip to content

Commit 59cebe6

Browse files
authored
Merge pull request #49 from chevah/support-sending-binary-files
Add option to send binary content type.
2 parents 34afcce + 58fbc24 commit 59cebe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyas2/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class Partner(models.Model):
134134
("application/EDIFACT", "application/EDIFACT"),
135135
("application/edi-consent", "application/edi-consent"),
136136
("application/XML", "application/XML"),
137+
("application/octet-stream", "binary"),
137138
)
138139
ENCRYPT_ALG_CHOICES = (
139140
("tripledes_192_cbc", "3DES"),

0 commit comments

Comments
 (0)