Re: IMPORTANT: Django model syntax is changing

2005-08-26 Thread Milton Waddams
must've been :) sorry about that > core.Site doesn't *have* an admin in the standard Django distribution, > so that's something you must've added yourself. > > Adrian

Re: IMPORTANT: Django model syntax is changing

2005-08-25 Thread Adrian Holovaty
On 8/25/05, Milton Waddams <[EMAIL PROTECTED]> wrote: > It wouldn't work for me tb below, the admin for Site > (/usr/lib/python2.3/site-packages/django/models/core.py) needed to be > indented. core.Site doesn't *have* an admin in the standard Django distribution, so that's something you must've a

Re: IMPORTANT: Django model syntax is changing

2005-08-25 Thread Milton Waddams
It wouldn't work for me tb below, the admin for Site (/usr/lib/python2.3/site-packages/django/models/core.py) needed to be indented. Unhandled exception in thread started by Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/django/core/management.py", line 560, in inner

IMPORTANT: Django model syntax is changing

2005-08-25 Thread Adrian Holovaty
All, By popular demand, I'm about to change Django's model syntax to use "fieldname = FieldClass" instead of "FieldClass('fieldname')". This has been a longstanding ticket -- http://code.djangoproject.com/ticket/122. This change is BACKWARDS-INCOMPATIBLE, so don't "svn update" your code until yo