Commit 829c5fdb authored by Karen Tracey's avatar Karen Tracey
Browse files

Revert part of r12998 that prevents the forms doctests in tests.py from running.

Adjust the fr.py localflavor tests to account for r13007.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@13008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 12cc292f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -208,8 +208,6 @@ including DOM TOM
<option value="93">93 - Seine-Saint-Denis</option>
<option value="94">94 - Val-de-Marne</option>
<option value="95">95 - Val-d&#39;Oise</option>
<option value="2A">2A - Corse du sud</option>
<option value="2B">2B - Haute Corse</option>
<option value="971">971 - Guadeloupe</option>
<option value="972">972 - Martinique</option>
<option value="973">973 - Guyane</option>
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ tests = r"""
>>> olddate = datetime.date
>>> datetime.date = MockDate
>>> datetime.date.today()
...MockDate(2008, 5, 14)
MockDate(2008, 5, 14)


# SECountySelect #####################################################