Kaydet (Commit) 83a710b8 authored tarafından Qile Wang's avatar Qile Wang Kaydeden (comit) Tim Graham

Fixed typo in docs/ref/models/instances.txt

üst 93452a70
......@@ -613,7 +613,7 @@ For example::
return '%s %s' % (self.first_name, self.last_name)
If you'd like compatibility with Python 2, you can decorate your model class
with :func:`~django.utils.encoding.python_2_unicode_compatible` as show above.
with :func:`~django.utils.encoding.python_2_unicode_compatible` as shown above.
``__eq__``
----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment