Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1683 by Jan.Koprowski: PendingDeprecationWarning while rbsite install
http://code.google.com/p/reviewboard/issues/detail?id=1683

What version are you running?
ReviewBoard 1.5 beta 2

What steps will reproduce the problem?
1. rb-site install newrb
2. Go to the last step
3. Watch screen

There is errors:

/usr/lib/python2.5/site-packages/Django-1.2.1-py2.5.egg/django/db/__init__.py:18: PendingDeprecationWarning: settings.DATABASE_* is deprecated; use settings.DATABASES instead.
  PendingDeprecationWarning
/usr/lib/python2.5/site-packages/Django-1.2.1-py2.5.egg/django/db/__init__.py:57: PendingDeprecationWarning: Short names for ENGINE in database configurations are deprecated. Prepend default.ENGINE with 'django.db.backends.'
  PendingDeprecationWarning
/usr/lib/python2.5/site-packages/Django-1.2.1-py2.5.egg/django/db/models/fields/subclassing.py:71: PendingDeprecationWarning: A Field class whose get_db_prep_value method hasn't been updated to take `connection` and `prepared` arguments. setattr(new_cls, attr, call_with_connection_and_prepared(getattr(new_cls, attr))) /usr/lib/python2.5/site-packages/Django-1.2.1-py2.5.egg/django/db/models/fields/subclassing.py:69: PendingDeprecationWarning: A Field class whose db_type method hasn't been updated to take a `connection` argument.
  setattr(new_cls, attr, call_with_connection(getattr(new_cls, attr)))
/usr/lib/python2.5/site-packages/Django-1.2.1-py2.5.egg/django/db/models/fields/subclassing.py:69: PendingDeprecationWarning: A Field class whose get_db_prep_save method hasn't been updated to take a `connection` argument.

What operating system are you using? What browser?
Linux Debian stable
Python2.5.2



--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To post to this group, send email to reviewboard-iss...@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.

Reply via email to