Re: Upcoming Django release, and the future

2007-02-26 Thread Andrew Diederich
ault comments in the settings.py file for the DATABASE_ENGINE setting. -- Best regards, Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re[2]: Upcoming Django release, and the future

2007-02-26 Thread Andrew Diederich
On Monday, February 26, 2007, 3:00:30 PM, Jacob Kaplan-Moss wrote: > On 2/26/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: >> I'd like to see the mssql patches applied, ticket >> http://code.djangoproject.com/ticket/2358. I'd also like to see the >>

Re: Upcoming Django release, and the future

2007-02-27 Thread Andrew Diederich
On Monday, February 26, 2007, 4:39:29 PM, James Bennett wrote: > On 2/26/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: >> On Monday, February 26, 2007, 3:00:30 PM, Jacob Kaplan-Moss wrote: >> > For the other bit, though, see [4624]. >> >> This ticket d

Re: Upcoming Django release, and the future

2007-02-27 Thread Andrew Diederich
in it, so I didn't find it searching. And it was fixed since my last svn checkout. -- Best regards, Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" grou

Connection error with ado_mssql

2007-01-23 Thread Andrew Diederich
Password=thePassword;') Do I need a DSN to make the connection? [Time passes] Ok, figured it out. Since I've already put in the text, I'll write up the answer so google gets smarter. My db is on a non-standard port, and that isn't picked up correctly in base.py yet. So,

inspectdb support for ado_mssql?

2007-01-23 Thread Andrew Diederich
ted database backend. introspection.py for ado_mssql has NotImplementedError in all the classes, so I may be just out of luck on this one. -- Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django

Re[2]: inspectdb support for ado_mssql?

2007-01-24 Thread Andrew Diederich
ay. I was able to do inspectdb. Thanks for the help. -- Best regards, Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to djan

Tools for writing HTML templates

2007-01-27 Thread Andrew Diederich
here have enjoyed using for making hte HTML and CSS needed to make a good looking django site? Nvu? Homesite? -- Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

Re: Tools for writing HTML templates

2007-01-28 Thread Andrew Diederich
nux and solaris servers. Have you run into anything your windows friends like? Another category of user I'm looking for is me. Decidedly non-graphical, not a python wunderkind, just looking for something to lay out simple pages for testing, developing django

Re: New Vim files for Django

2007-01-31 Thread Andrew Diederich
g, and that one is the latest? -- Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe

Using __str__ with DateField

2007-02-10 Thread Andrew Diederich
dmin: pass Is there an easy way to munge the return self.end_date into a string? Thanks for the help. -- Andrew Diederich --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Using __str__ with DateField

2007-02-10 Thread Andrew Diederich
On 2/10/07, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 2/10/07, Andrew Diederich <[EMAIL PROTECTED]> wrote: > > Is there an easy way to munge the return self.end_date into a string? > > This is a Python requirement -- __str__() methods must return a >