core.files.storage.Storage.modified_time()

modified_time(name) [source]

Returns a naive datetime object containing the last modified time. For storage systems that aren’t able to return the last modified time, this will raise NotImplementedError instead.

Deprecated since version 1.10: Use get_modified_time() instead.

doc_Django
2016-10-09 18:34:47
Comments
Leave a Comment

Please login to continue.