UTF8 character set and linebreak template filter

2007-08-23 Thread mynameisgabe
Hello All - I've recently converted my text columns over to UTF8 to support international characters. Everything works wonderfully except some template code that I used to fix a javascript error. Some of the UTF8 content is outputted to the browser via Javascript functions so I use the escape a

Re: UTF8 character set and linebreak template filter

2007-08-23 Thread mynameisgabe
Nevermind - I think I fixed it. I don't know what I did differently but it works now. =) Thanks Gabe! Gabe On Aug 23, 9:44 am, mynameisgabe <[EMAIL PROTECTED]> wrote: > Hello All - > > I've recently converted my text columns over to UTF8 to support > internati

Unicode JSON Serialization Bug?

2007-08-30 Thread mynameisgabe
Hello All- I've been told that I may have encountered a bug - I'm trying to serialize a model that includes fields that could be unicode data. Here is the information I collected. Let me know if there's anything else that would be helpful. Specs of the local dev workstation - having the same is

Re: Unicode JSON Serialization Bug?

2007-08-31 Thread mynameisgabe
Does anyone have any idea about this one? I'm kind of in a bind on this one. Thanks! Gabe On Aug 30, 2:12 pm, mynameisgabe <[EMAIL PROTECTED]> wrote: > Hello All- > > I've been told that I may have encountered abug- I'm trying to > serialize a mode

Re: Unicode JSON Serialization Bug?

2007-08-31 Thread mynameisgabe
code+json&rnum=9#e4849fcf74147466 Is this bug documented? G On Aug 30, 2:12 pm, mynameisgabe <[EMAIL PROTECTED]> wrote: > Hello All- > > I've been told that I may have encountered abug- I'm trying to > serialize a model that includes fields that could beunic

Built in Users one-to-many in built-in admin

2007-04-26 Thread mynameisgabe
Hello all - I'm using django's awesome built in admin for internal folks to view and manage users and the data associated with users. I've got a model (let's call it "Article") that contains a foreignkey pointing to the django.contrib.auth.models.User. That seems to be working perfectly except f

Re: Django / Python and daylight saving time

2006-11-14 Thread mynameisgabe
I've noticed it always prints out GMT time for me, no matter what the value I use for TIME_ZONE. For instance, it's set to the default 'America/Chicago' right now. I put this in my template: {% now "Y-m-d H:m:s" %} It returns: 2006-11-14 15:49:52 My time is actually 07:49:52 - it's 8 hours o

Re: Django / Python and daylight saving time

2006-11-14 Thread mynameisgabe
On Nov 14, 9:02 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Your system clock is probably wrong also. Mine works fine. My system clock claims it's on the right time. That's what I'm using in the above example - 07:49:52 came from the clock in the windows task bar. However, Django alway