Changes between Initial Version and Version 1 of Ticket #24182
- Timestamp:
- Jan 19, 2015, 1:52:03 PM (10 years ago)
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.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 with syncdb. I think this is a reasonably common design pattern. 2 2 3 3 Here's the models.py: … … 82 82 django.db.utils.OperationalError: no such table: example_promotionalcode 83 83 }}} 84 85 If I comment out the PromotionalCode.objects.filter(code=code).exists() test then it works fine on 1.7