Django bugfix releases: 2.2.6, 2.1.13, and 1.11.25

2019-10-01 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2019/oct/01/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop

Re: Logging in management commands

2019-10-01 Thread charettes
Hello Christian, I don't have an exact answer for you but there's open tickets about making management commands use logging instead of custom output wrappers that might interest you. Simon [0] https://code.djangoproject.com/ticket/21429 [1] https://code.djangoproject.com/ticket/27877 Le samed

Re: Feature idea: bulk_associate: Add ManyToMany relationships in bulk

2019-10-01 Thread Tom Forbes
Hey David, I like this idea, while I don’t think the use case is common there have been a few times where I’ve needed this and got around it by creating/modifying the through model in bulk. Having a method that does this would be good IMO. Unless anyone has strong opinions against this then can

Suggestions on where to contribute

2019-10-01 Thread Fredrik Malmfors
Hello everyone! As part of a university course, where the goal is to contribute to a large open source project, I chose django. I’m currently in the process of studying the structure of the source code. Anyway, if anyone has a* suggestion for a django component* to study more in depth (per

Re: Suggestions on where to contribute

2019-10-01 Thread Kye Russell
The ORM! Good luck! > On 1 Oct 2019, at 4:20 pm, Fredrik Malmfors wrote: > > Hello everyone! > > > > As part of a university course, where the goal is to contribute to a large > open source project, I chose django. I’m currently in the process of studying > the structure of the source code.

How to assign issue to self

2019-10-01 Thread keshav kumar
Hii...I want to contribute to django. But I am not getting how to assign issue ticket to self. Can you tell me the step to assign issue. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from

Re: Suggestions on where to contribute

2019-10-01 Thread Carlton Gibson
Hi Fredrik Welcome! If you go to Trac, and View Tickets, you can filter by Component. Here's an example for the Admin

Re: How to assign issue to self

2019-10-01 Thread keshav kumar
Thank you so much! I have done it. On Tuesday, 1 October 2019 18:08:59 UTC+5:30, keshav kumar wrote: > > Hii...I want to contribute to django. But I am not getting how to assign > issue ticket to self. Can you tell me the step to assign issue. > -- You received this message because you are subs

Query Regarding Ticket : #30817 Document that Sitemap.items() can return an iterable.

2019-10-01 Thread keshav kumar
I have read all the description of this ticket but still I'm not getting what they wanted to do in this issue. Can you explain me more about it ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscr

Re: Query Regarding Ticket : #30817 Document that Sitemap.items() can return an iterable.

2019-10-01 Thread Mariusz Felisiak
This issue is already assigned and has patch. W dniu wtorek, 1 października 2019 21:11:47 UTC+2 użytkownik keshav kumar napisał: > > I have read all the description of this ticket but still I'm not getting > what they wanted to do in this issue. Can you explain me more about it ? > -- You rece

Re: Feature idea: bulk_associate: Add ManyToMany relationships in bulk

2019-10-01 Thread David Foster
Trac ticket created: https://code.djangoproject.com/ticket/30828 On Tuesday, October 1, 2019 at 3:02:38 AM UTC-7, Tom Forbes wrote: > > Hey David, > I like this idea, while I don’t think the use case is common there have > been a few times where I’ve needed this and got around it by > creating/m