Re: new Feature: yay or neigh?

2018-04-07 Thread Jani Tiainen
Hi, If you want to prove your idea useful write a template tag and try ti get people to use it. la 7. huhtikuuta 2018 klo 10.04 Samuel Muiruri kirjoitti: > Hey guys, > Think this would be a neat feature to add to django. > > {% if request.connection %} > #if there's a connection to the inte

Re: new Feature: yay or neigh?

2018-04-07 Thread Julio Biason
sing webworkers. Get Outlook for iOS<https://aka.ms/o0ukef> From: django-users@googlegroups.com on behalf of Melvyn Sopacua Sent: Saturday, April 7, 2018 12:46:45 AM To: django-users@googlegroups.com Subject: Re: new Feature: yay or neigh? On zaterdag

Re: new Feature: yay or neigh?

2018-04-07 Thread Melvyn Sopacua
On zaterdag 7 april 2018 09:02:52 CEST Samuel Muiruri wrote: > Hey guys, > Think this would be a neat feature to add to django. > > {% if request.connection %} > #if there's a connection to the internet returns True, by default tries > to connect to google > {% else %} > #could for example

new Feature: yay or neigh?

2018-04-07 Thread Samuel Muiruri
Hey guys, Think this would be a neat feature to add to django. {% if request.connection %} #if there's a connection to the internet returns True, by default tries to connect to google {% else %} #could for example load local js/css files instead of from cdn {% endif %} primarily could be

Re: How do I request a new feature in 1.11.x?

2017-10-12 Thread Tim Graham
ich you provided! >>> >>> Cheers, >>> Chris >>> >>> On 10 October 2017 at 23:57, James Schneider >>> wrote: >>> >>>> >>>> >>>> On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: >>>> >

Re: How do I request a new feature in 1.11.x?

2017-10-11 Thread Chris Beck
t - which you provided! >> >> Cheers, >> Chris >> >> On 10 October 2017 at 23:57, James Schneider wrote: >> >>> >>> >>> On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: >>> >>> So there is a new feature being wor

Re: How do I request a new feature in 1.11.x?

2017-10-11 Thread Tim Graham
wrote: > > Thanks James, > > I wasn't expecting action from my email, just advice on how to prompt for > it - which you provided! > > Cheers, > Chris > > On 10 October 2017 at 23:57, James Schneider > wrote: > >> >> >> On Oct 10, 2017 8:50 PM,

Re: How do I request a new feature in 1.11.x?

2017-10-10 Thread Chris Beck
Thanks James, I wasn't expecting action from my email, just advice on how to prompt for it - which you provided! Cheers, Chris On 10 October 2017 at 23:57, James Schneider wrote: > > > On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: > > So there is a new feature

Re: How do I request a new feature in 1.11.x?

2017-10-10 Thread James Schneider
On Oct 10, 2017 8:50 PM, "Chris Beck" wrote: So there is a new feature being worked on in the master branch: https://code.djangoproject.com/ticket/28668 (adding ON CONFLICT DO NOTHING support to bulk_create) How might I add a request that that feature be included in a future 1.11

How do I request a new feature in 1.11.x?

2017-10-10 Thread Chris Beck
So there is a new feature being worked on in the master branch: https://code.djangoproject.com/ticket/28668 (adding ON CONFLICT DO NOTHING support to bulk_create) How might I add a request that that feature be included in a future 1.11 release if possible? Since 1.11 is the last Python2 release

Re: Writing some tests for new feature

2015-04-22 Thread Tim Graham
; I want to contribute one new feature to Django (doing this first time). > > I reading this <https://docs.djangoproject.com/en/dev/intro/contributing/> > and > have one question. > > First, write tests. I want to improve work of ping_google() > <https://github.com/django/d

Writing some tests for new feature

2015-04-22 Thread ST LEON
I want to contribute one new feature to Django (doing this first time). I reading this <https://docs.djangoproject.com/en/dev/intro/contributing/> and have one question. First, write tests. I want to improve work of ping_google() <https://github.com/django/django/blob/master/djang

Re: Writing some tests for new feature

2015-04-22 Thread Avraham Serour
you should ask this on the django developers mailing list, this is the django users list On Wed, Apr 22, 2015 at 5:06 PM, ST LEON wrote: > I want to contribute one new feature to Django (doing this first time). > > I reading this <https://docs.djangoproject.com/en/dev/intro/contri

Re: New feature suggestion, but probably late to the party.

2014-04-22 Thread Russell Keith-Magee
On Wed, Apr 23, 2014 at 6:52 AM, JJ Zolper wrote: > Hello everyone, > > I apologize if this suggestion has already been brought up, shot down etc, > but I would like to highlight a feature I think would be really cool to > have in Django. For this feature, I think an all in one standard that is >

New feature suggestion, but probably late to the party.

2014-04-22 Thread JJ Zolper
Hello everyone, I apologize if this suggestion has already been brought up, shot down etc, but I would like to highlight a feature I think would be really cool to have in Django. For this feature, I think an all in one standard that is appropriate for all users of django websites that can quick

Re: New Feature

2013-10-12 Thread Rich Haase
As with all software the best solutions are written to solve a problem that bugs the developer. Find something that you find troublesome on a regular basis, then code a solution. Sent from my iPhone > On Oct 12, 2013, at 12:26 AM, jasvir singh > wrote: > > Hello everyone. > > I am new to t

New Feature

2013-10-12 Thread jasvir singh
Hello everyone. I am new to this mailing list, but have a long relationship with django. I want to add something new to django, a new package to django. Please suggest me to do something creative. Previously I was thinking to create a package to embed youtube videos, but packages for same already