[Pypi-checkins] r808 - trunk/pypi/templates

richard python-checkins at python.org
Sat Jul 24 17:33:50 CEST 2010


Author: richard
Date: Sat Jul 24 17:33:49 2010
New Revision: 808

Modified:
   trunk/pypi/templates/display.pt
Log:
ergh

Modified: trunk/pypi/templates/display.pt
==============================================================================
--- trunk/pypi/templates/display.pt	(original)
+++ trunk/pypi/templates/display.pt	Sat Jul 24 17:33:49 2010
@@ -51,7 +51,7 @@
       comments   file/comment_text;
       pkg_type   python:app.dist_file_types_d[file['packagetype']];
       py_version file/python_version;
-      uploaded   python:file.upload_time.strftime('%Y-%m-%d');
+      uploaded   python:file['upload_time'].strftime('%Y-%m-%d');
       size       python:app.pretty_size(file['size']);
       downloads  file/downloads;
       md5_url    string:${app/url_path}?:action=show_md5&digest=${file/md5_digest};


More information about the Pypi-checkins mailing list