Re: Django i18n internationalized urls middleware (feature proposal). Related to ticket #24122, and commit #aa5ab1

2015-10-29 Thread Shai Berger
Hi, I am no i18n expert, but IMO your approach to internationalized urls is problematic; you make it possible that a given URL shows completely unrelated contents to different users based on their language preferences. You provide a guessing solution for the case that the translated URL doesn't

Re: ValueError: Available apps isn't a subset

2015-10-29 Thread Tim Graham
What command are you using to run the tests? It is possible you have stale pyc files that needed to be deleted? (git clean -fdx). On Thursday, October 29, 2015 at 6:47:09 AM UTC-4, Jose Paul wrote: > > > I am getting following error when I tried to run DJango 1,8 test cases > Please help to unde

ValueError: Available apps isn't a subset

2015-10-29 Thread Jose Paul
I am getting following error when I tried to run DJango 1,8 test cases Please help to understand the reason behind this . ERROR: test_reuse_rollback_commit (transactions.tests.AtomicInsideTransactionTests) -- Traceback (most r

Re: User.username max_length 254

2015-10-29 Thread Dheerendra Rathor
Hello All, Since username length is going to increased from 30 to 254 (PR #5497 ), I personally think first_name and last_name field length should be increased as well. Practically many first names are of length > 30, this is quite common in southern