Changes between Initial Version and Version 3 of Ticket #27417
- Timestamp:
- 11/09/16 18:10:27 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27417
-
Property
Status
changed from
new
toassigned
-
Property
Severity
changed from
Release blocker
toNormal
-
Property
Summary
changed from
Change case on field causes invalid rename on Oracle backend migration
toMigration to change model field case crashes on Oracle
- Property Easy pickings unset
- Property Owner changed from nobody to Zach Zundel
-
Property
Type
changed from
Uncategorized
toBug
-
Property
Triage Stage
changed from
Unreviewed
toAccepted
-
Property
Status
changed from
-
Ticket #27417 – Description
initial v3 2 2 3 3 {{{ 4 class MyModel(models. model):4 class MyModel(models.Model): 5 5 somefield = models.CharField(max_length=100) 6 6 }}}