Skip to content

Conversation

@wesleykendall
Copy link
Contributor

No description provided.

Arthur Rio and others added 5 commits June 10, 2015 16:38
RemovedInDjango19Warning: django.contrib.contenttypes.generic is
deprecated and will be removed in Django 1.9. Its contents have been
moved to the fields, forms, and admin submodules of
django.contrib.contenttypes
accordingly.

RemovedInDjango19Warning: import_by_path() has been deprecated. Use
import_string() instead.
RemovedInDjango19Warning: Model class
dynamic_initial_data.models.RegisteredForDeletionReceipt doesn't declare
an explicit app_label and either isn't in an application in
INSTALLED_APPS or else was imported before its application was loaded.
This will no longer be supported in Django 1.9.

If using:
from dynamic_initial_data import BaseInitialData

Need to update to:
from dynamic_initial_data.base import BaseInitialData
Cleanup the Django 1.8 deprecation warnings
wesleykendall added a commit that referenced this pull request Jun 12, 2015
Removal of Django deprecation warnings
@wesleykendall wesleykendall merged commit 4ae7301 into master Jun 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants