We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
before django admin's filter.html template used to be sorta
<h3>title</h3> <ul><li>option<li><ul>
it became
<summary> <h3>title</h3> <ul><li>option<li><ul> <summary>
and toolbar.js couldn't pick up them in moveFilter function I overrided filter.html to old version, and it works.
The text was updated successfully, but these errors were encountered:
#57
Sorry, something went wrong.
Hi! Just wonder if this issue will be fixed in the next release. Still missing list filters in latest Django version.
@hrlien I will test and release
@hrlien @minkoonim released into 1.3.3 version
No branches or pull requests
before django admin's filter.html template used to be sorta
it became
and toolbar.js couldn't pick up them in moveFilter function
I overrided filter.html to old version, and it works.
The text was updated successfully, but these errors were encountered: