mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Fixed typo on README
This commit is contained in:
parent
f85e59c5d0
commit
e8552a01f1
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ object has three attributes:
|
|||
``excerpt``:
|
||||
The excerpt of ``content`` (read-only).
|
||||
``has_more``:
|
||||
True if the excerpt and content are the same, False otherwise.
|
||||
True if the excerpt and content are different, False otherwise.
|
||||
|
||||
This object also has a ``__unicode__`` method that returns the full
|
||||
content, allowing ``SplitField`` attributes to appear in templates
|
||||
|
|
|
|||
Loading…
Reference in a new issue