Multiple template engines for Django - week 7

2014-11-22 Thread Aymeric Augustin
Hello, I published my seventh update: https://myks.org/en/multiple-template-engines-for-django/#2014-11-23 I have another pull request ready for review: https://github.com/django/django/pull/3605 Let me know if you have any questions! -- Aymeric. > On 16 nov. 2014, at 09:19, Aymeric Augusti

Re: Make deconstructible classes forwards compatible

2014-11-22 Thread Markus Holtermann
Hey Carl, On Friday, November 21, 2014 7:57:47 PM UTC+1, Carl Meyer wrote: > > Hi Markus, > > On 11/21/2014 05:35 AM, Markus Holtermann wrote: > > As of now (Django 1.7.x and master) the migration writer serializes > > classes like the CreateModel operation with kwargs and not args. > > Which