Changes between Initial Version and Version 6 of Ticket #13844


Ignore:
Timestamp:
Apr 8, 2011, 7:47:11 PM (13 years ago)
Author:
Julien Phalip
Comment:

Patch needs improvement as per chronos' comment. Also needs tests.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13844

    • Property Component UncategorizedDatabase layer (models, ORM)
    • Property Triage Stage UnreviewedAccepted
    • Property Summary ValueError: by adding custom aggregate function TRIMErrors when using character fields for aggregation
    • Property Version 1.11.2
    • Property Cc philipe.rp@… added
    • Property Has patch set
    • Property Owner changed from nobody to Greg Wogan-Browne
    • Property Status newassigned
    • Property SeverityNormal
    • Property TypeBug
    • Property Patch needs improvement set
    • Property Needs tests set
  • Ticket #13844 – Description

    initial v6  
    1 
    21My intension is joining tables with two different formated columns,
    32by using django's double underscore magic to resolve the querysets.
Back to Top