Hi,
In Django's documentation, the 2 following points are mentionned [1]:
- About date formating:
"Uses the same format as PHP's date() function (http://php.net/date) with
some custom extensions."
- About the specific "c" format:
"ISO 8601 Format." e.g. : 2008-01-02T10:30:00.0
On Jun 25, 11:58 am, Jannis Leidel wrote:
> As I said initially when we discussed this on IRC, I believe a "i18n_url" is
> good enough
> and would fit well with the other i18n related template tags.
Jupp, I just wanted to here if someone else had different feelings
about it.
> I believe
> thi
What do you think about something like below
{% url viewname k1=v1, k2=v2 with lang=lang %}
?
On Jun 25, 12:52 am, Florian Apolloner wrote:
> Hi,
>
> I would like to get some feedback
> onhttps://code.djangoproject.com/ticket/16332
> Jacob suggested that the standard url-tag should take a la
Hi all,
On Fri, Jun 24, 2011 at 12:38 PM, Gregor Müllegger wrote:
> Hi Jacob,
>
> 2011/6/23 Jacob Kaplan-Moss :
>> Hi Idan et al. --
>>
>> Thanks for putting this all together!
>>
>> In general, I like this a lot, and I'm always going to defer to the
>> eyes of someone like Idan who spends more t
On 24.06.2011, at 23:52, Florian Apolloner wrote:
> I would like to get some feedback on
> https://code.djangoproject.com/ticket/16332
> Jacob suggested that the standard url-tag should take a lang argument
> so we don't need an extra tag (okay, his actual concern was the
> dislike of the name i1