Django

Code

Ticket #938 (closed: fixed)

Opened 3 years ago

Last modified 2 years ago

Trivial patch for admin/doc w.r.t. OneToOneField

Reported by: David Ascher <david.ascher@gmail.com> Assigned to: adrian
Milestone: Component: Admin interface
Version: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The admin/doc barfs on models w/ OneToOneFields? in them. Adding

    'OneToOneField'             : _('Extending Original Model'),

or equivalent to contrib/admin/views/doc.py, circa line 256, makes it at least work.

--david

Attachments

Change History

11/27/05 17:43:36 changed by adrian

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

(In [1473]) Fixed #938 -- Fixed bug in admin model docs with OneToOneField?


Add/Change #938 (Trivial patch for admin/doc w.r.t. OneToOneField)




Change Properties
Action