Re: Blocker for 1.5 - representation of filesystem paths in Django

2012-12-01 Thread Russell Keith-Magee
On Sun, Dec 2, 2012 at 2:43 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > Hello, > > Django 1.5 beta 1 contains a regression for users who install Django or > their projects under non-ASCII paths: > https://code.djangoproject.com/ticket/19357 Unfortunately, the patch > isn't

Re: Blocker for 1.5 - representation of filesystem paths in Django

2012-12-01 Thread Claude Paroz
Le samedi 1 décembre 2012 19:43:12 UTC+1, Aymeric Augustin a écrit : > > Hello, > > Django 1.5 beta 1 contains a regression for users who install Django or > their projects under non-ASCII paths: > https://code.djangoproject.com/ticket/19357 Unfortunately, the patch > isn't going to be trivial.

Blocker for 1.5 - representation of filesystem paths in Django

2012-12-01 Thread Aymeric Augustin
Hello, Django 1.5 beta 1 contains a regression for users who install Django or their projects under non-ASCII paths: https://code.djangoproject.com/ticket/19357 Unfortunately, the patch isn't going to be trivial. I'd like to have some feedback before making changes. In order to add

Re: testing tutorial feedback needed! (was: Testing documentation)

2012-12-01 Thread James Pic
It's great! I just have a few questions: - would it be useful to mention that if the app lives in a separate (ie. open source) repo, it will need the repo to contain a test_project to run `./manage.py test theapp` in CI systems ? - would it be useful to add an example .travis.yml and some info