Re: Problem with list_filter (SOLVED)

2009-10-06 Thread Thomas Steinmaurer
Thomas Steinmaurer wrote: > Hello, > > I have the following model: > > class ModelVersion(models.Model): > model_version_id = models.AutoField(primary_key=True) > major_version = models.IntegerField(null=True, blank=True) > minor_version = models.Integ

Problem with list_filter

2009-10-06 Thread Thomas Steinmaurer
Hello, I have the following model: class ModelVersion(models.Model): model_version_id = models.AutoField(primary_key=True) major_version = models.IntegerField(null=True, blank=True) minor_version = models.IntegerField(null=True, blank=True) class Meta: db_table = u'm

Re: Combined sort order in admin area?

2009-09-29 Thread Thomas Steinmaurer
> Hello, > > is there a way to have a combined sort order in a list in the admin > area? > > For example ascending order by one field and descending order by another > field? > > > Not at present. There is a ticket with a recent patch that proposes to > add this ability: >

Re: Bug in inspectdb.py and changes in Firebird backend files?

2009-09-28 Thread Thomas Steinmaurer
Hi! >> I'm using Django with Firebird and Oracle as backends. When integrating >> with a legacy Firebird database using the inspectdb command, I guess I >> hit a bug in inspectdb.py (although I'm not entirely sure), which does >> affect extracting foreign key relationships. >> >> Starting in line

Combined sort order in admin area?

2009-09-28 Thread Thomas Steinmaurer
Hello, is there a way to have a combined sort order in a list in the admin area? For example ascending order by one field and descending order by another field? Thanks, Thomas --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Go

Bug in inspectdb.py and changes in Firebird backend files?

2009-09-28 Thread Thomas Steinmaurer
n't know if anybody is interested in those changes. -- Best Regards, Thomas Steinmaurer LogManager Series - Logging/Auditing Suites supporting InterBase, Firebird, Advantage Database, MS SQL Server and NexusDB V2 Upscene Productions http://www.upscene.com My blog: http://blog.upscene.