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
d595b61a
Kaydet (Commit)
d595b61a
authored
May 21, 2013
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
(Re-)moved some imports
üst
61a8de6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
models.py
django/contrib/contenttypes/models.py
+0
-1
creation.py
django/db/backends/oracle/creation.py
+2
-1
No files found.
django/contrib/contenttypes/models.py
Dosyayı görüntüle @
d595b61a
...
...
@@ -155,7 +155,6 @@ class ContentType(models.Model):
def
model_class
(
self
):
"Returns the Python model class for this type of content."
from
django.db
import
models
return
models
.
get_model
(
self
.
app_label
,
self
.
model
,
only_installed
=
False
)
...
...
django/db/backends/oracle/creation.py
Dosyayı görüntüle @
d595b61a
import
sys
import
time
from
django.conf
import
settings
from
django.db.backends.creation
import
BaseDatabaseCreation
from
django.utils.six.moves
import
input
...
...
@@ -105,7 +107,6 @@ class DatabaseCreation(BaseDatabaseCreation):
print
(
"Tests cancelled."
)
sys
.
exit
(
1
)
from
django.db
import
settings
real_settings
=
settings
.
DATABASES
[
self
.
connection
.
alias
]
real_settings
[
'SAVED_USER'
]
=
self
.
connection
.
settings_dict
[
'SAVED_USER'
]
=
self
.
connection
.
settings_dict
[
'USER'
]
real_settings
[
'SAVED_PASSWORD'
]
=
self
.
connection
.
settings_dict
[
'SAVED_PASSWORD'
]
=
self
.
connection
.
settings_dict
[
'PASSWORD'
]
...
...
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