<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -11,4 +11,5 @@
 2.0 Features
 ============
 
-* Integration with Git repositories.
\ No newline at end of file
+* Integration with Git repositories.
+* Django command to resize all ProjectImages to specified height / width.
\ No newline at end of file</diff>
      <filename>docs/todo</filename>
    </modified>
    <modified>
      <diff>@@ -27,7 +27,7 @@ li.selected {
   font-style: italic;
 }
 
-#skills, #categories, ul.skills {
+#images, #skills, #categories, ul.skills {
     list-style: none;
 }
 
@@ -38,12 +38,17 @@ li.selected {
     
 }
 
+#files {
+    list-style-position: inside;
+}
+
 ul.skills {
     overflow: auto;
     display: block;
     padding: 0;
 }
 
+
 ul.skills li {
     margin-right: 1em;
     float: left;</diff>
      <filename>example_project/media/portfolio.css</filename>
    </modified>
    <modified>
      <diff>@@ -6,6 +6,7 @@ class Project(models.Model):
     slug = models.SlugField(max_length=50, unique=True)
     url = models.URLField(blank=True, null=True)
     pull_quote = models.TextField()
+    short_description = models.TextField()
     description = models.TextField()
     start_date = models.DateField(blank=True, null=True)
     end_date = models.DateField(blank=True, null=True)</diff>
      <filename>portfolio/models.py</filename>
    </modified>
    <modified>
      <diff>@@ -15,7 +15,7 @@
   
 
 
-  {{ project.description|safe }}
+  {{ project.short_description|safe }}
 
 
   {% with project.projectimage_set.all as images %}</diff>
      <filename>portfolio/templates/portfolio/projects_fragment.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>714a07e59562b3680f87fcf44bdc580a2cf29aec</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/howiworkdaily/django-portfolio/commit/595833d6749fc04a258084e32efe87c15a3cf20b</url>
  <id>595833d6749fc04a258084e32efe87c15a3cf20b</id>
  <committed-date>2008-12-28T07:33:00-08:00</committed-date>
  <authored-date>2008-12-28T07:33:00-08:00</authored-date>
  <message>Updated model to include a short_description for displaying in lists (and still has description for displaying in the project detail).</message>
  <tree>56fd88b3a1268e6b569a156a2aa7e01cf8440cce</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
