Re: Can't get date formatting right

2012-06-27 Thread Benedict Verheyen
On 27/06/2012 11:07, Benedict Verheyen wrote: >> > > I found a bug where there was a reference too > translation.activate(settings.LANGUAGE_CODE) > I tried this as the first line of code in the view, and then my date is > formatted correcly > and a date of format dd/mm/yy is accepted. > Is it n

Re: Can't get date formatting right

2012-06-27 Thread Benedict Verheyen
On 27/06/2012 10:42, Benedict Verheyen wrote: > Hi, > > I'm still struggling with getting dates formatted correctly without > formatting them myself. > I went over all docs again, still, I must be doing something wrong. > > I want to use the built in Django system that formats the date according

Can't get date formatting right

2012-06-27 Thread Benedict Verheyen
Hi, I'm still struggling with getting dates formatted correctly without formatting them myself. I went over all docs again, still, I must be doing something wrong. I want to use the built in Django system that formats the date according to the locale. I try this on a Debian Linux Squeeze, local