Renamed apiclient.ext.django to django_orm to prevent accidental shadowing of django library (issue 3, comment 2)
This commit is contained in:
		| @@ -5,8 +5,8 @@ from django.contrib import admin | |||||||
| from django.contrib.auth.models import User | from django.contrib.auth.models import User | ||||||
| from django.db import models | from django.db import models | ||||||
|  |  | ||||||
| from apiclient.ext.django import FlowThreeLeggedField | from apiclient.ext.django_orm import FlowThreeLeggedField | ||||||
| from apiclient.ext.django import OAuthCredentialsField | from apiclient.ext.django_orm import OAuthCredentialsField | ||||||
|  |  | ||||||
| # Create your models here. | # Create your models here. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Tom Miller
					Tom Miller