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
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
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
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
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
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
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