Re: Updating documentation examples for Python 3

2016-06-15 Thread Tim Graham
It might be more effort than it's worth to test every example. Even in Django's docs, there are only a handful of places that use six: howto/outputting-csv.txt:from django.utils.six.moves import range ref/urlresolvers.txt:from django.utils.six.moves.urllib.parse import urlparse ref/utils

Re: Refactor page and group user handling

2016-06-15 Thread czpython
My goal is to land this in 3.5 On Monday, June 13, 2016 at 2:11:06 PM UTC-4, czpython wrote: > > Hello, > > Currently there's three tickets related to issues with the current > implementation of our user and groups models. > > https://github.com/divio/django-cms/issues/3532 > https://github.com/d