Skip to content
Snippets Groups Projects
Unverified Commit 77e490f0 authored by Robert Raposa's avatar Robert Raposa Committed by GitHub
Browse files

ARCHBOM-1305: remove deprecated flag_undefined_default (#24426)

This is the final step in removing the deprecated
flag_undefined_default as explained by the following ADR:
https://github.com/edx/edx-platform/blob/master/openedx/core/djangoapps/waffle_utils/docs/decisions/0001-refactor-waffle-flag-default.rst

Notes:

* All uses of flag_undefined_default=False were always
  supposed to have been no-ops.
* All uses of flag_undefined_default=True that are removed
  in this PR have been replaced by migrations in past PRs.
* The temporary metric temp_flag_default_used id no longer
  reporting any data.

ARCHBOM-1305
parent 36e07f6b
Branches
Tags
No related merge requests found
Showing
with 85 additions and 116 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment