Re: Problem with views PasswordChangeView vs. password_change

2017-07-12 Thread Tim Graham
Hi, I can't reproduce that error. Can you provide a sample project? Maybe it has something to do with the ggVerfallenMiddleware? On Wednesday, July 12, 2017 at 10:48:25 AM UTC-4, Carsten Fuchs wrote: > > Dear Django group, > > using Django 1.11.3 with Python 2.7, please consider the following t

Problem with views PasswordChangeView vs. password_change

2017-07-12 Thread Carsten Fuchs
Dear Django group, using Django 1.11.3 with Python 2.7, please consider the following test: def test_passwort_aendern(self): u = User.objects.create_user("Test", "t...@example.com", "Passwort") self.client.force_login(u) response = self.client.post("/change_passwor

Re: How to Contribute to the Django?

2017-07-12 Thread Kaustubh Vats
Thanks.:) -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegrou

Re: Django project share: Jumpserver a open source ssh gateway

2017-07-12 Thread 广宏伟
> > More see: https://github.com/jumpserver/jumpserver/issues/438 > 在 2017年7月12日星期三 UTC+8下午9:06:51,广宏伟写道: > > Dear all: > > I use *Django(1.11)/Python(3.6)* develop a project: Jumpserver, a open > source ssh gateway. I'm glad to introduce her to you。 > > *github*: https://github.com/jumpser

Django project share: Jumpserver a open source ssh gateway

2017-07-12 Thread 广宏伟
Dear all: I use *Django(1.11)/Python(3.6)* develop a project: Jumpserver, a open source ssh gateway. I'm glad to introduce her to you。 *github*: https://github.com/jumpserver/jumpserver User Detail:

Query about integration multiple database using mongodb

2017-07-12 Thread Shivam Taneja
Dear all I have a query using integration of multiple database support using mongoDB am strucking while implementing the multiple databases mongodb with django if you have any idea about it please provide me a link about it Regards Shivam -- You received this message because you are subscribed

Query abouhe multiple database support using mongoDB

2017-07-12 Thread Shivam Taneja
Dear all I have a requirement to integrate the multiple database using mongodb is this possible to integrate the multiple database with mongodb and if possible then whats the process involved in this process Regards Shvam Taneja -- You received this message because you are subscribed to the

Re: How to Contribute to the Django?

2017-07-12 Thread Jani Tiainen
Hi, You should read https://docs.djangoproject.com/en/1.11/internals/contributing/ which contains information you're seeking for. On 12.07.2017 10:25, Kaustubh Vats wrote: /Hi all, I am new to this organisation and I want to contribute. Can anybody please tell me how to get started. I have

Re: How to Contribute to the Django?

2017-07-12 Thread yingi keme
You can contribute by helping to solve problems of others. Its just a matter of some few hours or even minutes before you start recieving mails from people stuck with a particular code. Ofcourse that is if you set your forum account to be recieving mails. You can also ask python questions and s

How to Contribute to the Django?

2017-07-12 Thread Kaustubh Vats
*Hi all, I am new to this organisation and I want to contribute. Can anybody please tell me how to get started. I have the following skills HTML, CSS, JS,Python and I have some experience of working with Django.* -- You received this message because you are subscribed to the Google Groups "Dja

Admin formfield_for_foreignkey is defeating me

2017-07-12 Thread Mike Dewhirst
Would some kind person please point out where I'm going wrong with formfield_for_foreignkey? (Admin code below) It is not eliminating records with display = False from otherwise available choices in a dropdown list as outlined below. Essentially, the dropdown is showing everything. The scena