Migrate from constance to dynamic-preferences
Rationale: django-dynamic-preferences
allows defining global preferences and "instance preferences", i.e. user preferences, the same way. It is also way more sophisticated than constance and provides more possibilities for preference fields as well as rendering options.
Closes #162 (closed), advances #214 (closed) and others.
Edited by Jonathan Weth
Merge request reports
Activity
changed milestone to %2.0a2
added part::backend label
mentioned in merge request !215 (closed)
added 150 commits
-
553ba953...7d9a57fc - 149 commits from branch
master
- b9cd0a08 - Merge branch 'master' into feature/dynamic-preferences
-
553ba953...7d9a57fc - 149 commits from branch
added 1 commit
- 87637abc - Fix missing bits for migration to dynamic_preferences
added 1 commit
- cb79f536 - Set field_class with Field object instead of widget with Field object in preferences
added 23 commits
-
5f57b7a5...dd7a8710 - 22 commits from branch
master
- 1d83ef51 - Merge branch 'master' into feature/dynamic-preferences
-
5f57b7a5...dd7a8710 - 22 commits from branch
added 1 commit
- 218818de - Move School attributes to site preferences and introduce all registries
added 3 commits
added 33 commits
- aefbade8 - Translate constance configs to dynamic preferences
- 1ae4215c - CHange config_updated signal handle to preference_updated
- d139058c - Fix typo
- 2229692f - Rename lazy_config to lazy_preference and add section as argument
- bfe78906 - Fix missed rename
- c23f1224 - Replace constance in sass helpers and models
- 3f901408 - Fix missing bits for migration to dynamic_preferences
- 256e3864 - Set field_class with Field object instead of widget with Field object in preferences
- d2a359bb - Fix use of some preferences
- 676f9548 - Update templates
- 5997caf8 - Move School attributes to site preferences and introduce all registries
- 1d66da17 - Fix model fields
- 813fb34d - Drop School and SchoolTerm from admin.py
- d7dbf458 - Drop School stuff
- 5f6aa24f - Add meta class
- 192c6e56 - Add migration
- 0bb2d16f - Fix access to site preferences
- 8a43f0e7 - Fix typo
- 66a5c580 - FIx get_current_site call
- 27d0b60e - Move remaining parts to site preferences
- 9b2e7496 - Determine site by SITE_ID only
- 224bd6fa - Remove stray code
- 9b73e079 - Move import from Site
- 430a0f18 - Get site preferences
- 535d0ea8 - Fix import
- 1bdc98d7 - Fix order of INSTALLED_APPS so we can overwrite templates
- df41b5f3 - Add preferences view
- 9feb92c9 - Add missing CurrentSiteMiddleware
- fdf0d4be - Change dbsettings syntax for footer URLs to dynamic-preferences
- 5c70304b - Add permissions for preferences view
- 18a0043a - Add menu entries for preferences
- ad44b24c - Add buttons for changing preferences to group and person templates
- c399d463 - Merge branch 'feature/dynamic-preferences' of...
Toggle commit listadded 2 commits
Please register or sign in to reply