Re: Django Integration

2016-05-03 Thread Andrew Godwin
I'm basically slowly fixing the test system failures (mostly because I introduced some new packages); the patch is ready to go code-wise, just need to get it green. Let me fix the current set now and see if that pushes it over the edge. (There are some refinements the patch needs in terms of thing

Re: Django Integration

2016-05-03 Thread Tim Graham
Hi Andrew, How are things going with the patch [0]? Do you think you might have it ready by next Monday or so, so that I'll have at least a few days to review it before the alpha scheduled for May 16? [0] https://github.com/django/django/pull/6419 On Saturday, March 5, 2016 at 7:49:41 PM UTC-5

Re: Unicode normalization for username field

2016-05-03 Thread Rick Leir
Hi all Could there be a consensus with -default to ASCII -optionally, UTF8 with normalization -based on Claude's code -Python 3 required so we are not distracted by compatibility issues Cheers -- Rick -- You received this message because you are subscribed to the Google Groups "Django developers

Table Locks and bulk creating inherited models

2016-05-03 Thread Rick Leir
I feel that you are better off disabling autocommit and managing your own transactions, docs here: https://docs.djangoproject.com/en/1.9/topics/db/transactions/ But no doubt I am missing something in your plans. You would need multiple transactions or you would have performance problems due to la

Re: Table Locks and bulk creating inherited models

2016-05-03 Thread Cristiano Coelho
In my opinion SELECT ... FOR UPDATE is already quite powerful to add locks. Might not be as good as a straight table lock, but gives you enough power to lock by rows (select some indexed columns, most dbs will lock only rows matching them) or select by a non indexed column which will probably en

Re: upgrade from 1.4 to 1.8

2016-05-03 Thread Florian Apolloner
Hi, this mailing list is about the development of Django itself. Please direct usage questions to the django-users mailing list. Cheers, Florian On Tuesday, May 3, 2016 at 12:06:44 PM UTC+2, Samarjeet Singh wrote: > > The problem i am facing is : > 1.login to the app every thing is fine > 2.log

upgrade from 1.4 to 1.8

2016-05-03 Thread Samarjeet Singh
The problem i am facing is : 1.login to the app every thing is fine 2.logout 3.login back again (then if i click on any tab it redirects me to the login page back again ) any idea what can be the problem ??? PS:one more thing previously when the user does a login the number of key was same in th