Changes between Initial Version and Version 1 of Ticket #21874, comment 1


Ignore:
Timestamp:
Jan 26, 2014, 2:27:41 AM (10 years ago)
Author:
Aymeric Augustin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21874, comment 1

    initial v1  
    55I agree with your proposal. I don't see any holes in the reasoning.
    66
    7 As far as I know, only the AppConfigStub subclass of AppConfig has app_module set to None. This is a dumb class provided as a convenience for the migrations system. Simply adjust its `__init__` so that the tests pass -- it's an private API.
     7As far as I know, only the AppConfigStub subclass of AppConfig has app_module set to None. This is a dumb class provided as a convenience for the migrations system. Simply adjust its `__init__` so that the tests pass -- it's an private API. EDIT: simply setting `path = None` on the class should do. Migrations don't use `path`.
Back to Top