Re: GenericForeignKey: loosening the requirements on the ContentType reference

2015-12-10 Thread Florian Apolloner
On Wednesday, December 9, 2015 at 5:01:32 AM UTC+1, martin f krafft wrote: > > also sprach Florian Apolloner > [2015-12-08 23:38 +0100]: > > but if it were for me GFK would have a special case in hell. > > How would you implement LogEntries without GFKs? > Just put the

Re: django template modules compiled with cython

2015-12-10 Thread Alexandru Damian
Hi Russ, Thanks for coming back to me so quickly. On Thursday, December 10, 2015 at 12:30:03 AM UTC, Russell Keith-Magee wrote: > > HI Alex, > > On Wed, Dec 9, 2015 at 9:57 PM, Alexandru Damian > wrote: > >> Hi, >> >> I've compiled the

Call for comments: test (remote) connections using the checks framework

2015-12-10 Thread Alex Morozov
Hi guys, I'd like to gather some opinions on ticket #2445 before actually starting to code. Basically the idea is to extend the `manage.py check` command, adding the ability to test connections to remote services your project depends on. Here's the plan so far: Add a `remote` kwarg to the

Re: django template modules compiled with cython

2015-12-10 Thread Florian Apolloner
On Thursday, December 10, 2015 at 12:52:46 PM UTC+1, Alexandru Damian wrote: > > I am thinking of cythonizing parts of django (e.g. the modules that I am > modifying here) - this will bring .c compilation on install, but will make > code faster in the framework, where it is likely that nobody

Multiple Serializer

2015-12-10 Thread miguel angel lopez mendo
i have this serializers class ValuarCoche(serializers.ModelSerializer): class Meta: model = Valuacion depth = 6 fields = ('coche','Precio_Venta','Precio_Compra') class CocheSerializer2(serializers.ModelSerializer): valuacion = ValuarCoche(many=True) class Meta: model = Coche fields =

Technical board report - 1.9 release cycle

2015-12-10 Thread Aymeric Augustin
Hello, As promised, here's the report from April 1st to December 1st, 2015. Activity was even lower than during the 1.8 cycle, which is excellent. For the first time, the board was asked by a commiter to make a technical decision (item 5). 1. April 8th, 2015: adding Preston Timmons to the

Re: django template modules compiled with cython

2015-12-10 Thread Tim Graham
Sorry for the ignorance, but I have little idea what cython is and what incorporating this into Django involves. If you could give a little background information that would be appreciated. On Thursday, December 10, 2015 at 1:14:46 PM UTC-5, Florian Apolloner wrote: > > > > On Thursday,

Re: Multiple Serializer

2015-12-10 Thread Tim Graham
Please don't cross post messages like this to django-developers and django-users. The latter is the appropriate mailing list for questions like this. On Thursday, December 10, 2015 at 3:37:54 PM UTC-5, miguel angel lopez mendo wrote: > > i have this serializers > > class

Re: Split DeleteView into a more generic ConfirmView

2015-12-10 Thread Lennart Buit
Hello Marc, Thanks for your response, I will change my proposal to target django-braces. Will take me a few days tho, because I am loaded with (school) work right now :). --Lennart On Tuesday, December 8, 2015 at 10:38:01 AM UTC+1, Marc Tamlyn wrote: > > Hi Lennart, > > I certainly like the

Re: django template modules compiled with cython

2015-12-10 Thread Russell Keith-Magee
On Thu, Dec 10, 2015 at 7:52 PM, Alexandru Damian wrote: > Hi Russ, > > Thanks for coming back to me so quickly. > > On Thursday, December 10, 2015 at 12:30:03 AM UTC, Russell Keith-Magee > wrote: >> >> HI Alex, >> >> On Wed, Dec 9, 2015 at 9:57 PM, Alexandru Damian

Re: django template modules compiled with cython

2015-12-10 Thread Shai Berger
On Thursday 10 December 2015 22:44:54 Tim Graham wrote: > Sorry for the ignorance, but I have little idea what cython is and what > incorporating this into Django involves. If you could give a little > background information that would be appreciated. > Cython (http://cython.org/) is a system for