@@ -9,20 +9,18 @@ A Django form widget for international telephone numbers based on the
99jQuery plugin
1010[ intl-tel-input] ( https://github.com/jackocnr/intl-tel-input ) .
1111
12- This is a new package, so it doesn't implement all the features of
13- intl-tel-input. However, it is well tested, and has been stable in
14- production.
12+ This package is pre 1.0, so doesn't implement every feature of intl-tel-input. However, it is well tested, and has been stable in production.
1513
16- ### Version support
14+ ## Version support
1715
1816Tested on the following versions of Python and Django.
1917
20- | Package | Version support |
21- | ------- | --------------- |
22- | Python | 2.7, 3.4, 3.5, 3.6 |
23- | Django | 1.8, 1.9, 1.10, 1.11 |
18+ | Package | Version support |
19+ | ------- | --------------- |
20+ | Python | 2.7, 3.4, 3.5, 3.6 |
21+ | Django | 1.8, 1.9, 1.10, 1.11 |
2422
25- ### Installation
23+ ## Installation
2624
2725Install from PyPI.
2826
@@ -39,7 +37,7 @@ INSTALLED_APPS += ('intl_tel_input',)
3937...
4038```
4139
42- ### Usage
40+ ## Usage
4341
4442Simply add ` IntlTelInputWidget ` to your form field.
4543
@@ -65,7 +63,7 @@ class MyForm(forms.Form):
6563...
6664```
6765
68- ### Form media
66+ ## Form media
6967
7068Include ` {{ form.media.css }} ` in the ` <head> ` of your template. This
7169will ensure all styles are parsed before the widget is displayed.
0 commit comments