lonemc
lonemc
Hi jrief, Great job with this project. Are you planning to implement in the future for a way to tell Django when a socket is closed from the client/browser side?...
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...
This should fix the issue that I opened on Jan 28, 2015. Thanks.