Re: GSoC 2019 proposal - Easy Ethereum Blockchain integration

2019-03-20 Thread Diego Lima
Hi Carlton!

On Monday, March 18, 2019 at 6:57:01 AM UTC-3, Carlton Gibson wrote:
>
> Hopefully that distinction is clear enough for here and now. 
>

Yes, I understand this distinction. Thank you for clarifying. 
 

> It's not that all "in" type third-party suggestion would be out of scope — 
> I could imagine a good proposal for 2FA and One-time-passwords being at 
> least considered, even if preferred as a third-party app, for example — but 
> I think yes, "Using Blockchain in Django" is out of scope for us for GSoC. 
>

I understand.

>From your perspective, do you think there is some different angle we can 
look this proposal from?

Do you have any suggestion for bringing this proposal into GSoC's scope?

Thank you for you attention!
 

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/aa5e97dc-69d8-4f1b-9338-12c11fc607bf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Test framework Cleanup

2019-03-20 Thread gauravsrivastava2k17
Hi Everyone, My name is Gaurav Srivastava. I am B-Tech 2nd year student. I 
want to clarify my doubts regarding "test framework cleanup" about how and 
what things need to be consider while contributing. As this is my first 
GSOC so I don't have much experience with this . Will anyone will help?.  
Eagerly waiting for reply.

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/55ad0515-fd32-4fe9-bc15-7eeae127445a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 Gibson wrote:
>
> 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  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/ba861ea5-8916-4293-82c0-89461418af89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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> wrote:

> 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 Gibson wrote:
>>
>> 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 (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/ba861ea5-8916-4293-82c0-89461418af89%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CABpHFHR1H%3Dii6tQD9f7MULmxNvTuoCKCC8b1tnOsO06Bi7QcFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 full release.

As to the change you are suggesting, it is not backwards compatible.  It's
a good idea to read the contributing documentation (
https://docs.djangoproject.com/en/dev/internals/contributing/ ) and
importantly the deprecation policy (
https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy
) before suggesting something of such magnitude.

Hope that helps,

Adam

On Wed, 20 Mar 2019 at 16:03, Ryan Hiebert  wrote:

> 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> wrote:
>
>> 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 Gibson wrote:
>>>
>>> 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 (Contributions to Django itself)" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-developers+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-developers@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-developers/ba861ea5-8916-4293-82c0-89461418af89%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> 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 receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/CABpHFHR1H%3Dii6tQD9f7MULmxNvTuoCKCC8b1tnOsO06Bi7QcFQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Adam

-- 
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 receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM30Z4LR%2BMpXKzEh7vNoQPo8Cnn7VcNxbyNfAa4jE4tQGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.