diff options
| author | Tim Graham <timograham@gmail.com> | 2015-10-26 09:03:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-10-26 09:03:04 -0400 |
| commit | e0c0080e29b4e19948aa06eabfd007a438178b62 (patch) | |
| tree | 34e3f4a8e82d5e977c1f90f1ac7ab4ff6fad1da9 | |
| parent | d6a907478345b6b2fe259a2fe70e6d29676f1a7e (diff) | |
Fixed typo in docs/ref/contrib/admin/index.txt
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 0d1c3fc305..c22987773e 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -922,8 +922,8 @@ subclass:: ('is_staff', admin.BooleanFieldListFilter), ) - You can now limit the choices of a related model to the objects - involved in that relation using ``RelatedOnlyFieldListFilter``:: + You can limit the choices of a related model to the objects involved in + that relation using ``RelatedOnlyFieldListFilter``:: class BookAdmin(admin.ModelAdmin): list_filter = ( |
