Changes between Initial Version and Version 10 of Ticket #9899


Ignore:
Timestamp:
Aug 4, 2015, 12:18:35 PM (9 years ago)
Author:
Tim Graham
Comment:

I couldn't reproduce as far back as 1.4, so I guess this has been fixed between 1.0 and then.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9899

    • Property Resolutionfixed
    • Property Status newclosed
    • Property Triage Stage UnreviewedAccepted
    • Property Cc ozgurisil@… added
    • Property SeverityNormal
    • Property TypeNew feature
    • Property UI/UX unset
    • Property Easy pickings unset
  • Ticket #9899 – Description

    initial v10  
    1414
    1515{{{
    16 >>> Child.objects.filter(features__ispublic=False).count()
     16>>> Child.objects.filter(features__is_public=False).count()
    1717<class '_mysql_exceptions.OperationalError'>: (1054, "Unknown column 'app_feature.base_ptr_id' in 'where clause'")
    1818}}}
Back to Top