File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
tests/regressiontests/forms/localflavor Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 208
208
<option value="93">93 - Seine-Saint-Denis</option>
209
209
<option value="94">94 - Val-de-Marne</option>
210
210
<option value="95">95 - Val-d'Oise</option>
211
- <option value="2A">2A - Corse du sud</option>
212
- <option value="2B">2B - Haute Corse</option>
213
211
<option value="971">971 - Guadeloupe</option>
214
212
<option value="972">972 - Martinique</option>
215
213
<option value="973">973 - Guyane</option>
Original file line number Diff line number Diff line change 12
12
>>> olddate = datetime.date
13
13
>>> datetime.date = MockDate
14
14
>>> datetime.date.today()
15
- ... MockDate(2008, 5, 14)
15
+ MockDate(2008, 5, 14)
16
16
17
17
18
18
# SECountySelect #####################################################
You can’t perform that action at this time.
0 commit comments