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
f89901dc
Kaydet (Commit)
f89901dc
authored
Kas 25, 2012
tarafından
Aymeric Augustin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed two typos.
üst
a5d47415
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
builtins.txt
docs/ref/templates/builtins.txt
+1
-1
models.py
tests/modeltests/raw_query/models.py
+1
-1
No files found.
docs/ref/templates/builtins.txt
Dosyayı görüntüle @
f89901dc
...
...
@@ -1040,7 +1040,7 @@ by the context as to the current application.
Don't forget to put quotes around the function path or pattern name!
.. versionchanged:: 1.5
The first param
a
ter used not to be quoted, which was inconsistent with
The first param
e
ter used not to be quoted, which was inconsistent with
other template tags. Since Django 1.5, it is evaluated according to
the usual rules: it can be a quoted string or a variable that will be
looked up in the context.
...
...
tests/modeltests/raw_query/models.py
Dosyayı görüntüle @
f89901dc
...
...
@@ -13,7 +13,7 @@ class Author(models.Model):
# treated differently than fields.
for
k
in
kwargs
:
assert
k
in
[
f
.
attname
for
f
in
self
.
_meta
.
fields
],
\
"Author.__init__ got an unexpected param
a
ter:
%
s"
%
k
"Author.__init__ got an unexpected param
e
ter:
%
s"
%
k
class
Book
(
models
.
Model
):
title
=
models
.
CharField
(
max_length
=
255
)
...
...
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