Change compilemessages command

2009-10-20 Thread urukay
Hi folks, is there a plan to change command compilemessages, so it will ignore duplicity translations? In my native language it's necessary to have more than one translation for particular string. Radovan -- View this message in context: http://www.nabble.com/Change-compilemessages-command-t

ManyToManyField in Admin list_display

2008-07-02 Thread urukay
Hi, right now I'm working on one model and it looks like this class Area(models.Model): region = models.CharField(max_length = 2, choices = SLOVAK_REGION_CHOICES, radio_admin = True, db_index = True, blank = True, null = True) city = models.CharField(max_length = 4, ch