From 2b4f29443c44b24e27c880d82fd4ef1209722177 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:09:07 -0700 Subject: [PATCH 1/8] Change "file_fied" to "file_field" --- example/app/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/app/forms.py b/example/app/forms.py index 6e4409d..72324d4 100644 --- a/example/app/forms.py +++ b/example/app/forms.py @@ -12,7 +12,7 @@ class ExampleForm(forms.Form): radio_choice = forms.ChoiceField(choices=CHOICES, widget=forms.RadioSelect) multiple_choice = forms.MultipleChoiceField(choices=CHOICES) multiple_checkbox = forms.MultipleChoiceField(choices=CHOICES, widget=forms.CheckboxSelectMultiple) - file_fied = forms.FileField() + file_field = forms.FileField() password_field = forms.CharField(widget=forms.PasswordInput) textarea = forms.CharField(widget=forms.Textarea) boolean_field = forms.BooleanField() From c06950ed732f61bec99469b4d85a2864aacfeea6 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:10:31 -0700 Subject: [PATCH 2/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/basic.html | 196 +++++++++++++++--------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/bootstrapform/fixtures/basic.html b/bootstrapform/fixtures/basic.html index d316ca5..b2cd637 100644 --- a/bootstrapform/fixtures/basic.html +++ b/bootstrapform/fixtures/basic.html @@ -1,99 +1,99 @@ -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
- -
- -
- -
-
-
- -
- -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- -
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From 7b829a75985c6a57b12948a3d3a8693530787c1b Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:11:41 -0700 Subject: [PATCH 3/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/basic_dj16.html | 196 ++++++++++++------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/bootstrapform/fixtures/basic_dj16.html b/bootstrapform/fixtures/basic_dj16.html index a2c238e..4346f51 100644 --- a/bootstrapform/fixtures/basic_dj16.html +++ b/bootstrapform/fixtures/basic_dj16.html @@ -1,99 +1,99 @@ -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
- -
- -
- -
-
-
- -
- -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- -
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From 21b0692d4aadf607f482c02d52b7671b8082121e Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:12:43 -0700 Subject: [PATCH 4/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/basic_old.html | 196 +++++++++++++------------- 1 file changed, 98 insertions(+), 98 deletions(-) diff --git a/bootstrapform/fixtures/basic_old.html b/bootstrapform/fixtures/basic_old.html index 6ef1d14..f6a0737 100644 --- a/bootstrapform/fixtures/basic_old.html +++ b/bootstrapform/fixtures/basic_old.html @@ -1,99 +1,99 @@ -
- -
- -
-
- -
- -
- -
-
- -
- -
-
- -
- -
- -
- -
- -
-
-
- -
- -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- -
+
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+ +
+ +
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From 2773984090bf153579e0b08ccb2594cbed8074a8 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:13:29 -0700 Subject: [PATCH 5/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/horizontal.html | 202 ++++++++++++------------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/bootstrapform/fixtures/horizontal.html b/bootstrapform/fixtures/horizontal.html index 5634218..dfcc3cc 100644 --- a/bootstrapform/fixtures/horizontal.html +++ b/bootstrapform/fixtures/horizontal.html @@ -1,102 +1,102 @@ -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
-
- -
-
- -
-
- -
-
-
- -
- - -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
+
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From 3ffbfa8607fe6b3568ed9565550efb8943d77378 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:13:57 -0700 Subject: [PATCH 6/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/horizontal_dj16.html | 202 ++++++++++---------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/bootstrapform/fixtures/horizontal_dj16.html b/bootstrapform/fixtures/horizontal_dj16.html index 506d25a..4d127e3 100644 --- a/bootstrapform/fixtures/horizontal_dj16.html +++ b/bootstrapform/fixtures/horizontal_dj16.html @@ -1,102 +1,102 @@ -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
-
- -
-
- -
-
- -
-
-
- -
- - -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
+
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From f3234d0b364721002bb616b7c8d0ba1185b00a5f Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:14:31 -0700 Subject: [PATCH 7/8] Change "file_fied" to "file_field" --- bootstrapform/fixtures/horizontal_old.html | 202 ++++++++++----------- 1 file changed, 101 insertions(+), 101 deletions(-) diff --git a/bootstrapform/fixtures/horizontal_old.html b/bootstrapform/fixtures/horizontal_old.html index fcc1fcd..5f85eb2 100644 --- a/bootstrapform/fixtures/horizontal_old.html +++ b/bootstrapform/fixtures/horizontal_old.html @@ -1,102 +1,102 @@ -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
-
- -
-
- -
-
- -
-
-
- -
- - -
- -
-
- -
- -
-
    -
  • -
  • -
  • -
-
-
- -
- - -
- -
-
- -
- - -
- -
-
- -
- - -
+
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
+
+ +
+
+ +
+
+ +
+
+
+ +
+ + +
+ +
+
+ +
+ +
+
    +
  • +
  • +
  • +
+
+
+ +
+ + +
+ +
+
+ +
+ + +
+ +
+
+ +
+ + +
-
-
- -
-
-
- -
-
-
+ +
+
+ +
+
+
+ +
+
+
From 5bffcd6096b5525cda65024add5f48d246096cc0 Mon Sep 17 00:00:00 2001 From: "Peter K. Shultz" Date: Mon, 13 Jun 2016 09:15:58 -0700 Subject: [PATCH 8/8] Change "file_fied" to "file_field" --- bootstrapform/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapform/tests.py b/bootstrapform/tests.py index 74d8b15..47e9d2b 100644 --- a/bootstrapform/tests.py +++ b/bootstrapform/tests.py @@ -28,7 +28,7 @@ class ExampleForm(forms.Form): radio_choice = forms.ChoiceField(choices=CHOICES, widget=forms.RadioSelect) multiple_choice = forms.MultipleChoiceField(choices=CHOICES) multiple_checkbox = forms.MultipleChoiceField(choices=CHOICES, widget=forms.CheckboxSelectMultiple) - file_fied = forms.FileField() + file_field = forms.FileField() password_field = forms.CharField(widget=forms.PasswordInput) textarea = forms.CharField(widget=forms.Textarea) boolean_field = forms.BooleanField()