Re: Unit tests

2010-08-18 Thread Russell Keith-Magee
On Thu, Aug 19, 2010 at 5:24 AM, Tom wrote: > I'm interested in writing a unit test suite that does not require all > the components of Django to be bootstrapped. > Correct me if I'm wrong, there are only integration tests bundled with > Django. > > Would a unit testing suite be valuable to Django

Re: proposal: abstract file upload/download handling

2010-08-18 Thread Waldemar Kornewald
No comments means it's still not good enough and I'll never get it into an acceptable shape? :) Bye, Waldemar On Sun, Aug 15, 2010 at 7:13 PM, Waldemar Kornewald wrote: > On Sat, Aug 14, 2010 at 1:45 PM, Waldemar Kornewald > wrote: >> On Thu, Jul 22, 2010 at 4:30 AM, Russell Keith-Magee >> wro

Unit tests

2010-08-18 Thread Tom
I'm interested in writing a unit test suite that does not require all the components of Django to be bootstrapped. Correct me if I'm wrong, there are only integration tests bundled with Django. Would a unit testing suite be valuable to Django? If yes, I would contribute. Tom -- You received thi

Re: pre-object permission

2010-08-18 Thread Tobias McNulty
Andu, I could be mistaken, but this looks like a question better asked on the django-users list. django-developers is for discussion related to the development of Django itself. Cheers, Tobias On Wed, Aug 18, 2010 at 2:50 AM, andu wrote: > Hello! > > I am developing some web-application. The

pre-object permission

2010-08-18 Thread andu
Hello! I am developing some web-application. The application is expected to store data which is reported from different location. And the data needs to be accessible to different web administrators (in different location). In this case I want to display reported data to each administrator based on