1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Added backticks to code literals in various docs.

This commit is contained in:
Jon Dufresne
2020-12-14 22:19:00 -08:00
committed by GitHub
parent 593829a5ab
commit 550297d20d
7 changed files with 12 additions and 10 deletions

View File

@@ -127,7 +127,8 @@ composite keys in future releases of Django, the
This method takes no arguments, and returns a tuple of four items:
* ``name``: The field's attribute name on its parent model, or None if it is not part of a model
* ``name``: The field's attribute name on its parent model, or ``None`` if it
is not part of a model
* ``path``: A dotted, Python path to the class of this field, including the class name.
* ``args``: Positional arguments, as a list
* ``kwargs``: Keyword arguments, as a dict