Changes between Initial Version and Version 1 of Ticket #21197


Ignore:
Timestamp:
Sep 30, 2013, 4:30:45 AM (11 years ago)
Author:
Shai Berger
Comment:

Note similar discussion on mailing list: Django 1.6 and migrating to the new test runner: note on user experience. The discussion is not about the "check" command, but essentially asking to incorporate some "check" functionality into the "test" command.

Note in particular that my suggestion to add a settings knob specifying the Django version the project is expecting (which would default to 1.5, with 1.6 in the default project templates) should also allow easy resolution of this bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21197 – Description

    initial v1  
    773. A pre-Django 1.6 project with TEST_RUNNER set to something custom
    884. A default Django 1.6 project
    9 5. A Django 1.5 project with TEST_RUNNER set to something custom
     95. A Django 1.6 project with TEST_RUNNER set to something custom
    1010
    1111The management command does the following:
Back to Top