Skip to content

Conversation

@arthurio
Copy link

No description provided.

Arthur Rio added 3 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the reason for removing this? I'm open to removing it, but it's a pretty big change that will affect a lot of dependencies

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you see my commit message? minervaproject@1647e68

Having something imported in a init.py file will cause the message "was imported before its application was loaded"

wesleykendall added a commit that referenced this pull request Jun 12, 2015
Cleanup the Django 1.8 deprecation warnings
@wesleykendall wesleykendall merged commit bb6f2a6 into ambitioninc:develop Jun 12, 2015
@wesleykendall
Copy link
Contributor

Your changes have been published to pypi under version 0.5.0. Thanks!

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