You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I'm doing this through the view, passing an extra argument to the template, but it'd be nice if we could provide this backwards-compatible fix.
The text was updated successfully, but these errors were encountered:
django-pagination supports the 'as' keyword in the template tag:
This allows us to use it with django-filter too, as noted here: http://github.com/alex/django-filter/issues#issue/13.
To combing django-sorting with pagination, if I understand correctly, we'll need to do this:
Currently I'm doing this through the view, passing an extra argument to the template, but it'd be nice if we could provide this backwards-compatible fix.
The text was updated successfully, but these errors were encountered: