<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -473,16 +473,11 @@ class SiteToNotify(models.Model):
             remote_server.weblogUpdates.ping(self.blog_title, self.blog_url)
         thread.start_new_thread(do_ping, ())
 
-
 class Tag(models.Model):
     &quot;Tags are associated with Entry instances to describe their contents.&quot;
     title = models.CharField(max_length=50)
     slug = models.SlugField()
 
-
-    class Meta:
-        ordering = ('title',)
-
     def __unicode__(self):
         return self.title
 </diff>
      <filename>models.py</filename>
    </modified>
    <modified>
      <diff>@@ -8,7 +8,7 @@ handler500 = 'lifeflow.views.server_error'
 
 flows = Flow.objects.all()
 projects = Project.objects.all()
-tags = Tag.objects.all().order_by('title')
+tags = Tag.objects.all()
 languages = Language.objects.all()
 authors = Author.objects.all()
 </diff>
      <filename>urls.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7b2c70dd13128e819d63b41fb90cc8739ddadca0</id>
    </parent>
  </parents>
  <author>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </author>
  <url>http://github.com/lethain/lifeflow/commit/540b683773207e9feef032d84df87779c2ec3959</url>
  <id>540b683773207e9feef032d84df87779c2ec3959</id>
  <committed-date>2009-02-19T14:33:26-08:00</committed-date>
  <authored-date>2009-02-19T14:33:26-08:00</authored-date>
  <message>Removed ordering from tags. For SQLite this has resulted in true human ordering (abc before XYZ instead of vice-versa). Will test for Postgres and create filter if necessary for PG to have human ordering.</message>
  <tree>090ed19fb360b4b60e8f2384d296c91bc181e469</tree>
  <committer>
    <name>Will Larson</name>
    <email>lethain@gmail.com</email>
  </committer>
</commit>
