Re: High Level Discussion about the Future of Django

2010-04-17 Thread Simone Federici
The work of the core team is outstanding and I find that the process of development is to be taken as an example. Unfortunately, customers often want features, but we are programmers, engineers, and we know who we are and what is our role. Compatibility is strongly important when choosing a tool.

Re: Proposal: modular django configuration

2010-06-04 Thread Simone Federici
I think it is best that each application has its own configuration files. The problem is usually the opposite, how to use a pluggable application without changing the source code. And that is why usually the application writes the global settings. I'm using this snippet of code in order to separa

Composite Key at Europython

2012-03-15 Thread Simone Federici
I'd like speak at europython about a project on composite primary and foreign key for Django. https://github.com/simone/django-compositekey This solution that I'm using on a very small realty. I've developed using monkey some patch because the purpose was not forking django. Is more easy introdu

Re: Composite Key at Europython

2012-03-16 Thread Simone Federici
On Fri, Mar 16, 2012 at 13:59, Jacob Kaplan-Moss wrote: > The DSF has some funds set aside for precisely this purpose (getting > developers in rooms together). If getting you to europython to hack with > Simone helps make CPKs happen, I think you're a perfect candidate for a > travel grant. > Th

Re: Composite Key at Europython

2012-03-16 Thread Simone Federici
On Fri, Mar 16, 2012 at 13:54, Michal Petrucha wrote: > Unfortunately, currently I'm busy until Thursday; afterwards I'll try to > find out whether it would be possible for me to attend. If you need my > assistance before Sunday, unfortunately, I'm afraid I'll be of little > help... > If you are

Re: Composite Key at Europython

2012-03-16 Thread Simone Federici
On Fri, Mar 16, 2012 at 10:42, polo wrote: > Your project is stable ? that's the right question! no it isn't. As the docs said it is in a alpha release, I think is a good moment to create a first stable release but I'm waiting to release it as 1.0 when django 1.4 will be definitly released i

Tips required to run django tests configurazion for all databases

2012-03-17 Thread Simone Federici
Hi, when I run the total django suite for all database there are times totally different, obvious sqllite is not possible compare with the others, oracle and postgresql have the similar performance during the tests, but mysql... there is some tricks to go faster the mysql suite test case? -- Y

Re: Tips required to run django tests configurazion for all databases

2012-03-17 Thread Simone Federici
On Sat, Mar 17, 2012 at 15:03, Nate Bragg wrote: > I recently encountered this as well; for me, it was because I was using > MyISAM as the backend - switching to InnoDB saw about an 8x speedup, to > become comparable to postgres (it took over four hours to run under MyISAM, > for reference). Whic

Re: Ticket 16317 https://code.djangoproject.com/ticket/16317

2012-03-17 Thread Simone Federici
On Fri, Mar 16, 2012 at 15:00, Marcob wrote: > The ticket 16317 has a very nice 4 months old patch (it's has a two > lines fix, remainder are just test fixes). > It was marked for 1.3 version but now it's better to change it to 1.4 > version. > As I really hate to patch django I think my only sol

Re: Ticket 16317 https://code.djangoproject.com/ticket/16317

2012-03-18 Thread Simone Federici
On Sun, Mar 18, 2012 at 17:19, ptone wrote: > If all looks OK, comment that you have done the above and mark "Ready for > checkin" Thanks Preston, I've update the patch a the current revision (the content is not changed) I'think is ready for checkin, test are included on fixtures testcases ht

Re: About the django-core mailing list

2010-09-09 Thread Simone Federici
Thanks Jacob, I don't understand why we are discussing about it. It's quite obvious that if there is a core team, there's also a mailing list. S On Thu, Sep 9, 2010 at 19:30, Jacob Kaplan-Moss wrote: > Hi folks -- > > A bit of context before I dive in: at DjangoCon, Eric Florenzano gave > a

Re: Will Django ever CompositePrimaryKeys?

2019-02-21 Thread Simone Federici
Lance Ellinghaus wrote: > Should I consider his statements to be the final statement from the Django > core developers? > of course not, I'm not a core developer. :-) -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itsel