Skip to content

Commit

Permalink
Merge pull request #20 from jciskey/patch-3
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
shabda committed Feb 27, 2018
2 parents 5d8ef1a + b66fcb9 commit 06bf13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/filtering_calculated_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ You have added filtering on the fields which come from the models, but you also

And then change your :code:`list_filter` to :code:`list_filter = ("is_immortal", "category", "origin", IsVeryBenevolentFilter)`.

With this you can filter on the calcualted field, and your admin looks like this:
With this you can filter on the calculated field, and your admin looks like this:

.. image:: filter_calculated_fixed.png

0 comments on commit 06bf13b

Please sign in to comment.