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

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

Re: Search facility for new documentation

2008-08-31 Thread Ronny Haryanto
On Sun, Aug 31, 2008 at 12:22 AM, Fraser Nevett <[EMAIL PROTECTED]> wrote: > The new documentation site is great, but is currently lacking a search > facility. If you do 'make html' in the docs directory you'll get a search facility provided by sphinx. It's just that the resulting links are