Browse Source

Fixed wording

Rafał Pitoń 11 years ago
parent
commit
ef1a5593a9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/developers/admin_actions.rst

+ 2 - 2
docs/developers/admin_actions.rst

@@ -59,12 +59,12 @@ Base class for lists if items. Supports following properties:
 * **selection_label** - Label displayed on mass action button if there are items selected. ``0`` will be replaced with number of selected items automatically.
 * **selection_label** - Label displayed on mass action button if there are items selected. ``0`` will be replaced with number of selected items automatically.
 * **empty_selection_label** - Label displayed on mass action button if there are no items selected.
 * **empty_selection_label** - Label displayed on mass action button if there are no items selected.
 
 
-In addition to this, ListView defines following methods that you may be interested in overloading:
+In addition to this, ListView defines following methods that you may be interested in:
 
 
 
 
 .. function:: get_queryset(self)
 .. function:: get_queryset(self)
 
 
-This function is expected to return queryset of items that will be displayed. If filters, sorting or pagination is defined, this queryset will be sliced and filtered.
+This function is expected to return queryset of items that will be displayed. If filters, sorting or pagination is defined, this queryset will be further sliced and filtered.
 
 
 
 
 .. function:: add_item_action(cls, name, icon, link, style=None)
 .. function:: add_item_action(cls, name, icon, link, style=None)