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
ab2f65bb
Kaydet (Commit)
ab2f65bb
authored
Agu 21, 2012
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed obsolete __members__ definitions
This was useful for pre-Python 2.6 support. See commit
c6e8e5d9
.
üst
e89bc399
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
__init__.py
django/conf/__init__.py
+0
-3
functional.py
django/utils/functional.py
+0
-1
No files found.
django/conf/__init__.py
Dosyayı görüntüle @
ab2f65bb
...
...
@@ -160,9 +160,6 @@ class UserSettingsHolder(BaseSettings):
def
__dir__
(
self
):
return
list
(
self
.
__dict__
)
+
dir
(
self
.
default_settings
)
# For Python < 2.6:
__members__
=
property
(
lambda
self
:
self
.
__dir__
())
settings
=
LazySettings
()
...
...
django/utils/functional.py
Dosyayı görüntüle @
ab2f65bb
...
...
@@ -238,7 +238,6 @@ class LazyObject(object):
raise
NotImplementedError
# introspection support:
__members__
=
property
(
lambda
self
:
self
.
__dir__
())
__dir__
=
new_method_proxy
(
dir
)
...
...
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