mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
[1.5.x] Fixed typos in docs and comments
Backport of ee26797cff
from master
This commit is contained in:
parent
f6075b0596
commit
5da6ce11ed
15 changed files with 20 additions and 17 deletions
|
@ -840,7 +840,7 @@ subclass::
|
|||
added last after all editable fields.
|
||||
|
||||
A read-only field can not only display data from a model's field, it can
|
||||
also display the output of a a model's method or a method of the
|
||||
also display the output of a model's method or a method of the
|
||||
``ModelAdmin`` class itself. This is very similar to the way
|
||||
:attr:`ModelAdmin.list_display` behaves. This provides an easy way to use
|
||||
the admin interface to provide feedback on the status of the objects being
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue