{% extends 'package_monitor/base.html' %} {% load i18n %} {% load humanize %} {% load static %} {% block details %} Last updated {{ updated_at|naturaltime|default_if_none:"never" }}
Name | Installed | Latest | Description | Included Apps | Used By |
---|
{% if show_all_packages %}
Shows all known distribution packages.
{% else %}
Shows only distribution packages that contain an installed Django app.
{% if include_packages %}
In addition these packages are shown: {{ include_packages|join:", " }}
{% endif%}
{% endif%}
The latest stable of a package is retrieved from PyPI. Will show as "?" if PyPI has no info about a package.
Command for installing all {{ outdated_count }} outdated packages
{% else %}No outdated packages to install.
{% endif %}