Check out
http://docs.djangoproject.com/en/dev/ref/models/querysets/#order-by-fields
2008/11/21 Luke Seelenbinder <[EMAIL PROTECTED]>:
>
> Can I order_by a function within the model? I know you can list them
> in the admin inteface, etc. But can you order_by a model function? Or
> would you have
As Russell Keith-Magee suggested having a tutorial on how to do
testing is a good way to go.
Modifying the django tutorial in the docs to include testing in it
should help new-commers get used to testing.
Also, having tests in the docs should help convince people that
testing is the right way to
Welding together Zend Framework, Doctrine and PHPUnit can give you a
very good stack to work with.
All 3 frameworks are very advanced.
You won't get stuff like automatic model forms and the admin for example.
Doctrine is a very advanced ORM tool (and a big a complex one as well).
ZF is sort of th
3 matches
Mail list logo