After some research, this is due to some incompatible changes in django
1.0 :

maxlength => max_length

get_creation_module() => connection.creation

DATA_TYPES => data_types

I'll put a patch as soon as I've tackled all the differences.

I'm now on :
Traceback (most recent call last):
  File "/usr/bin/falcon-start", line 87, in ?
    falcon.conf.set_options(options, action!='iso', action)
  File "/usr/lib/python2.4/site-packages/falcon/config.py", line 180, in 
set_options
    falcon.init_rootdir()
  File "/usr/lib/python2.4/site-packages/falcon/__init__.py", line 146, in 
init_rootdir
    management.disable_termcolors()
AttributeError: 'module' object has no attribute 'disable_termcolors'

Also reported by a debian user :
https://bugs.launchpad.net/ubuntu/+source/falcon/+bug/257304

-- 
falcon doesn't work in intrepid
https://bugs.launchpad.net/bugs/282472
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to