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
4d8ecbdf
Kaydet (Commit)
4d8ecbdf
authored
Tem 31, 2013
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed some ReST errors; refs #20819.
üst
7de35a9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
staticfiles.txt
docs/ref/contrib/staticfiles.txt
+3
-3
1.7.txt
docs/releases/1.7.txt
+3
-3
No files found.
docs/ref/contrib/staticfiles.txt
Dosyayı görüntüle @
4d8ecbdf
...
...
@@ -352,9 +352,9 @@ This view function serves static files in development.
.. versionchanged:: 1.7
Will now raise an :exc:`~django.http.Http404` exception instead of
:exc:`~from
django.core.exceptions.ImproperlyConfigured` when
:setting:`DEBUG` is ``
Tru
e``.
This view will now raise an :exc:`~django.http.Http404` exception instead
of :exc:`~
django.core.exceptions.ImproperlyConfigured` when
:setting:`DEBUG` is ``
Fals
e``.
.. note::
...
...
docs/releases/1.7.txt
Dosyayı görüntüle @
4d8ecbdf
...
...
@@ -122,10 +122,10 @@ Miscellaneous
* Loading empty fixtures emits a ``RuntimeWarning`` rather than raising
:class:`~django.core.management.CommandError`.
* :
view:`~
django.contrib.staticfiles.views.serve` will now raise an
* :
func:`
django.contrib.staticfiles.views.serve` will now raise an
:exc:`~django.http.Http404` exception instead of
:exc:`~
from
django.core.exceptions.ImproperlyConfigured` when :setting:`DEBUG`
is ``
Tru
e``. This change removes the need to conditionally add the view to
:exc:`~django.core.exceptions.ImproperlyConfigured` when :setting:`DEBUG`
is ``
Fals
e``. This change removes the need to conditionally add the view to
your root URLconf, which in turn makes it safe to reverse by name. It also
removes the ability for visitors to generate spurious HTTP 500 errors by
requesting static files that don't exist or haven't been collected yet.
...
...
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