Re: Proposing development discussion forums

2019-08-13 Thread Andrew Godwin
Another point has been raised to me by someone off-list - adding a forum
would significantly increase the surface area that the Code of Conduct team
have to cover (and potentially become one of the biggest time sinks
required), so we need to consider them in any decision.

Andrew

On Mon, Aug 12, 2019 at 10:10 PM Andrew Godwin  wrote:

> I agree James - forums tend to age slightly worse than mailing lists for
> archival content, but I'm hoping the improved experience in the moment
> makes up for it.
>
> Plus, our current mailing list archive depends on a service from Google,
> and I trust those less these days (though I hope Google Groups is probably
> going to be around for a long time).
>
> Andrew
>
> On Monday, August 12, 2019 at 4:04:23 AM UTC-5, James Bennett wrote:
>>
>> I'm not necessarily opposed to this, but I am a bit skeptical of the
>> long-term archival utility of forums, in large part due to my experience as
>> a moderator of some decent-sized ones. I think making them useful for that
>> purpose is going to require about the same level of manual curation as,
>> say, the wiki on code.djangoproject.com does now.
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/f548bdc5-89f9-48e4-8609-ce8e9f718f32%40googlegroups.com
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAFwN1uoJ%2BuUe%3DZQnNVosxW1vuq7gBuUduqHVjq82OHzwi9Z4JA%40mail.gmail.com.


TemplateView and FormView inconsistency

2019-08-13 Thread step21
Hi all,

When developing I noticed an inconsistency - when using TemplateView, kwargs 
are passed to context, but not when using FormView or others.

Source comparison:

https://dpaste.de/Jwdn

Relevant super old issue talking about depreciation here:
https://code.djangoproject.com/ticket/19878

I discussed this briefly on IRC and was told to post here, as it is an 
inconsistency and maybe should be fixed but maybe wasn’t for a reason. Seeing 
as there was already talk of depreciating it several years ago and no clear 
opposition, maybe I could prepare a patch for it?
Any thoughts?

F

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/5072B2EE-D2B4-448C-936D-C5FDB5CD7132%40devtal.de.


signature.asc
Description: Message signed with OpenPGP


I need help

2019-08-13 Thread 'Fadi Haddad' via Django developers (Contributions to Django itself)
Hi, 

I have created a table called dataset

I put the age as integer e.g. 34, 23, 10, 47 

I need to create Age range for the age column. I need the age to be 
displayed as [1-10], [11,20], [21-30] ... etc. Can this happen by replacing 
values or do I have to create another column for this? The goal is to 
anonymize my dataset therefore if it is possible to replace values (age) 
rather than creating new column would be excellent.   

Can anyone help me how to code this in SQL? Would be appreciated if code is 
included in the response 

Regards

Fadi

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/79b8a25a-ce6b-4a73-9be2-d67c7d78e2ff%40googlegroups.com.