Re: urlize

2009-03-22 Thread nwalt...@sprynet.com
Can you point me to an example of how to write my own template filter? Where would I find the code for the existing urlize filter? I'm new to Django - and don't know all the class structures yet. In my case, I want to add the phrase "target='_blank'" to the urlizetrunc filter. This isn't already

GAE - facilityAddress = db.PostalAddressProperty(required=True)

2009-03-22 Thread nwalt...@sprynet.com
Using GoogleAppEngine: I have a field defined in my model: facilityAddress = db.PostalAddressProperty(required=True) How should this be treated on a Django form? It currently seems to behave just like any other db.StringProperty. I can enter "abc" for the value, click the save button, and no e