<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <font face="DejaVu Sans">A few of our models have a field:</font><br>
    <pre style="background-color:#2b2b2b;color:#a9b7c6;font-family:'Liberation Mono';font-size:12.8pt;">created = models.DateTimeField(<span style="font-style:italic;">auto_now_add</span>=<span style="color:#3b6494;font-weight:bold;">True</span>)</pre>
    <font face="DejaVu Sans">To support ordering needed by a FilePlugin
      use case, I'm planning to add Content.created as it seems
      generally useful and I believe will be needed by most plugins. 
      This raises a more general question: should we add Model.created
      instead?  Knowing when most things get created seems generally
      useful.  For example, knowing when an artifact got created tells
      uses when it got downloaded.  Things like that.<br>
      <br>
      Thoughts?<br>
      <br>
      <br>
    </font>
  </body>
</html>