#9931: outdated description in Django admin site documentation
------------------------------------+---------------------------------------
Reporter: gaumann | Owner: nobody
Status: closed | Milestone:
Component: Documentation | Version: 1.0
Resolution: invalid | Keywords:
Stage: Unreviewed | Has_patch: 0
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Comment (by gaumann):
Replying to [comment:3 Alex]:
> Data is still read from the Model itself, for example for the model the
admin gets the types of fields, so it knows when to use the date time
widget.
I realise that it is reading some metadata from the model. However the way
the documentation is written it is effectively saying it reads metadata
''only'' from the model. However in newforms it is reading metadata from
both the {{{ModelAdmin}}} class that is registered with the model and the
{{{Model}}} class. Hence I still think the documentation is confusing and
it would be better to change it.
--
Ticket URL: <http://code.djangoproject.com/ticket/9931#comment:4>
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
-~----------~----~----~----~------~----~------~--~---