Skip to content

Releases: VeryApt/django-phone-field

Bugfix release

Choose a tag to compare

@va-andrew va-andrew released this 10 Jun 01:16

Define a hash for PhoneNumber objects to fix #13

Make ".ext" label selectable via CSS

Choose a tag to compare

@va-andrew va-andrew released this 15 Aug 14:10

Addresses #8 where there's no good way to hide the text before the extension input. Please make sure the new html doesn't affect your CSS before upgrading. What used to be .ext is now <span class="phone-field-ext">.ext</span>

Bug fix

Choose a tag to compare

@va-andrew va-andrew released this 24 Apr 20:22

Fix #7 where an exception is thrown when using null=True and rendering a form

v1.7.0

Choose a tag to compare

@va-andrew va-andrew released this 07 Feb 16:51

Added support for setting individual attributes for the phone number and extension widgets

1.6.0

Choose a tag to compare

@va-andrew va-andrew released this 01 Aug 23:45

Parsing improvement, test fixes for Django 2.1rc

1.5.4

Choose a tag to compare

@va-andrew va-andrew released this 24 Feb 20:23
fix comparisons

1.5.3

Choose a tag to compare

@va-andrew va-andrew released this 23 Feb 21:17
fix for empty value in ModelForms

v1.4.0

Choose a tag to compare

@va-andrew va-andrew released this 23 Feb 00:50
release issues