Opened 15 years ago
Closed 15 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!
Note:
See TracTickets
for help on using tickets.
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.