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
b0799f5d
Unverified
Kaydet (Commit)
b0799f5d
authored
Şub 25, 2019
tarafından
Mariusz Felisiak
Kaydeden (comit)
GitHub
Şub 25, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed documentation of database representation for ManyToManyField.
üst
5c5d4d83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
fields.txt
docs/ref/models/fields.txt
+3
-4
No files found.
docs/ref/models/fields.txt
Dosyayı görüntüle @
b0799f5d
...
@@ -1468,10 +1468,9 @@ Behind the scenes, Django creates an intermediary join table to represent the
...
@@ -1468,10 +1468,9 @@ Behind the scenes, Django creates an intermediary join table to represent the
many-to-many relationship. By default, this table name is generated using the
many-to-many relationship. By default, this table name is generated using the
name of the many-to-many field and the name of the table for the model that
name of the many-to-many field and the name of the table for the model that
contains it. Since some databases don't support table names above a certain
contains it. Since some databases don't support table names above a certain
length, these table names will be automatically truncated to 64 characters and a
length, these table names will be automatically truncated and a uniqueness hash
uniqueness hash will be used. This means you might see table names like
will be used, e.g. ``author_books_9cdf``. You can manually provide the name of
``author_books_9cdf4``; this is perfectly normal. You can manually provide the
the join table using the :attr:`~ManyToManyField.db_table` option.
name of the join table using the :attr:`~ManyToManyField.db_table` option.
.. _manytomany-arguments:
.. _manytomany-arguments:
...
...
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