1
0
mirror of https://github.com/django/django.git synced 2025-06-12 06:59:13 +00:00

small changes

This commit is contained in:
Krishna2864 2023-12-02 14:50:27 +05:30
parent 73a7678847
commit be7d4138f4

View File

@ -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 (