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
0a0c2458
Kaydet (Commit)
0a0c2458
authored
Şub 21, 2017
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #26285 -- Removed postgresql's unused DatabaseOperations.fulltext_search_sql().
Should have been removed in
51398323
.
üst
4045fd56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
operations.py
django/db/backends/postgresql/operations.py
+0
-6
No files found.
django/db/backends/postgresql/operations.py
Dosyayı görüntüle @
0a0c2458
...
...
@@ -255,9 +255,3 @@ class DatabaseOperations(BaseDatabaseOperations):
rhs_sql
,
rhs_params
=
rhs
return
"(interval '1 day' * (
%
s -
%
s))"
%
(
lhs_sql
,
rhs_sql
),
lhs_params
+
rhs_params
return
super
()
.
subtract_temporals
(
internal_type
,
lhs
,
rhs
)
def
fulltext_search_sql
(
self
,
field_name
):
raise
NotImplementedError
(
"Add 'django.contrib.postgres' to settings.INSTALLED_APPS to use "
"the search operator."
)
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