Django

Code

Ticket #4060 (closed: fixed)

Opened 2 years ago

Last modified 2 years ago

django.contrib.databrowse is dependant on django.contrib.admin

Reported by: Simon G. <dev@simon.net.nz> Assigned to: adrian
Milestone: Component: Contrib apps
Version: SVN Keywords: databrowse
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

To view an object in databrowse you need to have the admin site installed or else you'll raise an ImproperlyConfigured? exception:

Caught an exception while rendering: You'll need to put 'django.contrib.admin' in your INSTALLED_APPS setting before you can use the admin application.

This should be mentioned in the databrowse docs.

Attachments

databrowse.diff (0.7 kB) - added by Simon G. <dev@simon.net.nz> on 04/16/07 20:16:41.

Change History

04/16/07 20:16:41 changed by Simon G. <dev@simon.net.nz>

  • attachment databrowse.diff added.

04/17/07 02:08:42 changed by adrian

  • status changed from new to closed.
  • resolution set to fixed.

(In [5016]) Fixed #4060 -- Databrowse no longer requires admin site to be installed


Add/Change #4060 (django.contrib.databrowse is dependant on django.contrib.admin)




Change Properties
Action