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
ad9a28ee
Kaydet (Commit)
ad9a28ee
authored
Eyl 23, 2018
tarafından
Jon Dufresne
Kaydeden (comit)
Claude Paroz
Eyl 25, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Refs #29784 -- Normalized Python docs links to omit the version.
üst
3a3d159a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
global_settings.py
django/conf/global_settings.py
+2
-2
models.py
django/contrib/admin/models.py
+1
-1
const.py
django/contrib/gis/db/backends/postgis/const.py
+1
-1
response.py
django/http/response.py
+1
-1
defaultfilters.py
django/template/defaultfilters.py
+1
-1
utils.txt
docs/ref/utils.txt
+1
-1
queries.txt
docs/topics/db/queries.txt
+1
-1
doctests.py
tests/test_runner_apps/sample/doctests.py
+1
-1
No files found.
django/conf/global_settings.py
Dosyayı görüntüle @
ad9a28ee
...
@@ -304,12 +304,12 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
...
@@ -304,12 +304,12 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 1000
FILE_UPLOAD_TEMP_DIR
=
None
FILE_UPLOAD_TEMP_DIR
=
None
# The numeric mode to set newly-uploaded files to. The value should be a mode
# The numeric mode to set newly-uploaded files to. The value should be a mode
# you'd pass directly to os.chmod; see https://docs.python.org/
3/
library/os.html#files-and-directories.
# you'd pass directly to os.chmod; see https://docs.python.org/library/os.html#files-and-directories.
FILE_UPLOAD_PERMISSIONS
=
None
FILE_UPLOAD_PERMISSIONS
=
None
# The numeric mode to assign to newly-created directories, when uploading files.
# The numeric mode to assign to newly-created directories, when uploading files.
# The value should be a mode as you'd pass to os.chmod;
# The value should be a mode as you'd pass to os.chmod;
# see https://docs.python.org/
3/
library/os.html#files-and-directories.
# see https://docs.python.org/library/os.html#files-and-directories.
FILE_UPLOAD_DIRECTORY_PERMISSIONS
=
None
FILE_UPLOAD_DIRECTORY_PERMISSIONS
=
None
# Python module path where user will place custom format definition.
# Python module path where user will place custom format definition.
...
...
django/contrib/admin/models.py
Dosyayı görüntüle @
ad9a28ee
...
@@ -54,7 +54,7 @@ class LogEntry(models.Model):
...
@@ -54,7 +54,7 @@ class LogEntry(models.Model):
blank
=
True
,
null
=
True
,
blank
=
True
,
null
=
True
,
)
)
object_id
=
models
.
TextField
(
_
(
'object id'
),
blank
=
True
,
null
=
True
)
object_id
=
models
.
TextField
(
_
(
'object id'
),
blank
=
True
,
null
=
True
)
# Translators: 'repr' means representation (https://docs.python.org/
3/
library/functions.html#repr)
# Translators: 'repr' means representation (https://docs.python.org/library/functions.html#repr)
object_repr
=
models
.
CharField
(
_
(
'object repr'
),
max_length
=
200
)
object_repr
=
models
.
CharField
(
_
(
'object repr'
),
max_length
=
200
)
action_flag
=
models
.
PositiveSmallIntegerField
(
_
(
'action flag'
),
choices
=
ACTION_FLAG_CHOICES
)
action_flag
=
models
.
PositiveSmallIntegerField
(
_
(
'action flag'
),
choices
=
ACTION_FLAG_CHOICES
)
# change_message is either a string or a JSON structure
# change_message is either a string or a JSON structure
...
...
django/contrib/gis/db/backends/postgis/const.py
Dosyayı görüntüle @
ad9a28ee
...
@@ -27,7 +27,7 @@ GDAL_TO_STRUCT = [
...
@@ -27,7 +27,7 @@ GDAL_TO_STRUCT = [
# Size of the packed value in bytes for different numerical types.
# Size of the packed value in bytes for different numerical types.
# This is needed to cut chunks of band data out of PostGIS raster strings
# This is needed to cut chunks of band data out of PostGIS raster strings
# when decomposing them into GDALRasters.
# when decomposing them into GDALRasters.
# See https://docs.python.org/
3/
library/struct.html#format-characters
# See https://docs.python.org/library/struct.html#format-characters
STRUCT_SIZE
=
{
STRUCT_SIZE
=
{
'b'
:
1
,
# Signed char
'b'
:
1
,
# Signed char
'B'
:
1
,
# Unsigned char
'B'
:
1
,
# Unsigned char
...
...
django/http/response.py
Dosyayı görüntüle @
ad9a28ee
...
@@ -238,7 +238,7 @@ class HttpResponseBase:
...
@@ -238,7 +238,7 @@ class HttpResponseBase:
return
str
(
value
)
.
encode
(
self
.
charset
)
return
str
(
value
)
.
encode
(
self
.
charset
)
# These methods partially implement the file-like object interface.
# These methods partially implement the file-like object interface.
# See https://docs.python.org/
3/
library/io.html#io.IOBase
# See https://docs.python.org/library/io.html#io.IOBase
# The WSGI server must call this method upon completion of the request.
# The WSGI server must call this method upon completion of the request.
# See http://blog.dscpl.com.au/2012/10/obligations-for-calling-close-on.html
# See http://blog.dscpl.com.au/2012/10/obligations-for-calling-close-on.html
...
...
django/template/defaultfilters.py
Dosyayı görüntüle @
ad9a28ee
...
@@ -225,7 +225,7 @@ def stringformat(value, arg):
...
@@ -225,7 +225,7 @@ def stringformat(value, arg):
This specifier uses Python string formatting syntax, with the exception
This specifier uses Python string formatting syntax, with the exception
that the leading "
%
" is dropped.
that the leading "
%
" is dropped.
See https://docs.python.org/
3/
library/stdtypes.html#printf-style-string-formatting
See https://docs.python.org/library/stdtypes.html#printf-style-string-formatting
for documentation of Python string formatting.
for documentation of Python string formatting.
"""
"""
if
isinstance
(
value
,
tuple
):
if
isinstance
(
value
,
tuple
):
...
...
docs/ref/utils.txt
Dosyayı görüntüle @
ad9a28ee
...
@@ -515,7 +515,7 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
...
@@ -515,7 +515,7 @@ https://web.archive.org/web/20110718035220/http://diveintomark.org/archives/2004
__friends = cached_property(get_friends, name='_Person__friends')
__friends = cached_property(get_friends, name='_Person__friends')
__ https://docs.python.org/
3/
faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
__ https://docs.python.org/faq/programming.html#i-try-to-use-spam-and-i-get-an-error-about-someclassname-spam
.. function:: keep_lazy(func, *resultclasses)
.. function:: keep_lazy(func, *resultclasses)
...
...
docs/topics/db/queries.txt
Dosyayı görüntüle @
ad9a28ee
...
@@ -1087,7 +1087,7 @@ For example, a ``Blog`` object ``b`` has access to a list of all related
...
@@ -1087,7 +1087,7 @@ For example, a ``Blog`` object ``b`` has access to a list of all related
All examples in this section use the sample ``Blog``, ``Author`` and ``Entry``
All examples in this section use the sample ``Blog``, ``Author`` and ``Entry``
models defined at the top of this page.
models defined at the top of this page.
.. _descriptors: https://docs.python.org/
3/
howto/descriptor.html
.. _descriptors: https://docs.python.org/howto/descriptor.html
One-to-many relationships
One-to-many relationships
-------------------------
-------------------------
...
...
tests/test_runner_apps/sample/doctests.py
Dosyayı görüntüle @
ad9a28ee
"""
"""
Doctest example from the official Python documentation.
Doctest example from the official Python documentation.
https://docs.python.org/
3/
library/doctest.html
https://docs.python.org/library/doctest.html
"""
"""
...
...
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