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
885cb0d3
Kaydet (Commit)
885cb0d3
authored
Ock 14, 2019
tarafından
David Beitey
Kaydeden (comit)
Tim Graham
Ock 15, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed "lets" mistakes in docs.
üst
1508e71c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tutorial01.txt
docs/intro/tutorial01.txt
+2
-2
formsets.txt
docs/topics/forms/formsets.txt
+1
-1
No files found.
docs/intro/tutorial01.txt
Dosyayı görüntüle @
885cb0d3
...
@@ -313,8 +313,8 @@ app will still work.
...
@@ -313,8 +313,8 @@ app will still work.
You should always use ``include()`` when you include other URL patterns.
You should always use ``include()`` when you include other URL patterns.
``admin.site.urls`` is the only exception to this.
``admin.site.urls`` is the only exception to this.
You have now wired an ``index`` view into the URLconf.
Lets verify it's
You have now wired an ``index`` view into the URLconf.
Verify it's working with
working, run
the following command:
the following command:
.. console::
.. console::
...
...
docs/topics/forms/formsets.txt
Dosyayı görüntüle @
885cb0d3
...
@@ -687,7 +687,7 @@ Using more than one formset in a view
...
@@ -687,7 +687,7 @@ Using more than one formset in a view
You are able to use more than one formset in a view if you like. Formsets
You are able to use more than one formset in a view if you like. Formsets
borrow much of its behavior from forms. With that said you are able to use
borrow much of its behavior from forms. With that said you are able to use
``prefix`` to prefix formset form field names with a given value to allow
``prefix`` to prefix formset form field names with a given value to allow
more than one formset to be sent to a view without name clashing. Lets take
more than one formset to be sent to a view without name clashing. Let
'
s take
a look at how this might be accomplished::
a look at how this might be accomplished::
from django.forms import formset_factory
from django.forms import formset_factory
...
...
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