Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 26, 2024
1 parent e20e7e6 commit 3a2c876
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/starting/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ behavior.
support changing swappable models after the initial migration.

``WAFFLE_SWITCH_MODEL``
The Django model that will be used for switches. Defaults to ``waffle.Switch``, which
provides basic switch functionality. This can be swapped for a custom Switch model if
additional fields or behaviors are needed. The custom model must inherit from
``waffle.models.AbstractBaseSwitch``. Needs to be set at the start of a project, as
Django’s migration framework does not support changing swappable models after the
The Django model that will be used for switches. Defaults to ``waffle.Switch``, which
provides basic switch functionality. This can be swapped for a custom Switch model if
additional fields or behaviors are needed. The custom model must inherit from
``waffle.models.AbstractBaseSwitch``. Needs to be set at the start of a project, as
Django’s migration framework does not support changing swappable models after the
initial migration.

``WAFFLE_SAMPLE_MODEL``
The Django model that will be used for samples. Defaults to ``waffle.Sample``, which
provides basic sample functionality. This can be swapped for a custom Sample model if
additional fields or behaviors are needed. The custom model must inherit from
``waffle.models.AbstractBaseSample``. Needs to be set at the start of a project, as
Django’s migration framework does not support changing swappable models after the
The Django model that will be used for samples. Defaults to ``waffle.Sample``, which
provides basic sample functionality. This can be swapped for a custom Sample model if
additional fields or behaviors are needed. The custom model must inherit from
``waffle.models.AbstractBaseSample``. Needs to be set at the start of a project, as
Django’s migration framework does not support changing swappable models after the
initial migration.

``WAFFLE_SWITCH_DEFAULT``
Expand Down

0 comments on commit 3a2c876

Please sign in to comment.