On Mon, Mar 7, 2011 at 4:52 PM, Bobby Roberts <tchend...@gmail.com> wrote:

> i've got this in my admin model:
>  date_heiarchy='ShipDate'
>
> Shipdate is a DateField.  The Date Heiarchy plugin is not showing on
> my admin list view... has that been depricated in django 1.2+?
>

No, it's not be deprecated. If that's a cut-and-paste from your file the
problem is the attribute is spelled date_hierarchy, not date_heiarchy.
You've also given ShipDate two different capitalizations and it will need to
be specified with one that matches the field definition.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to