Commit e0c0080e authored by Tim Graham's avatar Tim Graham
Browse files

Fixed typo in docs/ref/contrib/admin/index.txt

parent d6a90747
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = (