You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to Django 1.7.4. I get two warnings when I run: python manage.py createmigrations:
python2.7/site-packages/heythere/models.py:37: RemovedInDjango18Warning: NotificationManager.get_query_set method should be renamed get_queryset.
python2.7/site-packages/heythere/admin.py:15: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form NotificationForm needs updating
The text was updated successfully, but these errors were encountered:
After upgrading to Django 1.7.4. I get two warnings when I run: python manage.py createmigrations:
python2.7/site-packages/heythere/models.py:37: RemovedInDjango18Warning:
NotificationManager.get_query_set
method should be renamedget_queryset
.python2.7/site-packages/heythere/admin.py:15: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form NotificationForm needs updating
The text was updated successfully, but these errors were encountered: