diff options
Diffstat (limited to 'docs/topics/db/models.txt')
| -rw-r--r-- | docs/topics/db/models.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 07caa00b02..9833ff5afb 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -1362,7 +1362,7 @@ Or use a common ancestor to hold the :class:`~django.db.models.AutoField`:: pass Field name "hiding" is not permitted -------------------------------------- +------------------------------------ In normal Python class inheritance, it is permissible for a child class to override any attribute from the parent class. In Django, this isn't usually |
