aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/metadata_display/lib.py
Commit message (Collapse)AuthorAgeFilesLines
* Apply `pyupgrade --py3-plus` to remove Python 2 compatibility code.Ben Sturmfels2021-03-051-2/+2
|
* Fixed another error created by my last fixNatalie Foust-Pilcher2014-06-121-1/+1
|
* Fixed a fatal error causing mediagoblin to crash when certain types of mediaNatalie Foust-Pilcher2014-06-121-1/+5
| | | | were uploaded
* Made the metadata table functional within the new metadata_display plugin andtilly-Q2014-05-121-0/+31
removed all traces of it from core.