Re: user full name in template

2011-02-03 Thread arlolra
user.get_full_name should work https://github.com/django/django/blob/master/django/contrib/auth/models.py#L245 -- 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@googlegroups.com. To unsubscribe

Re: "CSRF verification failed" when sending simple GET request using curl

2011-01-19 Thread arlolra
maybe use something like piston https://bitbucket.org/jespern/django-piston/wiki/Home -- 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@googlegroups.com. To unsubscribe from this group, send email

Re: Model name in "Django Administration"

2010-01-26 Thread arlolra
class Meta: verbose_name = 'new special name' see: http://docs.djangoproject.com/en/dev/ref/models/options/#verbose-name On Jan 26, 5:21 am, Zygmunt wrote: > How to set new special name for model in "Django Admin Site"? -- You received this message because you are