Skip to content

Commit

Permalink
Add SuffixedMultiWidget migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan P Kilby committed Oct 24, 2017
1 parent 2cae5bd commit bf0a6c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guide/migration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ been removed.
To alter strictness behavior, the appropriate view code should be overridden.
More details will be provided in future docs.

``MultiWidget`` replaced by ``SuffixedMultiWidget``
---------------------------------------------------

``RangeWidget``, ``DateRangeWidget``, and ``LookupTypeWidget`` now inherit from
``SuffixedMultiWidget``, changing the suffixes of their query param names. For
example, ``RangeWidget`` now has ``_min`` and ``_max`` suffixes instead of
``_0`` and ``_1``.


----------------
Migrating to 1.0
Expand Down

0 comments on commit bf0a6c9

Please sign in to comment.