Opened 14 years ago

Closed 14 years ago

#12954 closed (invalid)

Website Admin documentation doesn't have the same fields in two similar examples

Reported by: Manuel Kaufmann Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords: admin, fields, fieldset
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I was reading this:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fieldsets

and then... read this:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.fields

I found that the page says that it's the same example but written in another way, but in the second example is missing one field: 'sites'

Thanks!

Change History (1)

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: invalid
Status: newclosed

That's not what the docs say - they say the fields example is a "simpler version" of the fieldset example, not that it is "just the unlabelled fieldset" or some such.

Note: See TracTickets for help on using tickets.
Back to Top