2018-09-11 09:49:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-countries: updated to 5.3.2
5.3.2:
Tests for Django 2.1 and Django Rest Framework 3.8.
|
2018-06-19 13:46:11 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-countries: updated to 5.3.1
5.3.1:
- Fix dumpdata and loaddata for CountryField(multiple=True).
|
2018-04-24 15:08:43 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-countries: updated to 5.3
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.
|
2018-03-09 09:13:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-countries: updated to 5.2
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).
|
2018-02-27 07:26:49 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-countries: updated to 5.1.1
5.1.1:
Fix some translations that were included in 5.1 but not compiled.
5.1:
Tests now also cover Django Rest Framework 3.7 and Django 2.0.
Allow for creating country fields using (valid) alpha-3 or numeric codes.
Fix migration error with blank default.
Add a {% get_countries %} template tag.
|
2017-10-13 09:01:41 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-django-countries: update to 5.0
Version 5.0:
No longer allow multiple=True and null=True together. This causes problems \
saving the field, and null shouldn’t really be used anyway because the country \
field is a subclass of CharField.
|
2017-09-26 19:16:16 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-django-countries: update to 4.6.2
Version 4.6.2
Use transparency layer for flag sprites.
|
2017-06-16 09:17:59 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Version 4.6
Add a CountryFieldMixin Django Rest Framework serializer mixin that \
automatically picks the right field type for a CountryField (both single and \
multi-choice).
Validation for Django Rest Framework field (thanks Simon Meers).
Allow case-insensitive .by_name() matching (thanks again, Simon).
Ensure a multiple-choice CountryField.max_length is enough to hold all countries.
Fix inefficient pickling of countries (thanks Craig de Stigter for the report \
and tests).
Stop adding a blank choice when dealing with a multi-choice CountryField.
Tests now cover multiple Django Rest Framework versions (back to 3.3).
Version 4.6.1
Fix invalid reStructuredText in CHANGES.
|
2017-06-12 08:48:20 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
A Django application that provides country choices for use with forms, flag
icons static files, and a country field for models.
|