I am in the process of upgrading my site to Django version 1.1. In the previous version of 0.97 I was using the datetime widgets from the admin.
But, since I have upgrade the widgets no longer display if the user does not have access to the admin site. When I login as a user who has admin capabilities, the datetime widgets display I have this in my base.html <link rel="stylesheet" type="text/css" href="/media/css/base.css" /> <script type="text/javascript" src="/admin/jsi18n/"></script> <script type="text/javascript" src="/media/js/core.js"></script> <script type="text/javascript" src="/media/js/admin/ RelatedObjectLookups.js"></script> <script type="text/javascript" src="/media/js/calendar.js"></ script> <script type="text/javascript" src="/media/js/admin/ DateTimeShortcuts.js"></script <script type="text/javascript" src="/media/js/ getElementsBySelector.js"></script Has anyone encountered this behavior? Thanks, Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---