#15717: databrowse uses the date-based generic view that is pending deprecation --------------------------------+--------------------------- Reporter: aaugustin | Owner: nobody Status: new | Milestone: Component: contrib.databrowse | Version: 1.3 Keywords: | Triage Stage: Unreviewed Has patch: 0 | --------------------------------+--------------------------- In http://code.djangoproject.com/browser/django/trunk/django/contrib/databrowse/plugins/calendars.py: {{{ from django.views.generic import date_based }}}
Since r14254, importing that module raises a !PendingDeprecationWarning. -- Ticket URL: <http://code.djangoproject.com/ticket/15717> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
