Re: Channels is now an official Django project!

2016-09-10 Thread Abdulrahman Alotaibi
Congratulations On Fri, Sep 9, 2016, 11:08 AM Tim Graham wrote: > Could you please share the information that you submitted to the technical > board as per the DEP: "The Shepherd will submit the project, the list of > people signed up for the Maintenance Team, and the collated arguments to > the

dumpdata --natural-primary --natural-foreign not serializing pointers to parents in multi-table inheritance

2016-09-10 Thread João Sampaio
Hello! I have these classes: class SuperClassManager(models.Manager): def get_by_natural_key(self, identifier): return self.get(identifier=identifier) class SuperClass(models.Model): objects = SuperClassManager() identifier = models.CharField(max_length=31, unique=True)

Re: dumpdata --natural-primary --natural-foreign not serializing pointers to parents in multi-table inheritance

2016-09-10 Thread charettes
Hi João, It seems like this is an already reported bug[1] with an existing stale PR[2] you might want to work on. Cheers, Simon [1] https://code.djangoproject.com/ticket/24607 [2] https://github.com/django/django/pull/4473 Le samedi 10 septembre 2016 10:32:01 UTC-4, João Sampaio a écrit : > >

Re: dumpdata --natural-primary --natural-foreign not serializing pointers to parents in multi-table inheritance

2016-09-10 Thread João Sampaio
Great! I've been wanting to contribute to Django for a long time, so I'll take a shot at this, hopefully I can help. On Sat, Sep 10, 2016 at 11:56 AM, charettes wrote: > Hi João, > > It seems like this is an already reported bug[1] with an existing stale > PR[2] > you might want to work on. > >

Feature Request: An easier way to pass the parent object to the form of an InlineModelAdmin

2016-09-10 Thread Al Johri
Hi All, Within the Django Admin, I'm trying to pass the current object from the ModelAdmin to the InlineModelAdmin. While I've come up with a few solutions, I'm finding them all to be extremely hacky and hopefully a better solution is possible, perhaps via the addition of a feature. I apologiz

Re: Logging config tries too hard

2016-09-10 Thread Cristiano Coelho
I had troubles understanding the logging setup the first time, but after that, its quite simple on every project. I usually end up copy/pasting some console and db logger class and just add it to the config, I don't really think it is that difficult El martes, 6 de septiembre de 2016, 9:57:16 (

Fellow Report - September 10, 2016

2016-09-10 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27173 - Permit import statements to be longer than 80 characters (wontfix) https://code.djangoproject.com/ticket/27186 - Cannot change DateTimeField with default via Admin since Django 1.10.1 (accepted) https://code.djangoproject.com/tic