mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed typos in docs.
This commit is contained in:
parent
1b4d1675b2
commit
f0d0d29f03
2 changed files with 2 additions and 2 deletions
|
@ -2272,7 +2272,7 @@ Adding custom validation to the admin
|
|||
|
||||
You can also add custom validation of data in the admin. The automatic admin
|
||||
interface reuses :mod:`django.forms`, and the ``ModelAdmin`` class gives you
|
||||
the ability define your own form::
|
||||
the ability to define your own form::
|
||||
|
||||
class ArticleAdmin(admin.ModelAdmin):
|
||||
form = MyArticleAdminForm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue