Re: Global custom tags

2009-07-02 Thread diogobaeder
Ops, sorry, Alex, it was a lack of attention of mine... I tabbed the auto-complete for the developers list, sorry... I'll repost it in the correct list, please ignore this one. Thanks, Diogo On Jul 2, 3:04 pm, Alex Gaynor wrote: > On Thu, Jul 2, 2009 at 1:03 PM, Diogo Baeder wrote: > > Hi

[GSOC-Testing] Update

2009-07-02 Thread Kevin Kubasik
A short update on how things have gone this week: - Test-Only Models implemented, now being utilized in the regressionsuite. - Performance-aware, create all models in db at start of suite to avoid syncdb-like overhead on transactions. - Started writing documentation. Its prett

Re: Global custom tags

2009-07-02 Thread Alex Gaynor
On Thu, Jul 2, 2009 at 1:03 PM, Diogo Baeder wrote: > Hi there, > > Is there a way to create a custom tag that can be used in different > applications at the same time, so that I could make the call on the > "base.html" template? The custom tag, here, is a blog subjects menu, which I > want to us

Global custom tags

2009-07-02 Thread Diogo Baeder
Hi there, Is there a way to create a custom tag that can be used in different applications at the same time, so that I could make the call on the "base.html" template? The custom tag, here, is a blog subjects menu, which I want to use in all the pages (all the apps) of the website, in the frontend

Re: Validation within models.py

2009-07-02 Thread Honza Král
Hello, this is made possible by #6845 which is a Google Summer of Code project for this year. You can check the progress at http://code.djangoproject.com/browser/django/branches/soc2009/model-validation Honza Král E-Mail: honza.k...@gmail.com Phone: +420 606 678585 On Wed, Jul 1, 2009 at 1:1