Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
ce2eff7e
Kaydet (Commit)
ce2eff7e
authored
Ara 04, 2014
tarafından
Thomas Chaumeny
Kaydeden (comit)
Tim Graham
Ara 04, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Converted a SimpleTestCase that creates data to TestCase.
üst
7daf0067
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests.py
tests/admin_util/tests.py
+2
-2
No files found.
tests/admin_util/tests.py
Dosyayı görüntüle @
ce2eff7e
...
...
@@ -11,7 +11,7 @@ from django.contrib.admin.views.main import EMPTY_CHANGELIST_VALUE
from
django.contrib.sites.models
import
Site
from
django.db
import
models
,
DEFAULT_DB_ALIAS
from
django
import
forms
from
django.test
import
SimpleTestCase
,
TestCase
from
django.test
import
TestCase
from
django.utils.formats
import
localize
from
django.utils.safestring
import
mark_safe
from
django.utils
import
six
...
...
@@ -91,7 +91,7 @@ class NestedObjectsTests(TestCase):
n
.
collect
([
Vehicle
.
objects
.
first
()])
class
UtilTests
(
Simple
TestCase
):
class
UtilTests
(
TestCase
):
def
test_values_from_lookup_field
(
self
):
"""
Regression test for #12654: lookup_field
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment