[Oi-commits] r2015 - in branches/newdesign: ideas media/upload/ideas
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Sat Sep 20 17:26:57 EEST 2008
Author: huseyin.berberoglu
Date: Sat Sep 20 17:26:57 2008
New Revision: 2015
Added:
branches/newdesign/media/upload/ideas/
Modified:
branches/newdesign/ideas/models.py
Log:
ideas
Modified: branches/newdesign/ideas/models.py
=================================================================
--- branches/newdesign/ideas/models.py (original)
+++ branches/newdesign/ideas/models.py Sat Sep 20 17:26:57 2008
@@ -77,7 +77,7 @@
is_duplicate = models.BooleanField("Fikir Tekrarı", default=False)
forum_url = models.URLField("İlgili forum bağlantısı", help_text="Varsa ilgili Özgürlük İçin Forumundaki konu adresini yazın.", blank=True)
bug_numbers = models.CharField("Hata numaraları", help_text="Varsa ilgili hata numaralarını virgülle ayırarak giriniz.", max_length=63, blank=True)
- file = models.FileField(upload_to="upload/ideas/dosya/", blank=True)
+ file = models.FileField(upload_to="upload/ideas/dosya/", blank=True, verbose_name='Dosya')
is_hidden = models.BooleanField("Gizli", default=False)
topic = models.ForeignKey(Topic, verbose_name="Fikrin Forumdaki Konusu")
More information about the Oi-commits
mailing list