- 2: Now Django project's settings will be available through `{{ quick.settings }}`.
1.3.0
Nov 18, 2021
New features
- 1: If a queryset is accessed instead of a single object, the queryset will be ordered using the given `lookup_field`. This allows for re-ordering the objects in the templates just by changing the value in the `lookup_field`, thereby avoiding editing templates.
1.2.1
Sep 25, 2021
Bugfix
If a query was made using a filter, then that would also apply to any other queries made after that. This version fixes that.
1.2
Sep 25, 2021
What's new
Fetching queryset and filtering
Now you can fetch a and filter a queryset directly in templates.