[ANNOUNCE] Django bugfix release issued: 1.10.1

2016-09-01 Thread Tim Graham
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2016/sep/01/bugfix-release/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions

Re: Django default PK type setting

2016-09-01 Thread Emett Speer
I agree with you in recommending against using `.filter(pk=1)` in testing. What do you think of the idea though. Do you think it would be worth looking into adding a flag for new projects or not worth the time/effort to add it. On Wednesday, August 31, 2016 at 10:11:55 PM UTC-7, Shai Berger wro

Re: Adding SASL authentication support to PyLibMCCache

2016-09-01 Thread Ed Morley
Just to follow up on this - general support for passing options to memcached clients has landed on master [1], so it's now possible to enable binary mode, pass SASL credentials and also control any other settings using OPTIONS. For examples, see the end of the cache arguments documentation: htt