What's Changed
-
Allow configuring
empty_value
andmax_length
forSplitPhoneNumberField
by @ilkkao in #632Mimics django
CharField
behavior more closely:
-empty_value
offers controls over the normalization (typically, the empty str""
orNone
)
-max_length
allows using the form field withforms_for_model
New Contributors
Full Changelog: 8.2.0...8.3.0