Re: New-admin problem

2005-11-11 Thread Robert Wittams
[EMAIL PROTECTED] wrote: > Incredible. I checked this out yesterday and it was revisions 1157 > > This morning, 1168, things are really moving fast on this branch > > Thanks this version doesn't have the same problem > > This was due to me forgetting to save/commit a few files after merging A

Re: New-admin problem

2005-11-11 Thread [EMAIL PROTECTED]
Incredible. I checked this out yesterday and it was revisions 1157 This morning, 1168, things are really moving fast on this branch Thanks this version doesn't have the same problem

Re: New-admin problem

2005-11-11 Thread Jason Davies
Which revision are you using? I think rjwittams fixed it in revision #1159. --Jase

Re: New-admin problem

2005-11-11 Thread [EMAIL PROTECTED]
Actually get the same error trying to create a new group in admin too the full traceback is: There's been an error: Traceback (most recent call last): File "/var/PsychUnixApps/django/new-admin/django/core/handlers/base.py", line 71, in get_response response = callback(request, **param_dic

New-admin problem

2005-11-11 Thread [EMAIL PROTECTED]
Hi has anyone seen the following error when using the new admin branch? 'AutoField' object has no attribute 'get_db_column' I have the following model defined and can't create a new object for any of the classes even the super simple PropertyType Thanks Charlotte class Item(meta.Model): de