Changes between Initial Version and Version 1 of Ticket #21874, comment 1
- Timestamp:
- Jan 26, 2014, 2:27:41 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21874, comment 1
initial v1 5 5 I agree with your proposal. I don't see any holes in the reasoning. 6 6 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. 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. EDIT: simply setting `path = None` on the class should do. Migrations don't use `path`.