-------------------
Fix
~~~
- Fix formatting and typos in readme. [Tadek Teleżyński]
- Fixes callable field bug. [Tadek Teleżyński]
The conditional statement in `get_value` was backwards.
Other
~~~~~
- Clear pagination when selecting new filter. [Tadek Teleżyński]
- Enable running a smart list example locally. [Tadek Teleżyński]
This commit gives an out-of-the-box browser example of
smart lists usage. It adds:
- management command to create initial data
- django view which utilizes different smart lists features
- necessary templates, project files etc.
- appropriate README section