Changes between Initial Version and Version 1 of Ticket #23577, comment 5
- Timestamp:
- Nov 15, 2014, 11:16:11 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23577, comment 5
initial v1 1 1 I've added a schema test case: https://github.com/tomviner/django/compare/ticket/23577 2 2 3 This should currently fail on all backends except sqlite(which doesn't rename fields - it drop/creates the whole table). When this bug is fixed, it should pass for all backends, for that reason I haven't added any unittest.skip decorator.3 This should currently fail on all backends **except sqlite** (which doesn't rename fields - it drop/creates the whole table). When this bug is fixed, it should pass for all backends, for that reason I haven't added any unittest.skip decorator.