OdifYltsaeb / django-multilingual

Automatically exported from code.google.com/p/django-multilingual
MIT License
0 stars 0 forks source link

Import error rev. 151 module validation is missing #81

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. from validation import install_multilingual_admin_validation (models.py)
2.
3.

What is the expected output? What do you see instead?
Error: No module named validation

What versions of django and multilingual are you using? On what operating
system?

Please provide any additional information below.

Original issue reported on code.google.com by dimitri....@gmail.com on 16 Dec 2008 at 3:18

GoogleCodeExporter commented 8 years ago
I've got the same problem (Mac OS X Leopard):

$ python --version
Python 2.5.1

$ django-admin.py --version
1.0.2 final

$ svn co http://django-multilingual.googlecode.com/svn/trunk/ multilingual
...
Checked out revision 152.

# OUTPUT
$ python manage.py runserver
Error: No module named validation

Original comment by marcofu...@gmail.com on 21 Dec 2008 at 2:36

GoogleCodeExporter commented 8 years ago
Fixed in rev [153]

Original comment by marcin.k...@gmail.com on 22 Dec 2008 at 1:07