Add documentation on how to set this definitions for osX.
This solution worked for me:
Check locales: `$ locale`
As `LANG` wasn't set, the following command
`export LANG=en_US.UTF-8`
set the LANG and tests ran successfully.
--
Ticket URL: <https://code.djangoproject.com/ticket/27439>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => alix-
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:1>
* needs_docs: 0 => 1
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:2>
* needs_docs: 1 => 0
* has_patch: 0 => 1
Comment:
PR https://github.com/django/django/pull/7501
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:3>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:4>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"0a8c685447eea8fc7aa34ea444a3156ee489379f" 0a8c6854]:
{{{
#!CommitTicketReference repository=""
revision="0a8c685447eea8fc7aa34ea444a3156ee489379f"
Fixed #27439 -- Documented macOS locale configuration for Django tests.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"1a039e76c74c5dbea0943782bfba9924e8051a4e" 1a039e76]:
{{{
#!CommitTicketReference repository=""
revision="1a039e76c74c5dbea0943782bfba9924e8051a4e"
[1.10.x] Fixed #27439 -- Documented macOS locale configuration for Django
tests.
Backport of 0a8c685447eea8fc7aa34ea444a3156ee489379f from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27439#comment:7>