Triaged
---
https://code.djangoproject.com/ticket/28204 -
MultipleObjectMixin,paginate_queryset() crashes with UnicodeDecodeError if
InvalidPage message contains non-ASCII (accepted)
https://code.djangoproject.com/ticket/28205 - Document that
ModelAdmin.prepopulated_fields only works on
On Fri, May 19, 2017 at 9:31 PM, Matt Westcott wrote:
> Hi all,
>
> I've noticed that the django.utils.translation module apparently doesn't
> recognise gettext's handling of fallback translations when both a
> territory-specific translation catalog (e.g. Spanish (Spain), 'es_ES') and
> a generic
Hi all,
I've noticed that the django.utils.translation module apparently doesn't
recognise gettext's handling of fallback translations when both a
territory-specific translation catalog (e.g. Spanish (Spain), 'es_ES') and
a generic one (e.g. Spanish, 'es') exist.
According to Python's loca