Re: Fwd: Admin interface using CharField as a primary key

2006-03-31 Thread Daniel Bimschas
m close to completing this first project now. Regards, Daniel 2006/3/31, Malcolm Tredinnick <[EMAIL PROTECTED]>: > > Hi Daniel, > > On Fri, 2006-03-31 at 12:23 +0200, Daniel Bimschas wrote: > > Hi! I posted this on django-users before, but without success. > > Apolo

Fwd: Admin interface using CharField as a primary key

2006-03-31 Thread Daniel Bimschas
rwarded message ------ From: Daniel Bimschas <[EMAIL PROTECTED]> Date: 30.03.2006 19:16 Subject: Re: Admin interface using CharField as a primary key To: django-users@googlegroups.com If have a model like this: class Article(meta.Model): cite_key = meta.CharField(maxlength=

Bug in admins search function (trunk)

2006-03-30 Thread Daniel Bimschas
Hi, just found a bug in the admin interface (trunk version). When you enable searching and type a simple " " empty space in the search field, you'll get a TypeError with: reduce() of empty sequence with no initial value Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/d