Hi all, one of the more recent updates to QGIS-Django appears to have broken the `package_name` parameter of `plugins.xml`.
Before, the following query would yield a list of ALL compatible versions of "someplugin" (and nothing else): https://plugins.qgis.org/plugins/plugins.xml?package_name=someplugin&qgis=3.14 Instead, I now get the same result as if I was simply querying: https://plugins.qgis.org/plugins/plugins.xml?qgis=3.14 Is this intentional or a bug? Thanks, Sebastian Am 02.04.20 um 19:16 schrieb F. Shah: > @Sebastian > I had a look into django app and found that its possible to get the > information of all the plugins. > The xml_plugin function in orginal django app takes 3 parameters as below, > > *def xml_plugins(request, qg_version=None, stable_only=None, > package_name=None):* > > Looking at this, I thought to try passing a *package_name* and this > seems to work. > I guess that's what you are looking for. Try this for qgist workbench plugin > https://plugins.qgis.org/plugins/plugins.xml?package_name=workbench&qgis=3.10 > > Hope this helps, > > regards, > FS > _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
