Changes between Version 1 and Version 2 of Ticket #23577, comment 5
- Timestamp:
- Dec 1, 2014, 4:44:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23577, comment 5
v1 v2 1 I've added a schema test case: https://github.com/tomviner/django/compare/ticket /235771 I've added a schema test case: https://github.com/tomviner/django/compare/ticket_23577_with_tests 2 2 3 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. 4 5 Edit: link to tests updated.