Re: Deprecating CachedStaticFilesStorage in Django 2.0

2017-09-18 Thread Ed Morley
On 15 September 2017 at 18:26, Adam Johnson wrote: > (For some reason GMail is clipping your message before any content, I only > saw '... [Message clipped]' and had to click to see it all) This must be due to using the Google Groups interface for posting - I'll stick to email from now on :-)

Re: Adding SASL authentication support to PyLibMCCache

2016-09-01 Thread Ed Morley
wishes, Ed [1] https://github.com/django/django/pull/7160 On Monday, 22 February 2016 12:00:31 UTC, Ed Morley wrote: > > Hi Tim, > > Thank you for your reply. > > Yeah I spotted that discussion (it's [6] in the OP). Back then Heroku (and > other PaaS providers)

Re: Testing pre-release Django

2016-05-20 Thread Ed Morley
Another idea might be to encourage more packages to test on Travis against Django master (with that sub-job marked as allowed to fail, so it doesn't fail the whole run) - so any incompatibilities become apparent earlier. eg: https://github.com/evansd/whitenoise/commit/c1a9f04cc90a7e48e536c651d9

Re: Adding SASL authentication support to PyLibMCCache

2016-02-22 Thread Ed Morley
time: > https://groups.google.com/d/topic/django-developers/pISp20wuu0E/discussion > > On Saturday, January 30, 2016 at 7:21:49 PM UTC-5, Ed Morley wrote: >> >> Hi >> >> For apps running on Heroku, two of the main memcached options are >> MemCachier and Me

Adding SASL authentication support to PyLibMCCache

2016-01-30 Thread Ed Morley
Hi For apps running on Heroku, two of the main memcached options are MemCachier and Memcached Cloud [1]. Both of these control access via SASL authentication, which isn't supported by Django's current pylibmc backend [2], even though pylibmc supports it [3]. As such, currently the django-pylibmc b