Re: Is safe unsafe?

2009-02-23 Thread Greg Ewing
Michael Repucci wrote: > But there are thousands of sites (e.g., message boards, blog > sites, etc.) where users can post messages that contain HTML - as I'd > like to do with my application - so I suspect that there must be > relatively simple solution. That depends on what you mean by "simple"

Re: Documentation for Download?

2009-02-12 Thread Greg Ewing
Brian Neal wrote: > See the recent thread on why this hasn't been done to date. I can't help wondering whether the time it would take to add a tar command to the release process would be longer than all the time the developers have spent writing emails explaining why they haven't done it... --

Re: comparisons with java framework

2009-02-10 Thread Greg Ewing
Alex Gaynor wrote: > As I said above, a checkout of the django source includes all the docs, > which can be built into nice HTML just as online with the sphinx module > for python. It takes all of 30 seconds. Only if you have all the necessary tools and dependencies installed and working, whi

Re: comparisons with java framework

2009-02-10 Thread Greg Ewing
Russell Keith-Magee wrote: > No - we don't provide a PDF version of the documentation. This idea > has been proposed a few times in Django's history, but it has been > rejected in favour of providing the tools to let people build offline > versions by themselves. What about an offline HTML versi

Re: Multiple relationships between multiple tables

2008-10-13 Thread Greg Ewing
Necmettin Begiter wrote: > At the admin page (or my template, whatever), when I select Person as > the source table, SourceIdx / SourceName should be dynamically fetched > from the Person model. If I change it to Phone, this time members of > the Phone model should be listed. This sounds like a