Skip to content
This repository was archived by the owner on Jan 18, 2020. It is now read-only.

django-1.8 Updated django API usages and migrations #304

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

sgithens
Copy link

@sgithens sgithens commented Feb 9, 2017

This is most certainly going to fail the build at the moment and will depend on the other pull requests/master branches for avocado, django-objectset, and restlib2. Django pre-serialize I believe is fine, but likely requires the code in master and will fail on the latest release. ( I think )

- Re-generating old-south migration using makemigrations
- Updating get_query_set to get_queryset
- Updating Meta Options module_name to model_name
- Updating naming convention for apps in test list
- Moving from deprecated DjangoTestSuiteRunner to DiscoverRunner

Signed-off-by: Steven Githens <[email protected]>
@bruth
Copy link
Contributor

bruth commented Feb 16, 2017

Update .travis.yml to include Django 1.8.

Signed-off-by: Steven Githens <[email protected]>
- NOTE Still need to correct the cache lookup. There wasn't a
  straightforward replacement for that API call
- url patterns object is deprecated now, just use normal list
- location of site shortcut lookup changed
- Removing token read from HTTP Body to fix out of order reading issue.

Signed-off-by: Steven Githens <[email protected]>
Signed-off-by: Steven Githens <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants