Override model field

2011-02-23 Thread Pascal Polleunus
Hi, I've a field with unique=True in a parent class. I want to make it unique=False in a child class. How could I do that? Thanks, Pascal -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googleg

Re: How translate {% with "string" as s %}

2011-02-21 Thread Pascal Polleunus
On 21/02/11 16:45, Tom Evans wrote: On Mon, Feb 21, 2011 at 3:28 PM, Pascal Polleunus wrote: Hi, How can one internationalize/translate a string like "Community" in this code? {% with _("Community") as link_label %} {% include "includes/utils-more.html"

How translate {% with "string" as s %}

2011-02-21 Thread Pascal Polleunus
Hi, How can one internationalize/translate a string like "Community" in this code? {% with "Community" as link_label %} {% include "includes/utils-more.html" %} {% endwith %} Thanks, Pascal -- You received this message because you are subscribed to the Google Groups "Django users" group