ORM roadmap

2009-10-03 Thread Thierry
http://code.djangoproject.com/wiki/Version1.2Features I know this is not a problem for most users. But when working with complex projects or projects requiring some performance optimization django orm doesn't suffice. Its a pity to see strong development on django orm, while at the same time the

Custom fields and PostGreSQL composite types

2009-10-20 Thread thierry
0 AND (measure).unit = 'mV' Can you tell me if there is a way to control the content of the where clause from the custom field class ? If not, do you think Django will be able one day to manage composite types ? Cordially, Thierry. --~--~-~--~~~---~--~

Re: ORM roadmap

2009-11-11 Thread Thierry
data models, Django currently fails on 2 and 3. Agreed though, I guess only a handful of apps encounter these problems. On Oct 4, 6:27 am, Russell Keith-Magee wrote: > On Sun, Oct 4, 2009 at 5:00 AM, James Bennett wrote: > > > On Sat, Oct 3, 2009 at 1:58 PM, Thierry > >

Scaffolding

2009-11-19 Thread Thierry
Ok scaffolding has seen a lot of ups and downs in the dev community. Type 1 "lets generate code, because that way our programming language sucks less" approach some PHP frameworks take. Type 2 Intelligent code snippets (generation) such as create_app Django needs more of the later. If i have a m

Subclassing models.Model to extend base functionalities and attributes

2010-01-25 Thread thierry
e. Thanks, Thierry. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-develop...@googlegroups.com. To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.c

Django ORM and multidimensional data

2010-02-24 Thread thierry
h the scientific community where Python and databases are more and more popular to store experimental and analyses data. Thanks, Thierry. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to

Eclipse stack trace integration

2010-03-02 Thread Thierry
Any idea how to make the file names in the stack trace clickable to open them in eclipse? Symfony seems to do it: http://symfony-reloaded.org/tools Quote: You can even click on any filename and Symfony will open your favorite IDE at the right line (if you use a supported IDE). -- You received t

Re: Eclipse stack trace integration

2010-03-03 Thread Thierry
Hey Russ Well it would be a nice addition to the Exception screen. On 3 mrt, 00:30, Russell Keith-Magee wrote: > On Tue, Mar 2, 2010 at 10:00 PM, Thierry > wrote: > > Any idea how to make the file names in the stack trace clickable to > > open them in eclipse? > >

Specifying an order_with_respect_to for a self referential one to many relationship (still) fails

2010-05-06 Thread thierry
Hi all, I'd like to know if this problem, described in this post http://groups.google.com/group/django-updates/browse_thread/thread/e247ff8079eda192, will be solved in the next stable release of Django. Thanks. -- You received this message because you are subscribed to the Google Groups "Djang

Delete leads to IntegrityError (Trac Ticket #14896)

2010-12-20 Thread thierry
Hi all, I've tested the django 1.3 alpha release, but it seems that's the delete cascading rule doesn't work anymore when a class contains a ManyToManyField pointing on a class having subclasses. Consequently, I've created a ticket in django trac server (#14896) to describe my problem. Hope this o

Community page update

2011-06-24 Thread Thierry
The update for the community page doesnt seem to be working https://www.djangoproject.com/community/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com. To unsubscribe fro

auto_now_add and auto_now

2008-10-13 Thread Thierry Stiegler
/group/django-developers/browse_thread/thread/4cd631c225cb4e52 So what I have to do ? New custom fields ? I saw some tickets but I didn't find a nice substitute... Any suggestions ? Yours, Thierry. --~--~-~--~~~---~--~~ You received this message because yo

Re: auto_now_add and auto_now

2008-10-14 Thread Thierry Stiegler
e the documentation > doesn't mention anything about possible future deprecation.  The only > action was three months ago with a DeprecationWarning patch that isn't > checked in. Thanks Brian, that why I ask here, I was really confused. Thierry. --~--~-~--~~-

order_with_respect_to fail

2008-12-23 Thread Thierry Stiegler
1a656adc?lnk=gst&q=order_with_respect_to+fail+any+workaround#6b5391721a656adc I know you work really hard for us, but can I know if the bug will be corrected shortly or not. With this information I I can take the decision of patching or not django. Regards, Thierry --~--~-~--~---