Changeset 7989 for django/trunk/tests/regressiontests/forms/tests.py
- Timestamp:
- 07/19/08 14:22:44 (6 months ago)
- Files:
-
- django/trunk/tests/regressiontests/forms/tests.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/forms/tests.py
r7967 r7989 20 20 from localflavor.nl import tests as localflavor_nl_tests 21 21 from localflavor.pl import tests as localflavor_pl_tests 22 from localflavor.ro import tests as localflavor_ro_tests 22 23 from localflavor.sk import tests as localflavor_sk_tests 23 24 from localflavor.uk import tests as localflavor_uk_tests … … 51 52 'localflavor_nl_tests': localflavor_nl_tests, 52 53 'localflavor_pl_tests': localflavor_pl_tests, 54 'localflavor_ro_tests': localflavor_ro_tests, 53 55 'localflavor_sk_tests': localflavor_sk_tests, 54 56 'localflavor_uk_tests': localflavor_uk_tests,
