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 pass

Re: Admin patches

2010-06-09 Thread Alex Gaynor
On Wed, Jun 9, 2010 at 3:56 PM, Jeremy Dunck wrote: > On Wed, Jun 9, 2010 at 3:52 PM, Simon Meers wrote: > ... >> Did you also know you can run any desired subset of tests? E.g.: >>    ./runtests.py --settings=test_sqlite admin_inlines admin_views >>    ---

Re: Admin patches

2010-06-09 Thread Jeremy Dunck
On Wed, Jun 9, 2010 at 3:52 PM, Simon Meers wrote: ... > Did you also know you can run any desired subset of tests? E.g.: >    ./runtests.py --settings=test_sqlite admin_inlines admin_views >    -- >    Ran 145 tests in 29.500s T

Re: Admin patches

2010-06-09 Thread Simon Meers
Hi Sebastian, > Btw, running the test suite with mysql takes forever. > If you know the reason please tell me. 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

Re: Admin patches

2010-06-09 Thread Sebastian Noack
Hi Jacob, thanks for your feedback, I have respond to your comments. I am going to add tests now. Btw, running the test suite with mysql takes forever. If you know the reason please tell me. However i was able to run the test suite on a plain django 1.2.1 installation with sqlite, but got 11 failu

Re: Admin patches

2010-06-09 Thread batiste
Hi, There is also this small fix that need feedback. There is a patch but no doc (it's more a bug fix than a new feature) http://code.djangoproject.com/ticket/12241 -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, se

Re: Admin patches

2010-06-08 Thread Adam V.
I have a pending admin patch too: http://code.djangoproject.com/ticket/11651 (With tests and docs, though probably needs some better function names.) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to djang

Re: Admin patches

2010-06-08 Thread Jacob Kaplan-Moss
Hey Sebastian -- Okay, turned out I had a moment now. I've reviewed your tickets. See each one for particular comments, but in general they look good. However, they're all missing documentation and tests, which need to be present before they can be checked in. If one of these tickets line up with

Re: Admin patches

2010-06-08 Thread Jacob Kaplan-Moss
Hey Sebastian -- Thanks for the reminder; I'll take a look when I get a moment. Jacob -- 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,

Admin patches

2010-06-08 Thread Sebastian Noack
Hi, it's long time ago, that I have contributed code to django. But at the moment I work at the admin pages of a django-driven web site. And because of even though django's admin is powerful, it still needs a lot of improvement. So I have started to write a few patches. I have created a ticket wit