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
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
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
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