Re: contrib.auth.forms need to rewrite UserCreationForm for custom users

2013-02-24 Thread Russell Keith-Magee
Hi Luan, Thanks for the suggestion, but the change you've described won't work, for two reasons. Firstly, the call to get_user_model() will be parsed when the forms module is loaded (because it's part of the Meta declaration). However, module load order can't be guaranteed, so there will be ways

Re: Replacing get_absolute_url, I am against it

2013-02-24 Thread Russell Keith-Magee
On Sun, Feb 24, 2013 at 12:18 AM, Daniel Sokolowski wrote: > Would anyone know if there is still any momentum behind this? I like > Adamcik's approach. > > Hi Daniel, I think if you polled the core team you'd probably still get agreement that the problem exists; however, you'd probably get some d

Re: [SPAM] Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-24 Thread Shai Berger
On Sunday 24 February 2013, Florian Apolloner wrote: > > Yeah, I know about it and set it up on the CI during the sprints, it's > still segfaulting somewhere :/ > > http://ci.djangoproject.com/job/Django%20Oracle/database=oracle,python=pyth > on3.3/12/console > Mybe it's me -- I couldn't get to

Re: How to post multiple items of complicated data?

2013-02-24 Thread Aymeric Augustin
Please ask usage question on django-users. This mailing list is dedicated to the development of Django itself. Thanks! -- Aymeric. On 24 févr. 2013, at 17:35, Onsite <1943@gmail.com> wrote: > Hi, > > I know how to post data to django. However, now I need to post multiple items > in one

How to post multiple items of complicated data?

2013-02-24 Thread Onsite
Hi, I know how to post data to django. However, now I need to post multiple items in one time (to reduce the number of requests). Each item has the same data structure, but some fields might be None. See below as an example of the data I wanna send in one time: Structurefield1field2

Re: no of forms in formset

2013-02-24 Thread Russell Keith-Magee
On Sun, Feb 24, 2013 at 1:51 AM, ANKIT BAGARIA wrote: > this is an example from formset documentation: > > the above command displays 3 forms in total 1 with initial data and 2 blanks. > AFTER GOING THROUGH formset.py file I AM NOT ABLE TO UNDERSTAND HOW IS 3 > FORMS CREATED. How is "for form in

Re: Is there a buildbot? Is there a waterfall? Do the tests pass against all backends?

2013-02-24 Thread Florian Apolloner
Hi, On Friday, February 22, 2013 10:01:44 PM UTC+1, Shai Berger wrote: > > but other than that, it > was quite easy to get going. I use it on my laptop (which is easily strong > enough) for development. > Yeah, I know about it and set it up on the CI during the sprints, it's still segfaulting