2010-7-31

22:40 entp
cool thanks
22:56 fink_
anybody having trouble building the 1.2.1 docs with sphinx 1.0.1?
23:04 wahnfrieden
hi
23:05 wahnfrieden
whats a good way to separate GET/POST/PUT/DELETE view functions for one URL? use a class with a dispatcher, or some decorator system?
23:09 savid
Does anyone know why setting DATETIME_FORMAT in settings.py won't update the format shown in the change list?
23:14 awilcox
um
23:14 awilcox
I just wanted to let you know that your site is down
23:14 awilcox
when I go to http://docs.djangoproject.org/ I get "<h1>404 - Not Found</h1> Not Found (no configured vhost)"
23:15 ericholscher
23:15 marcosmoyano
awilcox: s/org/com/
23:15 vreon
.com
23:15 awilcox
...oh.
23:16 savid
It seems impossible in django to change the format of date fields shown in the change list (without resorting to a callable, which would kill sort functionality).
23:16 awilcox
thanke you ericholscher, marcosmoyano, and vreon.
23:16 awilcox
it works now >.>
23:22 savid
Ugh. The dates in my admin look like this: "2010-07-31 14:33:39.814855". Looks like poo. Django docs say the default is "N j, Y, P", which apparently it's not following. Any ideas?
23:25 marcosmoyano
savid: there's a reference to USE_L10N in there. Have you tried that already ?
23:25 savid
marcosmoyano, yeah, I've set it to False
23:33 savid
What's odd is they said they fixed it here: http://code.djangoproject.com/ticket/2203
23:53 FunkyBob
apart from the milliseconds.. what's wrong with that date format?
23:54 savid
FunkyBob, um nothing. The seconds & milliseconds is what I don't like -- makes it more difficult to read, more cluttered.
23:56 fink_
savid: chop off the end with a template tag?
23:56 savid
fink_, no, can't use a templatetag for the change list -- unless I want to override a ton of code
23:57 fink_
:(
23:57 savid
At any rate, I think I've found the issue. It seems like there's still a bug in django, and I'm filing a ticket now.
23:57 savid
... and a patch :-P
Page 9 of 9   ← Previous  (826 total)