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
2a011626
Kaydet (Commit)
2a011626
authored
Haz 29, 2018
tarafından
Mattia Cattarinussi
Kaydeden (comit)
Tim Graham
Haz 29, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #29513 -- Linked the testing docs from the multi-db topic guide.
üst
2d6776ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
multi-db.txt
docs/topics/db/multi-db.txt
+5
-0
tools.txt
docs/topics/testing/tools.txt
+2
-0
No files found.
docs/topics/db/multi-db.txt
Dosyayı görüntüle @
2a011626
...
@@ -7,6 +7,11 @@ multiple databases. Most of the rest of Django's documentation assumes
...
@@ -7,6 +7,11 @@ multiple databases. Most of the rest of Django's documentation assumes
you are interacting with a single database. If you want to interact
you are interacting with a single database. If you want to interact
with multiple databases, you'll need to take some additional steps.
with multiple databases, you'll need to take some additional steps.
.. seealso::
See :ref:`testing-multi-db` for information about testing with multiple
databases.
Defining your databases
Defining your databases
=======================
=======================
...
...
docs/topics/testing/tools.txt
Dosyayı görüntüle @
2a011626
...
@@ -1108,6 +1108,8 @@ tests can't rely upon the fact that your views will be available at a
...
@@ -1108,6 +1108,8 @@ tests can't rely upon the fact that your views will be available at a
particular URL. Decorate your test class or test method with
particular URL. Decorate your test class or test method with
``@override_settings(ROOT_URLCONF=...)`` for URLconf configuration.
``@override_settings(ROOT_URLCONF=...)`` for URLconf configuration.
.. _testing-multi-db:
Multi-database support
Multi-database support
----------------------
----------------------
...
...
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