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
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
> 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:
>
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
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
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.
6 matches
Mail list logo