Re: Creating data in TestCase.setUpClass() (proposed refactoring)

2014-11-09 Thread Anssi Kääriäinen
On Sun, 2014-11-09 at 16:19 -0800, Thomas wrote: > In order to make the whole Django test suite pass with that change, I > had to adapt a bunch of tests. I described the technical issues in > https://code.djangoproject.com/ticket/20392#comment:22 but the main > problem is due to some tests in

Creating data in TestCase.setUpClass() (proposed refactoring)

2014-11-09 Thread Thomas
Hi! I'm opening this topic to discuss some TestCase refactoring I have been working on, as it might have a non-negligible impact. The basic idea — which is not mine, see #20392 and that related discussion https://groups.google.com/forum/#!topic/django-developers/N0HEAD1ht8k — is to allow the

Multiple template engines for Django - week 5

2014-11-09 Thread Aymeric Augustin
Hello, Here’s my fifth update: https://myks.org/en/multiple-template-engines-for-django/#2014-11-09 The first step of my project, as outlined in my original proposal, is complete. -- Aymeric. > On 1 nov. 2014, at 23:30, Aymeric Augustin > wrote: > >

Re: Form Model Validation Error

2014-11-09 Thread Tino de Bruijn
Hi Aman, This list is for discussing development of Django itself. Please post to django-users for questions about your own applications. On a side note, it is a bit unwieldy to attach your code files as attachments. Please use a service like pastebin or Github's Gists to post it online and link

Form Model Validation Error

2014-11-09 Thread Aman Kumar
i am trying the save the date using formmodel but it is giving error "The Course could not be changed because the data didn't validate." i attched themodel.py ,form.py and view.py -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to

Re: Django Content Negotiation implement

2014-11-09 Thread Asif Saifuddin
Thank you both for your kind response. I have only almost about a year working with django and still learing. My django and python skills are still so limited as far I know. Reading the dep and other related links of discussions and browsing some source code things are bit overwhelming to me

Re: Django Content Negotiation implement

2014-11-09 Thread Asif Saifuddin
Thank you both for your kind response. I have only almost about a year working with django and still learing. My django and python skills are still so limited as far I know. Reading the dep and other related links of discussions and browsing some source code things are bit overwhelming to me

Fellow Report - November 7, 2014

2014-11-09 Thread Tim Graham
Sorry for the delayed report. I am traveling in Warsaw, Krakow, and Amsterdam until next week and my work on Django will be limited. Report for week ending November 7, 2014: In addition to the work below, I added a machine to our CI cluster running Ubuntu 14.04 which contains newer

Re: Proposal: variable argument lists for templatetags, in templates.

2014-11-09 Thread Przemek Czerkas
On Tuesday, June 10, 2014 12:14:21 AM UTC+2, Russell Keith-Magee wrote: > > > Hi Przemek, > > I'm not entirely certain I understand what you're proposing here. > simple_tag, inclusion_tag and assignment_tag are all utility classes that > you use to produce template tags; however, all the