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
514ce1d3
Kaydet (Commit)
514ce1d3
authored
Kas 28, 2012
tarafından
Ramiro Morales
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed two docstring/comment typos.
üst
163b471e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
options.py
django/contrib/admin/options.py
+1
-1
conf.py
docs/conf.py
+1
-1
No files found.
django/contrib/admin/options.py
Dosyayı görüntüle @
514ce1d3
...
...
@@ -707,7 +707,7 @@ class ModelAdmin(BaseModelAdmin):
Exposes almost the same API as messages.add_message(), but accepts the
positional arguments in a different order to maintain backwards
compatibility. For convenience, it accepts the `level` argument as
a string rather than the usu
s
al level number.
a string rather than the usual level number.
"""
if
not
isinstance
(
level
,
int
):
...
...
docs/conf.py
Dosyayı görüntüle @
514ce1d3
...
...
@@ -16,7 +16,7 @@ from __future__ import unicode_literals
import
sys
from
os.path
import
abspath
,
dirname
,
join
# Make sure we
i
get the version of this copy of Django
# Make sure we get the version of this copy of Django
sys
.
path
.
insert
(
1
,
dirname
(
dirname
(
abspath
(
__file__
))))
# If extensions (or modules to document with autodoc) are in another directory,
...
...
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