- Add test coverage for Django Rest Framework 3.9.
5.3.2
======================
- Tests for Django 2.1 and Django Rest Framework 3.8.
5.3.1
====================
- Fix ``dumpdata`` and ``loaddata`` for ``CountryField(multiple=True)``.
5.3
===================
- Iterating a ``Countries`` object now returns named tuples. This makes things nicer when using ``{% get_countries %}`` or using the country list elsewhere in your code.
5.2
==================
- Ensure Django 2.1 compatibility for ``CountrySelectWidget``.
- Fix regression introduced into 5.1 when using Django 1.8 and certain queryset lookup types (like ``__in``).