Re: 'maxlength problem'

2008-09-03 Thread Ben Firshman
It has been renamed to "max_length". See this page for more information: http://docs.djangoproject.com/en/dev/releases/1.0-porting-guide/ Ben On 4 Sep 2008, at 05:41, zissan wrote: > > Hi all: > I am a newbie to web development and django. > First, I would like to celebrate the release of Djan

Re: ANNOUNCE: Django search with Lucene.

2008-07-15 Thread Ben Firshman
You might be interesting in my GSoC project! http://code.google.com/p/djangosearch/ Apparently PyLucene has problems with threading, which is why it is not a priority for djangosearch. Have you run into anything like that? Ben On 15 Jul 2008, at 06:45, Spike^ekipS wrote: > > Hi, django user

Re: can't compare datetime.datetime to datetime.date

2008-05-20 Thread Ben Firshman
The date() method of the datetime object is what you probably want. See the documentation: http://docs.python.org/lib/datetime-datetime.html Ben On 20 May 2008, at 09:56, vance ma wrote: > In django ;How to compare datetime.datetime and datetime.date > > --~--~-~--~~---

Re: Reusable Web Controls

2008-05-06 Thread Ben Firshman
I like to use the {% include %} tag along with {% with %} around the include tag to pass variables to the template. I'm not sure if this is the best way to do it, but it works well for me! Ben On 6 May 2008, at 19:24, [EMAIL PROTECTED] wrote: > > There is the includes tag, or you can make a