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
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"
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
3 matches
Mail list logo