Changes between Initial Version and Version 1 of Ticket #23577, comment 5


Ignore:
Timestamp:
Nov 15, 2014, 11:16:11 AM (9 years ago)
Author:
Tom V

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23577, comment 5

    initial v1  
    11I've added a schema test case: https://github.com/tomviner/django/compare/ticket/23577
    22
    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.
     3This 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.
Back to Top