Changes between Initial Version and Version 1 of Ticket #24182


Ignore:
Timestamp:
Jan 19, 2015, 1:52:03 PM (9 years ago)
Author:
arveitch
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24182 – Description

    initial v1  
    1 I've found a bug on all of 1.7; I've tested up to 1.7.3. The code works fine on 1.6. I think this is a reasonably common design pattern.
     1I've found a bug on all of 1.7; I've tested up to 1.7.3. The code works fine on 1.6 with syncdb. I think this is a reasonably common design pattern.
    22
    33Here's the models.py:
     
    8282django.db.utils.OperationalError: no such table: example_promotionalcode
    8383}}}
     84
     85If I comment out the PromotionalCode.objects.filter(code=code).exists() test then it works fine on 1.7
Back to Top