spanning relationships

2008-08-31 Thread andro
Hello, class Org(models.Model): person = models.ForeignKey(Person) class Person(models.Model): address = models.ForeignKey(Address) ... class Address(models.Model): street = models.CharField(max_length=50) city = models.CharField(max_length=25) ... - The foll

Templates extending themselves cause infinite recursion

2008-08-31 Thread Martin Ostrovsky
Now I'm not sure if this is a bug worth squashing or more a case of if you're dumb, you deserve what you get but ... I erroneously extended a template with itself (it was a typo, that's how I stumbled upon it). So say you have a template called home.html and had the following in it: {% extends 'h

Re: Search facility for new documentation

2008-08-31 Thread Marc Fargas
Hi, The changes to the versionadded and versionchanged tags are done on my git branch. So, when jacob merges them they'll be changed. Regards, Marc On 8/31/08, Ramiro Morales <[EMAIL PROTECTED]> wrote: > > On Sat, Aug 30, 2008 at 6:52 PM, julianb <[EMAIL PROTECTED]> wrote: > >> On this occasion,

Re: Search facility for new documentation

2008-08-31 Thread Fraser Nevett
On Aug 30, 8:31 pm, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Sphinx has a built-in search function; I just haven't exposed it yet. > That said, there's a good change the Google will beat anything we can > possibly do ourselves, so I'm looking forward to seeing what you've > come up with.

Re: Search facility for new documentation

2008-08-31 Thread julianb
On Aug 31, 12:07 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote: > From what i?ve heard I'd say facilities offered by Sphinx > (seehttp://sphinx.pocoo.org/markup/para.html#dir-versionadded) > are going to be used for this. That would be good then. Currently it is written directly as text, which s