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'),
...
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
---
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
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