Re: Multi Client Django System

2013-02-22 Thread Jacob Haslehurst
This list is for the discussion of django itself, this question would be perfect for django-users. - Jacob On Saturday, 23 February 2013 at 11:50 AM, Delcio Torres wrote: > Dear Sirs, > > Maybe this is a concept question, but here we go. > > I'm doing test development to learn django and us

Multi Client Django System

2013-02-22 Thread Delcio Torres
Dear Sirs, Maybe this is a concept question, but here we go. I'm doing test development to learn django and using admin for everything. This is a Company/Employee/HeathInsurance CRUD system. The main ideia is that I want to provide this for different companies and still not allow them to see e

Re: Is the solution in #12235 correct?

2013-02-22 Thread Gordon
After a chat on IRC I submitted ticket https://code.djangoproject.com/ticket/19888 On Friday, February 22, 2013 5:07:25 PM UTC-5, Gordon wrote: > > Hello, > > I don't think the issue is fixed. > > I am trying to use a UUID primary key. Per > https://code.djangoproject.com/ticket/12235, I've mar

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

2013-02-22 Thread Anssi Kääriäinen
I did some Oracle fixing today. 1.5.x should now pass all tests. I didn't run the full test suite after committing the fixes, as it takes nearly an hour to do so. It would be really good if some of the Oracle users could run the full test suite (not including GIS which is known to be broken) on the

Is the solution in #12235 correct?

2013-02-22 Thread Gordon
Hello, I don't think the issue is fixed. I am trying to use a UUID primary key. Per https://code.djangoproject.com/ticket/12235, I've marked my field as the autofield in contribute_to_class. However, now when I try to save a new instance, django is trying to insert an integer into my uuid

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

2013-02-22 Thread Shai Berger
On Sunday 17 February 2013, Florian Apolloner wrote: > Hi, > > you can see the tests at http://ci.djangoproject.com/ -- currently Oracle > is untested cause it's a major pita to setup on ubuntu. > The easiest way I know to set up Oracle on Debian/Ubuntu is to use Oracle's "Dev Days" VM applianc

Re: 'Change' button for related fields.

2013-02-22 Thread Mason Staugler
I spent a long time looking for something like that. I must not have been using the correct terms and I'm kind of annoyed by that. I'll take a look at the tickets and send my patch for consideration. Thank you, Simon. On Friday, February 22, 2013 9:17:34 AM UTC-5, charettes wrote: > > There's

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

2013-02-22 Thread luan
Hello guys, When I had to customize my users in Django 1.5 where UserProfile got deprecated, I found out I'd have to rewrite the UserCreationForm (contrib.auth), as described in docs[1]. Is it really necessary to rewrite it all? What if the function get_user_model from contrib.auth was used in

Re: 'Change' button for related fields.

2013-02-22 Thread charettes
There's already tickets for this feature request #13163and # 13165 . I've been planning to propose a patch based on django-admin-enhancerfor 1.6. Simon

Re: Ticket #17093 -- quarantine global state in django.template

2013-02-22 Thread Tom Christie
Hi Christopher, > OK, let mi introduce the idea for Google Some Of Code of this year. The idea is stolen from Pyramid [3]. The main new concept is a renderer. A renderer may be current TemplateEngine as well as JSON serializer or mako renderer. I can't really comment on if it'd be appropriate

Re: Database pooling vs. persistent connections

2013-02-22 Thread Anssi Kääriäinen
On 22 helmi, 11:21, Aymeric Augustin wrote: > > Second -- Tasks out of requests. Core developers participating in this > > discussion already have this in mind, Aymeric has commented about it in > >https://code.djangoproject.com/ticket/17887, but it was left out of the > > discussion on the thread

Re: Database pooling vs. persistent connections

2013-02-22 Thread Aymeric Augustin
Hi Shai, Thanks for compiling this list ! My answers below. > First -- the very mention of this topic reminded me of > https://code.djangoproject.com/ticket/9964, which was my pet bug for about > two > years. The point of that bug, though, was to make sure that transactions are > properly clo