Projet

Général

Profil

0002-misc-remove-references-to-deprecated-menu-module-489.patch

Paul Marillonnet, 27 novembre 2020 11:48

Télécharger (1,27 ko)

Voir les différences:

Subject: [PATCH 2/2] misc: remove references to deprecated menu module
 (#48906)

 src/authentic2/menu_migrations/__init__.py | 0
 src/authentic2/settings.py                 | 4 ----
 2 files changed, 4 deletions(-)
 delete mode 100644 src/authentic2/menu_migrations/__init__.py
src/authentic2/settings.py
224 224
    'authentic2.hashers.PloneSHA1PasswordHasher',
225 225
]
226 226

  
227
# Admin tools
228
ADMIN_TOOLS_MENU = 'authentic2.menu.CustomMenu'
229

  
230 227
# Serialization module to support natural keys in generic foreign keys
231 228
SERIALIZATION_MODULES = {
232 229
    'json': 'authentic2.serializers',
......
307 304

  
308 305
MIGRATION_MODULES = {
309 306
    'auth': 'authentic2.auth_migrations_18',
310
    'menu': 'authentic2.menu_migrations',
311 307
}
312 308

  
313 309
# Django REST Framework
314
-