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
907ac646
Kaydet (Commit)
907ac646
authored
Mar 21, 2014
tarafından
Thomas Schreiber
Kaydeden (comit)
Baptiste Mispelon
Mar 21, 2014
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed typos in docs (django.contrib.site)
üst
bf5430a2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
sites.txt
docs/ref/contrib/sites.txt
+1
-1
middleware.txt
docs/ref/middleware.txt
+1
-1
1.7.txt
docs/releases/1.7.txt
+1
-1
No files found.
docs/ref/contrib/sites.txt
Dosyayı görüntüle @
907ac646
...
...
@@ -389,7 +389,7 @@ If you often use this pattern::
...
there is simple way to avoid repetitions. Add
:class:`django.contrib.site.middleware.CurrentSiteMiddleware` to
:class:`django.contrib.site
s
.middleware.CurrentSiteMiddleware` to
:setting:`MIDDLEWARE_CLASSES`. The middleware sets the ``site`` attribute on
every request object, so you can use ``request.site`` to get the current site.
...
...
docs/ref/middleware.txt
Dosyayı görüntüle @
907ac646
...
...
@@ -182,7 +182,7 @@ Enables session support. See the :doc:`session documentation
Site middleware
---------------
.. module:: django.contrib.site.middleware
.. module:: django.contrib.site
s
.middleware
:synopsis: Site middleware.
.. class:: CurrentSiteMiddleware
...
...
docs/releases/1.7.txt
Dosyayı görüntüle @
907ac646
...
...
@@ -391,7 +391,7 @@ Minor features
:mod:`django.contrib.sites`
^^^^^^^^^^^^^^^^^^^^^^^^^^^
* The new :class:`django.contrib.site.middleware.CurrentSiteMiddleware` allows
* The new :class:`django.contrib.site
s
.middleware.CurrentSiteMiddleware` allows
setting the current site on each request.
:mod:`django.contrib.staticfiles`
...
...
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