Re: Django 1.0?

2007-07-20 Thread Paul Bowsher
gt; Hi Mario -- > > > > This has been discussed (to death) a number of times. Please search > > the archives. > > > > [Short answer: 1.0 will be released when we can guarantee API > > stability. We're not there yet.] > > > > Jacob > > >

Re: Problem in current svn TRUNK

2007-07-11 Thread Paul Bowsher
> > > > testprj> vi testapp/models.py > > testprj> cat testapp/models.py > > from django.db import models > > > > class Test(models.Model): > > name = models.CharField(maxlength=200) > > class Admin: > > pass > > > >

Re: Ticket #650 - render_to_response uses Context instead DjangoContext

2007-06-27 Thread Paul Bowsher
Yes, sorry, I missed the return, was hastily typed as an example. Hadn't seen direct_to_template, that does indeed seem like a good way to go. Thanks for the pointer :) On 6/27/07, SmileyChris <[EMAIL PROTECTED]> wrote: > > > On Jun 27, 8:46 pm, "Paul Bowsher" <

Re: Ticket #650 - render_to_response uses Context instead DjangoContext

2007-06-27 Thread Paul Bowsher
No, this is meant to go at the end of a long view function def index(request): # Lots of code render_to_response_with_req(request, 'home/index.html', {'a': 'dict'}) etc. On 6/27/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > > On 6/

Ticket #650 - render_to_response uses Context instead DjangoContext

2007-06-25 Thread Paul Bowsher
Hi all, Just coming back to Django after an 18 month absense, great to see some of the work that's gone on here, i'm really impressed! Been using Rails for a while (not by choice) and it's a joy to get back into Django. Enough of the fluffing though, and down to business. render_to_response is

Re: Working example of FormPreview?

2007-06-24 Thread Paul Bowsher
i all, > Does anyone have a working sample code using FormPreview? > > > > > -- Paul Bowsher --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To pos

Re: We need this

2005-11-07 Thread Paul Bowsher
or-screencast.html > > We need this in Django! > -- Paul Bowsher IT Systems Developer Simply Stuck Ltd

Re: "Ownership" role for objects...

2005-10-05 Thread Paul Bowsher
root on your server but you certainly > don't wan't any user to be able to do the same. > > Regards, > > Laurent > > Le Mercredi 5 Octobre 2005 13:57, Paul Bowsher a écrit: > > I agree with Robert. I don't need ANY authorisation for one of my > > apps

Re: "Ownership" role for objects...

2005-10-05 Thread Paul Bowsher
RAHUEL <[EMAIL PROTECTED]> wrote: > > I would be glad to answer your question but since I left my parents I > stopped answering to orders. I really dislike the way you're talking to > everyone. I'm sorry not to be a Guru as you seem to be. > > Regards, > > La

Re: i want learn c++ or visual fox please help meeeee

2005-10-02 Thread Paul Bowsher
Wrong list. Very very wrong On 10/2/05, aartuc91 <[EMAIL PROTECTED]> wrote: > > i'm 19 i live in turkey visual fox is very interesting for me please > help me!!! > > -- Paul Bowsher IT Systems Developer Simply Stuck Ltd

Re: Semantics of subtyping

2005-09-27 Thread Paul Bowsher
g. > It means that you would just do (for comments on a contrived horse > trading site): > > class Comment(meta.Model): >.. subject, text, date, etc ... > > class CommentReply(Comment): > parent = meta.ForeignKey(Comment) > > class HorseComment(Comment): > parent = meta.ForeignKey(Horse) > > class TrainerComment(meta.Modl): > parent = meta.ForeignKey(Trainer) > > > This of course means more tables, but I can't see that that is a problem > with any modern database. > > -- Paul Bowsher IT Systems Developer Simply Stuck Ltd

Re: Proposal: get_or_404()

2005-09-22 Thread Paul Bowsher
se Http404 if the object doesn't exist. > > This is a prime candidate for inclusion in django/core/extensions.py, > which is where we put functions that "span" several layers of MVC. > > Thoughts? > > Adrian > > -- > Adrian Holovaty > holovaty.com | djangoproject.com | chicagocrime.org > -- Paul Bowsher IT Systems Developer Simply Stuck Ltd

Trac Property Permissions

2005-09-09 Thread Paul Bowsher
Any way of opening up registrations for trac? There's a LOT of anonymous changing of ticket properties (one even switched a ticket owner from adrian to anonymous) which is becoming a pain. Allow registrations then restrict postig to registered users only? -- Paul Bowsher IT Systems Deve

Re: New mailing list: django-updates

2005-09-01 Thread Paul Bowsher
iling list. > > Its Google Groups page is here: > http://groups.google.com/group/django-updates > > Adrian > > -- > Adrian Holovaty > holovaty.com | djangoproject.com | chicagocrime.org > -- Paul Bowsher IT Systems Developer Simply Stuck Ltd