Changes between Initial Version and Version 1 of Ticket #15084, comment 25


Ignore:
Timestamp:
Jul 15, 2012, 2:42:36 PM (12 years ago)
Author:
Anssi Kääriäinen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15084, comment 25

    initial v1  
    2121
    2222It seems there is a deeper problem in the app-loading branch, that is there is one entry point which isn't ensured to do app-loading early enough. It seems the app-loading branch could break a bunch of current applications using bare scripts.
     23
     24EDIT: Actually, I do not get the expected results even when ensuring the apps are loaded. The defining_app and using_app are missing from the loaded_apps. The reason is simple, the ugettext is called from app loading and thus the apps are not loaded yet...
     25
     26The core issue seems to be that there is really a circular import going on. It might be there is no fix for this. Is there any way to get the translations directory without importing the apps?
Back to Top