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
3bbcec0a
Kaydet (Commit)
3bbcec0a
authored
Mar 03, 2013
tarafından
Ramiro Morales
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed mentions of regressiontests.
üst
b0138107
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
test_feeds.py
django/contrib/gis/tests/geoapp/test_feeds.py
+1
-1
test_sitemaps.py
django/contrib/gis/tests/geoapp/test_sitemaps.py
+1
-1
contributing.txt
docs/intro/contributing.txt
+4
-4
No files found.
django/contrib/gis/tests/geoapp/test_feeds.py
Dosyayı görüntüle @
3bbcec0a
...
...
@@ -22,7 +22,7 @@ class GeoFeedTest(TestCase):
Site
.
_meta
.
installed
=
self
.
old_Site_meta_installed
def
assertChildNodes
(
self
,
elem
,
expected
):
"Taken from
regressiontests/
syndication/tests.py."
"Taken from syndication/tests.py."
actual
=
set
([
n
.
nodeName
for
n
in
elem
.
childNodes
])
expected
=
set
(
expected
)
self
.
assertEqual
(
actual
,
expected
)
...
...
django/contrib/gis/tests/geoapp/test_sitemaps.py
Dosyayı görüntüle @
3bbcec0a
...
...
@@ -24,7 +24,7 @@ class GeoSitemapTest(TestCase):
Site
.
_meta
.
installed
=
self
.
old_Site_meta_installed
def
assertChildNodes
(
self
,
elem
,
expected
):
"Taken from
regressiontests/
syndication/tests.py."
"Taken from syndication/tests.py."
actual
=
set
([
n
.
nodeName
for
n
in
elem
.
childNodes
])
expected
=
set
(
expected
)
self
.
assertEqual
(
actual
,
expected
)
...
...
docs/intro/contributing.txt
Dosyayı görüntüle @
3bbcec0a
...
...
@@ -238,7 +238,7 @@ widget. Before we make those changes though, we're going to write a couple
tests to verify that our modification functions correctly and continues to
function correctly in the future.
Navigate to Django's ``tests/
regressiontests/
admin_widgets/`` folder and
Navigate to Django's ``tests/admin_widgets/`` folder and
open the ``tests.py`` file. Add the following code on line 269 right before the
``AdminFileWidgetTest`` class::
...
...
@@ -468,10 +468,10 @@ This patch file contains all your changes and should look this:
Relationship fields
===================
diff --git a/tests/
regressiontests/admin_widgets/tests.py b/tests/regression
tests/admin_widgets/tests.py
diff --git a/tests/
admin_widgets/tests.py b/
tests/admin_widgets/tests.py
index 4b11543..94acc6d 100644
--- a/tests/
regressiontests/
admin_widgets/tests.py
+++ b/tests/
regressiontests/
admin_widgets/tests.py
--- a/tests/admin_widgets/tests.py
+++ b/tests/admin_widgets/tests.py
@@ -265,6 +265,35 @@ class AdminSplitDateTimeWidgetTest(DjangoTestCase):
'<p class="datetime">Datum: <input value="01.12.2007" type="text" class="vDateField" name="test_0" size="10" /><br />Zeit: <input value="09:30:00" type="text" class="vTimeField" name="test_1" size="8" /></p>',
)
...
...
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