Re: Admin patches

2010-06-10 Thread Sebastian Noack
> > However i was able to run the test suite on a plain django 1.2.1 > > installation with sqlite, but got 11 failures and 37 errors ... > > Have you read [1]? Do you still get errors if you run: > ./runtests.py --settings=test_sqlite > from the tests/ directory? Ok, that works. All test

Re: Admin patches

2010-06-09 Thread Sebastian Noack
failures and 37 errors [1]. Do I have configured my test environment wrong? Here is my settings.py [1]. [1] http://pastebin.org/321014 [2] http://pastebin.org/321027 Regards Sebastian NoacK signature.asc Description: PGP signature

Admin patches

2010-06-08 Thread Sebastian Noack
Regards Sebastian Noack signature.asc Description: PGP signature

Re: Want to have unit tests in multiple files

2008-05-23 Thread Sebastian Noack
On Fri, 23 May 2008 13:32:45 -0500 "Gary Wilson Jr." <[EMAIL PROTECTED]> wrote: > In case you haven't figured this out already, it can be done by > importing your unit test classes from the test/*.py modules in > tests/__init__.py That is exactly what I have done at my work, just a few days

Re: Add optional FOR UPDATE clause to QuerySets

2008-05-23 Thread Sebastian Noack
well, by django at the moment. Regards Sebastian Noack signature.asc Description: PGP signature

Re: Manager-model reassignment on abstract subclassing

2008-05-23 Thread Sebastian Noack
, you should update now. I think the patch is ready to get merged into trunk now, but I can not decide this. What does the maintainers think? Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-23 Thread Sebastian Noack
On Fri, 23 May 2008 17:20:43 +0800 "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > I'm currently sitting in an airport, so I won't have a chance to have > a good look until tomorrow at the earliest. However, here's some > immediate feedback. Most of them are in the category of "this probably >

Re: QuerySet.update improvement.

2008-05-23 Thread Sebastian Noack
ich might become rounded up- or downwards depending on the db engine. The result of the division test is 2.8 now. This should actually work. Furthermore I am using the operator module instead of eval, now. Thanks for this advice. I just forgot that I can use it for this test. Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-22 Thread Sebastian Noack
fortunately, I'm not sure what caused it. I am pretty sure that this is not related to my patch. I get the same failure, and as far as I know I got it even before I wrote the patch. Thanks for testing. Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-22 Thread Sebastian Noack
updating sliced query sets, because of calling update() on a sliced query set will update all objects. Do not think about implemeting this feature. Although some DBMS might supports UPDATE with LIMIT and OFFSET, many don't or support only LIMIT (as MySQL for example). Note that (2) and (3) are b

Re: Manager-model reassignment on abstract subclassing

2008-05-22 Thread Sebastian Noack
ther that patch should be applied? Thanks. Although I wrote this patch, I have a disagreement. ;-P Tests are still missing. But I think I can wrote some test cases at the weekend or during next week. Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-16 Thread Sebastian Noack
and ~, for completeness. I still have to write tests and documentation, but I would like to hear from Russel or the other maintainers, what they think about the code. Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-10 Thread Sebastian Noack
and I have to write test cases. I can't do this now, but I think I will do it in the next days. But it would be cool if somebody can already look on my latest patch, if it is ok. Thanks. Regards Sebastian Noack signature.asc Description: PGP signature

Re: QuerySet.update improvement.

2008-05-10 Thread Sebastian Noack
ive test suite to back it up. I know this. But there is no sense do this at the moment. As you already noted there are still a few points to discuss and probably things to change on this code. So I will write documentation and tests when this is finished, because of otherwise I have to do this work twice. Regards Sebastian Noack signature.asc Description: PGP signature

QuerySet.update improvement.

2008-05-10 Thread Sebastian Noack
this patch? Or ideas ti even improve this patch? Thanks. Regards Sebastian Noack signature.asc Description: PGP signature

Re: Django ORM performance patch. Fixes #5420, #5768

2008-02-15 Thread Sebastian Noack
I agree with Dima's comment, but that was just because I trusted that it is true that this syntax is already used in django, without looking at the source. I don't care much, how the syntax should look like, but it have to enable selecting related fields from related fields and it should be the sam

Re: Django ORM performance patch. Fixes #5420, #5768

2008-02-15 Thread Sebastian Noack
ave many sense as quoted string (even > current QuerySet.order_by() uses '.' instead of '__' as separator). So > from design and usability point of view my form of selecting related > fields is better, I think. Ok, I agree. I would like to getting this feature merged in trunk, too. R

Re: Django ORM performance patch. Fixes #5420, #5768

2008-02-14 Thread Sebastian Noack
related fields and furthermore this would enable to select the related field of a related field, as QuerySet.filter can do. Regards Sebastian Noack --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers"