Performance regression loading from fixtures in 1.1 & trunk

2009-07-09 Thread David Turner
I have created a test that does nothing but read in a fixture of 1 items. http://novalis.org/bugs/perf.zip It goes significantly slower on Django 1.1-beta and trunk than it does in Django 1.0. 1.0: Ran 1 test in 16.904s 1.1: Ran 1 test in 21.541s trunk: Ran 1 test in 21.228s My rejected p

first insert on connection fails (psycopg2, postgresql version__gte 8.2)

2009-07-09 Thread Anssi Kaariainen
Hello all, I think I found a bug in django SVN when using psycopg2 and postgresql version > 8.1. The problem is simple to reproduce: class Foo(): pass $ python manage.py shell >>> Foo().save() # Fails django/db/backends/__init__.pyc in fetch_returned_insert_id(self, cursor) --> 171 r

[soc2009/model-validation] status

2009-07-09 Thread Honza Král
Hello all, I am sorry my the gap in my reports, it kind of slipped my mind. Currently we are in a stage where we keep moving more validation logic into the new validator functions adding more functionality where needed - the last example being the ability to override validator's error messages b

Re: django doc improvement suggestion

2009-07-09 Thread Ben Ford
Hi guys, I raised a ticket about doc improvements too: http://code.djangoproject.com/ticket/11152. I'm also happy to provide patches to make django's docs play nice with others. Ben 2009/7/6 Russell Keith-Magee > > On Sun, Jul 5, 2009 at 4:47 PM, Amit Upadhyay wrote: > > Further, its difficult

Re: Try out new inline features [GSoC admin-ui]

2009-07-09 Thread patrickk
more notes: currently, the comments with selector-inlines are quite simple (basically, just textfields). does it also work with m2m-fields, rich-text-editors, foreignkeys and so on? I´m especially interested if the re-setting of each field works if you add a comment. regards, patrick On 9 Jul.,