google-code-export / dojango

Automatically exported from code.google.com/p/dojango
Other
1 stars 0 forks source link

Does not work with Django < 1.2 alpha 1 #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a project with Django version < 1.2 alpha 1
2. Install Dojango on it
3. Execute: python manage.py shell
4. At shell, execute: >>> import dojango.forms

What is the expected output? What do you see instead?

It should work, since Project Home of Dojango sayd: 
*Dojango 0.4: the FormIntegration just works with Django >= 1.0.2*

But that occurs: 

Traceback (most recent call last):
  File "<ipython console>", line 1, in <module>
  File "/home/alanjds/src/hg/Delinear_fabrica/projdelinear/dojango/forms/__init__.py", line 3, in <module>
    from fields import *
  File "/home/alanjds/src/hg/Delinear_fabrica/projdelinear/dojango/forms/fields.py", line 3, in <module>
    from django.utils import formats
ImportError: cannot import name formats

What version of the product are you using? On what operating system?

Tested using Dojango 0.5.1 and Django 1.1.0 final on CPython 2.6.4

Please provide any additional information below.

Is there a way to run at Django < 1.2? If not, please update Project Home.

Original issue reported on code.google.com by alan.jus...@gmail.com on 6 Jan 2011 at 3:42

GoogleCodeExporter commented 9 years ago
Hi Alan,

Dojango 0.5.1 just works with Django >= 1.2.3. I've changed the homepage 
accordingly.

The following ticket broke the backwards compatibility:

http://code.google.com/p/dojango/issues/detail?id=59&can=1&q=warning

http://code.google.com/p/dojango/source/detail?r=273

Regards, Tobias

Original comment by tobias.k...@googlemail.com on 6 Jan 2011 at 3:54

GoogleCodeExporter commented 9 years ago
Closing because dojango just works with Django >= 1.2.3

Original comment by tobias.k...@googlemail.com on 14 Apr 2011 at 10:08