REG: get_display_name function in the User model

2015-04-20 Thread Anoop Thomas Mathew
django.contrib.auth.model.User model. Ticket: https://code.djangoproject.com/ticket/24640 Pull Request: https://github.com/django/django/pull/4506 regards, Anoop Thomas Mathew +91 999 53 44 675 -- You received this message because you are subscribed to the Google Groups "Django devel

Re: REG: get_display_name function in the User model

2015-04-20 Thread Anoop Thomas Mathew
something that is entirely site-dependent logic. You > don't even need a custom user model - a template tag (or even a > filter) could do this for you if it's a common enough case for you. > regards, Anoop Thomas Mathew +91 999 53 44 675 -- You received this message becau

Ticket #22355: Humanize timedelta objects in Templates

2014-03-29 Thread Anoop Thomas Mathew
Hi All, I've created a ticket along with the patch, tests and docs for a filter for humanizing timedelta objects on django templates. Please find the concerned ticket here: https://code.djangoproject.com/ticket/22355 It would be awesome if any of the generous committers could review it and adv