Re: injecting settings

2019-05-08 Thread Michal Petrucha
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi folks, On Tue, May 07, 2019 at 10:53:37PM +0200, Aymeric Augustin wrote: > If we're only talking about providing default values for settings, currently > there are two straightforward solutions: > > 1. Like Adam suggested, access settings like

Re: injecting settings

2019-05-08 Thread Aymeric Augustin
> On 8 May 2019, at 11:38, Michal Petrucha wrote: > > On Tue, May 07, 2019 at 10:53:37PM +0200, Aymeric Augustin wrote: >> If we're only talking about providing default values for settings, currently >> there are two straightforward solutions: >> >> 1. Like Adam suggested, access settings like

After #28321 len(formset.forms) != len(formset.errors) is possible

2019-05-08 Thread Carsten Fuchs
Dear group, I just upgraded from Django 1.11 to 2+ and thereby found https://code.djangoproject.com/ticket/28321 The ticket was resolved with commit https://github.com/django/django/commit/f32d24652b920135eb6a0f3de74599f03e181731 Well, this change leaves us with a situation where `formset.forms

Adding Quantum Encryption to Django Project

2019-05-08 Thread Harold Heard
Greetings Django Development Community, I am interested to know if the Django community is open and/or considering adding quantum hashing to the project. I have a project need for this functionality and would like to capture the vision and direction in this area. I'm glad to participate to the

Introduction

2019-05-08 Thread Ruchit Vithani
Hello developers! My name is Ruchit Vithani and I am a student at DA-IICT, Gandhinagar in India. I'm familiar with open source and I've also contributed to some projects. I'd love to be a part of this awesome community and would like to contribute. I've read the contributing guide. Can someone

Form not valid error

2019-05-08 Thread Dimple Mathew
I am trying to pass data from a form to view, but form is not valid. I have 3 drop-downs on this form on clicking on submit, if any relavant data is available in the database it should be loaded on the template. Basically this form is a set of filters that load data based on selection. views.py

Django Channels

2019-05-08 Thread Faizan Nazeer
how Django channels connect with android mobile ... I want to send message on a browser and that message receive on the android application how channels work that -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)"

Re: After #28321 len(formset.forms) != len(formset.errors) is possible

2019-05-08 Thread Carlton Gibson
Hi Carsten. Any chance you can put this into a failing test case in a PR? (Much easier to reason about code. ๐Ÿ™‚) Thanks. C. On Wednesday, 8 May 2019 13:58:25 UTC+2, Carsten Fuchs wrote: > > Dear group, > > I just upgraded from Django 1.11 to 2+ and thereby found > https://code.djangoprojec

Re: Introduction

2019-05-08 Thread Carlton Gibson
Hi Ruchit, Welcome aboard! ๐Ÿ™‚ There's a whole section on finding a ticket in the talk I gave at DjangoCon Europe recently. Check it out: https://www.youtube.com/watch?v=F4StlMFb5Ms In the Trac you can filter by component which helps: https://code.djangoproject.com/query?status=assigned&stat

Re: Django Channels

2019-05-08 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Wed, 8 May 2019 at 11:33, Faizan Nazeer wrote: > how Django channels connect with android mobi

Re: Proposal: Allow ManyToMany using a intermediary table to be defined as symmetrical

2019-05-08 Thread Collin Anderson
Hi Nadรจge, Sorry for the delay. Yeah, when I was working on PR 8981, I ran into the symmetrical case and wasn't sure what the behavior should be, so I left the check in place to not allow the behavior. I asked my self the same question you did about possibly needing "through_reverse_defaults" a

Re: injecting settings

2019-05-08 Thread Dan Davis
> Another thing to possibly consider, what should happen if multiple > packages try to provide different defaults for the same setting? I > mean, of course, this has kind of been floated in this thread already, > but it would add one more item to the list of things affected by the > order of INSTAL

Re: Introduction

2019-05-08 Thread Ruchit Vithani
Thanks! Carlton. Will surely check out those links. On Wednesday, May 8, 2019 at 5:46:33 PM UTC+5:30, Carlton Gibson wrote: > > Hi Ruchit, > > Welcome aboard! ๐Ÿ™‚ > > There's a whole section on finding a ticket in the talk I gave at > DjangoCon Europe recently. Check it out: > > https://www.yout

Re: Adding Quantum Encryption to Django Project

2019-05-08 Thread Fabio Caritas Barrionuevo da Luz
What do you mean by Quantum Encryption/Quantum hashing? It would be nice to explain what it is and / or send some links to more information. That said, I think for anything to be integrated into the core of django, it should first, as far as possible, prove its concept as an external django a