Re: Django 2.2 release candidate 1 released

2019-03-21 Thread Mohammad Etemaddar
Ryan and Adam, Thank you very much. The links was so helpful. I liked to find the best way to contribute. Sincerely, Mohammad Etemaddar On Wed, Mar 20, 2019 at 7:39 PM Adam Johnson wrote: > Hi Mohammed, > > Thanks for making a suggestion, but th

Re: Django 2.2 release candidate 1 released

2019-03-20 Thread Adam Johnson
Hi Mohammed, Thanks for making a suggestion, but this is not the thread to bring such an issue up on. If you want to make a suggestion, it's best to make a new thread. Ryan is also right, 2.2 is feature frozen, so it won't be possible to make such a change, only to fix bugs before it gets its ful

Re: Django 2.2 release candidate 1 released

2019-03-20 Thread Ryan Hiebert
That won't be possible, Django 2.2 has been feature-frozen for a while now. You might want to follow the following issue which is related to what you're suggesting. https://code.djangoproject.com/ticket/10227 On Wed, Mar 20, 2019 at 10:52 AM Mohammad Etemaddar < mohammad.etemad...@gmail.com> wrot

Re: Django 2.2 release candidate 1 released

2019-03-20 Thread Mohammad Etemaddar
Is it possible to have this option in Django 2.2? When we select a OneToOne object by related_name, rises DoesNotExists when have no object related. Is it possible to add the behaviour to return None instead of DoesNotExists? Thank you On Monday, March 18, 2019 at 12:33:15 PM UTC+3:30, Carlton

Django 2.2 release candidate 1 released

2019-03-18 Thread Carlton Gibson
We've made the final (hopefully) release on the way to Django's next major release, Django 2.2! Check out the blog post: https://www.djangoproject.com/weblog/2019/mar/18/django-22-rc1/ -- You received this message because you are subscribed to the Google Groups "Django developers (Contributio