Fellow Report - December 17, 2016

2016-12-17 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/27588 - Avoid affixing colon to migration name in makemigrations output (fixed) https://code.djangoproject.com/ticket/27587 - Document str(QuerySet.query) (accepted) https://code.djangoproject.com/ticket/27595 - ForeignKey to model subcl

Re: Please help me with "Writing your first patch for Django"

2016-12-17 Thread Adam Johnson
Also you might be experiencing failures specific to your operating system and database setup - if you'd paste the stack traces we might be able to figure more out. On Sat, 17 Dec 2016 at 16:27, Tim Graham wrote: > 1. As the tutorial says, "Some tests are specific to a particular > > database back

Re: Please help me with "Writing your first patch for Django"

2016-12-17 Thread Tim Graham
1. As the tutorial says, "Some tests are specific to a particular database backend and will be skipped if not testing with that backend." No problem there. 2. Can you reproduce those failures on master? If not, it's nothing to worry about. On Saturday, December 17, 2016 at 10:49:21 AM UTC-5, C

Re: Page not found (404) passing two variables through URL django

2016-12-17 Thread Alex Gaynor
This list is for the development of Django, not development with Django. Please use the django-users mailing list. That said, the problem is that you have an extra "<" after the "(" in the amount capture. Alex On Fri, Dec 16, 2016 at 6:38 AM, Ravin Kohli wrote: > > this is the actual url > > h

Page not found (404) passing two variables through URL django

2016-12-17 Thread Ravin Kohli
this is the actual url http://127.0.0.1:8000/receive/kohli/50/ why is it not matching to the pattern this is my redirect call return redirect('/receive/%s/%s/' % (request.POST.get('receiver'), withdraw)) this is the urlpattern url(r'^receive/(?P[a-zA-Z]+)/([0-9]+)/$', receive_money) --

Please help me with "Writing your first patch for Django"

2016-12-17 Thread Carlos Mermingas
I absolutely love Django and I would like to contribute. After slowly reading some of the material on how to get started, I just went through the "Writing your first patch for Django" tutorial. I am using Python 3.5 and I have a few questions: *(1) When I run the tests, I get **4 failures and 8

Re: Guidelines to name python modules of Django applications?

2016-12-17 Thread Raphael Hertzog
Le jeudi 08 décembre 2016, Raphaël Barrois a écrit : > If I understand correctly the input, would the following proposal be an > acceptable middle ground? It would certainly be an improvement from my point of view, yes. Cheers, -- Raphaël Hertzog ◈ Writer/Consultant ◈ Debian Developer Discover