mirror of
https://github.com/django/django.git
synced 2025-06-12 06:59:13 +00:00
small changes
This commit is contained in:
parent
73a7678847
commit
be7d4138f4
@ -1,9 +1,10 @@
|
||||
from django.contrib import admin
|
||||
from django.contrib.admin.options import ModelAdmin
|
||||
from django.db import models
|
||||
from django.contrib.auth.models import User
|
||||
from django.db.models import F
|
||||
from django.test import RequestFactory, TestCase
|
||||
from django.db import models
|
||||
|
||||
|
||||
|
||||
from .models import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user