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
{{ message }}
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
I work with 'django-ratings' a couple year and before this battery work perfectly for me. But now, i want migrate to Django 1.9.8 and comes with a few trouble:
"...put your South migrations in the 'south_migrations' directory and your Django migrations in the 'migrations' directory." ( link to Docs: http://bit.ly/29YMN5F )
"The django.contrib.contenttypes.generic module is removed." Now 'GenericForeignKey' in 'django.contrib.contenttypes.fields' ( link to Docs: http://bit.ly/2aee5pG )
'IPAddressField' now as 'GenericIPAddressField' ( link to Docs: http://bit.ly/2aF7ovF )
I hope what you update current version for users a new Django
Best regard
The text was updated successfully, but these errors were encountered:
Hi guys!
I work with 'django-ratings' a couple year and before this battery work perfectly for me. But now, i want migrate to Django 1.9.8 and comes with a few trouble:
I hope what you update current version for users a new Django
Best regard
The text was updated successfully, but these errors were encountered: