1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-10 06:48:19 +02:00

Added new fields to Message and MessageAttachment

This commit is contained in:
Jeppe IshÃoy 2016-12-22 18:47:20 +01:00
parent da29259d9f
commit ee11172fc8
2 changed files with 60 additions and 2 deletions

View file

@ -1,2 +1,3 @@
django>=1.9,<1.10
six
beautifulsoup4