Changes between Initial Version and Version 1 of Ticket #26511, comment 3


Ignore:
Timestamp:
Apr 16, 2016, 11:18:58 AM (8 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26511, comment 3

    initial v1  
    77{{{#!python
    88from django.db import models
     9from django.db.models.functions import Cast
    910
    1011File.objects.annotate(
Back to Top