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

richard python-checkins at python.org
Sat Jul 24 19:08:42 CEST 2010


Author: richard
Date: Sat Jul 24 19:08:41 2010
New Revision: 813

Modified:
   trunk/pypi/templates/display.pt
Log:
no uploaded time?

Modified: trunk/pypi/templates/display.pt
==============================================================================
--- trunk/pypi/templates/display.pt	(original)
+++ trunk/pypi/templates/display.pt	Sat Jul 24 19:08:41 2010
@@ -54,7 +54,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'] and 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