SmileyChris / django-countries

A Django application that provides country choices for use with forms, flag icons static files, and a country field for models.

Home Page:https://pypi.python.org/pypi/django-countries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multiple = True does not work on serializer_fields.CountryField

gabn88 opened this issue · comments

The multiple=True option only works with the CountryFieldMixin, not with a custom (low-level) CountryField from serializer_fields. This is unexpected.