<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,8 @@ class Comment(models.Model):
     object_id = models.PositiveIntegerField()
     content_object = generic.GenericForeignKey('content_type', 'object_id')
 
+    # User Fields
+    user = models.ForeignKey(User, null=True, blank=True)
     username = models.CharField(blank=True, max_length=40)
     ip_address = models.IPAddressField()
 
@@ -29,12 +31,9 @@ class Comment(models.Model):
     modified = models.DateTimeField(auto_now=True)
 
     # Comment Fields
-    user = models.ForeignKey(User, null=True, blank=True)
-    username = models.CharField(max_length=40)
     homepage = models.URLField(blank=True)
     email = models.EmailField(blank=True)
     comment = models.TextField()
-    ip_address = models.IPAddressField()
 
     def __unicode__(self):
         return str(self.id)</diff>
      <filename>apps/comments/models.py</filename>
    </modified>
    <modified>
      <diff></diff>
      <filename>locale/de/LC_MESSAGES/django.mo</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ msgstr &quot;&quot;
 &quot;Project-Id-Version: PACKAGE VERSION\n&quot;
 &quot;Report-Msgid-Bugs-To: \n&quot;
 &quot;POT-Creation-Date: 2008-07-10 20:31+0200\n&quot;
-&quot;PO-Revision-Date: 2008-07-10 20:39+0100\n&quot;
+&quot;PO-Revision-Date: 2008-08-01 13:26+0100\n&quot;
 &quot;Last-Translator: Martin Mahner &lt;martin@mahner.org&gt;\n&quot;
 &quot;Language-Team: LANGUAGE &lt;LL@li.org&gt;\n&quot;
 &quot;MIME-Version: 1.0\n&quot;
@@ -148,7 +148,7 @@ msgstr &quot;Archiv&quot;
 #: templates/base.html:33
 #: templates/resources.html:5
 msgid &quot;Resources&quot;
-msgstr &quot;Resourcen&quot;
+msgstr &quot;Ressourcen&quot;
 
 #: templates/base.html:35
 msgid &quot;Add Article&quot;</diff>
      <filename>locale/de/LC_MESSAGES/django.po</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 {% extends &quot;base.html&quot; %}
 
+{% block title %}djangohq: {{ entry.title }}{% endblock %}
+
 {% block sidebar %}
-	
-	
 	{% if entry.get_tags %}
 	&lt;h2 class=&quot;first&quot;&gt;{% trans &quot;Tags for this entry&quot; %}&lt;/h2&gt;
 	{% for tag in entry.get_tags %}</diff>
      <filename>templates/weblog/details.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>site_media/theme/.tmp_base.css.html~</filename>
    </removed>
    <removed>
      <filename>templates/weblog/.tmp_archive.html~</filename>
    </removed>
    <removed>
      <filename>templates/weblog/.tmp_details.html~</filename>
    </removed>
    <removed>
      <filename>templates/weblog/.tmp_entry.html~</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>8985335d0cbbd943a7c3b064f70aae79f6515415</id>
    </parent>
  </parents>
  <author>
    <name>Martin Mahner</name>
    <email>martin@mahner.org</email>
  </author>
  <url>http://github.com/bartTC/djangohq/commit/e8731a5c8d04b4038daa38ccae290568c04bdd07</url>
  <id>e8731a5c8d04b4038daa38ccae290568c04bdd07</id>
  <committed-date>2008-08-01T04:28:07-07:00</committed-date>
  <authored-date>2008-08-01T04:28:07-07:00</authored-date>
  <message>Fixed typo and title in detail pages.</message>
  <tree>a90213e08f713955eac4a5340f827d61bef60702</tree>
  <committer>
    <name>Martin Mahner</name>
    <email>martin@mahner.org</email>
  </committer>
</commit>
