select_related

2005-08-18 Thread Dagur
I have a model that looks something like this: class Link(meta.Model): fields = ( meta.IntegerField('ID', primary_key=True, editable=False), ... meta.ForeignKey(Cat, verbose_name='Category'), meta.ForeignKey(Cat, verbose_name='Subcategory'), ...

Re: i18n -- DRAFT

2005-08-18 Thread Nebojša Đorđević - nesh
On 11-08-2005, at 11:39, Nebojša Đorđević - nesh wrote: set_translation(languages, app_name=None) - Sets *global* translation via get_translation() current_translation() - Returns current *global* translation *gettext functions ---

Re: Ticket #122 - Rationale for changing, or not changing, model syntax

2005-08-18 Thread Jacob Kaplan-Moss
On Aug 18, 2005, at 11:36 AM, Martin Maney wrote: I agree entirely, and I'm saddened to see so much time and effort being devoted to such unimportant trim when Django still has some serious core limitations... granted, they're ones that seem not to affect most CMS systems, but they make it qui

Re: Ticket #122 - Rationale for changing, or not changing, model syntax

2005-08-18 Thread Martin Maney
On Wed, Aug 17, 2005 at 07:52:45PM +, Matthew Marshall wrote: > this would not be something which a new django user would see, and I think > that a first 'wow' impression is one of the advantages of this new syntax. So what I hear you saying is that this is basically a marketing decision - i