Changes between Initial Version and Version 1 of Ticket #13395


Ignore:
Timestamp:
Apr 21, 2010, 5:35:56 PM (14 years ago)
Author:
Alex Gaynor
Comment:

Please use preview ;)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13395 – Description

    initial v1  
    33I attempted to override these settings in the admin of another project's 'agency_local' app. Steps I took:
    44
    5 -unregister agency.Settings in agency_local.admin
    6 -register agency_local.Settings # works ok, but in admin it shows up under Agency_local list
    7 -added "agency" as 'app_label' to agency_local.Settings # results in the original unregistered settings showing up again!
     5 * unregister agency.Settings in agency_local.admin
     6 * register agency_local.Settings # works ok, but in admin it shows up under Agency_local list
     7 * added "agency" as 'app_label' to agency_local.Settings # results in the original unregistered settings showing up again!
Back to Top