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
4b57e203
Kaydet (Commit)
4b57e203
authored
May 27, 2014
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed spelling in docs.
üst
2ea1e70b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
fields.txt
docs/ref/contrib/postgres/fields.txt
+2
-2
index.txt
docs/ref/contrib/postgres/index.txt
+2
-2
settings.txt
docs/ref/settings.txt
+1
-1
spelling_wordlist
docs/spelling_wordlist
+1
-0
No files found.
docs/ref/contrib/postgres/fields.txt
Dosyayı görüntüle @
4b57e203
...
@@ -21,7 +21,7 @@ ArrayField
...
@@ -21,7 +21,7 @@ ArrayField
This is a required argument.
This is a required argument.
Specifies the underlying data type and behavio
u
r for the array. It
Specifies the underlying data type and behavior for the array. It
should be an instance of a subclass of
should be an instance of a subclass of
:class:`~django.db.models.Field`. For example, it could be an
:class:`~django.db.models.Field`. For example, it could be an
:class:`~django.db.models.IntegerField` or a
:class:`~django.db.models.IntegerField` or a
...
@@ -227,7 +227,7 @@ lookups available after the transform do not change. For example::
...
@@ -227,7 +227,7 @@ lookups available after the transform do not change. For example::
.. admonition:: Multidimensional arrays with indexes and slices
.. admonition:: Multidimensional arrays with indexes and slices
PostgreSQL has some rather esoteric behavio
u
r when using indexes and slices
PostgreSQL has some rather esoteric behavior when using indexes and slices
on multidimensional arrays. It will always work to use indexes to reach
on multidimensional arrays. It will always work to use indexes to reach
down to the final underlying data, but most other slices behave strangely
down to the final underlying data, but most other slices behave strangely
at the database level and cannot be supported in a logical, consistent
at the database level and cannot be supported in a logical, consistent
...
...
docs/ref/contrib/postgres/index.txt
Dosyayı görüntüle @
4b57e203
...
@@ -9,12 +9,12 @@ a number of PostgreSQL specific data types.
...
@@ -9,12 +9,12 @@ a number of PostgreSQL specific data types.
Django is, and will continue to be, a database-agnostic web framework. We
Django is, and will continue to be, a database-agnostic web framework. We
would encourage those writing reusable applications for the Django
would encourage those writing reusable applications for the Django
community to write database-agnostic code where practical. However, we
community to write database-agnostic code where practical. However, we
recogni
s
e that real world projects written using Django need not be
recogni
z
e that real world projects written using Django need not be
database-agnostic. In fact, once a project reaches a given size changing
database-agnostic. In fact, once a project reaches a given size changing
the underlying data store is already a significant challenge and is likely
the underlying data store is already a significant challenge and is likely
to require changing the code base in some ways to handle differences
to require changing the code base in some ways to handle differences
between the data stores.
between the data stores.
Django provides support for a number of data types which will
Django provides support for a number of data types which will
only work with PostgreSQL. There is no fundamental reason why (for example)
only work with PostgreSQL. There is no fundamental reason why (for example)
a ``contrib.mysql`` module does not exist, except that PostgreSQL has the
a ``contrib.mysql`` module does not exist, except that PostgreSQL has the
...
...
docs/ref/settings.txt
Dosyayı görüntüle @
4b57e203
...
@@ -1391,7 +1391,7 @@ like::
...
@@ -1391,7 +1391,7 @@ like::
When Django searches for a certain format, it will go through all given
When Django searches for a certain format, it will go through all given
Python paths until it finds a module that actually defines the given
Python paths until it finds a module that actually defines the given
format. This means that formats defined in packages farther up in the list
format. This means that formats defined in packages farther up in the list
will take prece
n
dence over the same formats in packages farther down.
will take precedence over the same formats in packages farther down.
Available formats are :setting:`DATE_FORMAT`, :setting:`TIME_FORMAT`,
Available formats are :setting:`DATE_FORMAT`, :setting:`TIME_FORMAT`,
:setting:`DATETIME_FORMAT`, :setting:`YEAR_MONTH_FORMAT`,
:setting:`DATETIME_FORMAT`, :setting:`YEAR_MONTH_FORMAT`,
...
...
docs/spelling_wordlist
Dosyayı görüntüle @
4b57e203
...
@@ -244,6 +244,7 @@ gunicorn
...
@@ -244,6 +244,7 @@ gunicorn
Gunicorn
Gunicorn
gz
gz
GZip
GZip
gzipped
hackish
hackish
handheld
handheld
hardcode
hardcode
...
...
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