mango r224 - in branches/django: . mango



Author: ovitters
Date: Sun Jun 22 17:23:39 2008
New Revision: 224
URL: http://svn.gnome.org/viewvc/mango?rev=224&view=rev

Log:
	* mango/models.py (Ftpmirrors): Active is a BooleanField.


Modified:
   branches/django/   (props changed)
   branches/django/ChangeLog
   branches/django/mango/models.py

Modified: branches/django/mango/models.py
==============================================================================
--- branches/django/mango/models.py	(original)
+++ branches/django/mango/models.py	Sun Jun 22 17:23:39 2008
@@ -59,7 +59,7 @@
     email = models.CharField(max_length=120, blank=True)
     comments = models.TextField(blank=True)
     description = models.TextField(blank=True)
-    active = models.IntegerField(null=True, blank=True)
+    active = models.BooleanField()
     last_update = models.DateTimeField(blank=True)
     class Meta:
         db_table = u'ftpmirrors'



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]