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
31407fa3
Kaydet (Commit)
31407fa3
authored
Tem 18, 2018
tarafından
Maxime Lorant
Kaydeden (comit)
Tim Graham
Tem 18, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed duplicate words in docs.
.
üst
6ae7aaa7
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
10 deletions
+10
-10
coding-style.txt
docs/internals/contributing/writing-code/coding-style.txt
+1
-1
gdal.txt
docs/ref/contrib/gis/gdal.txt
+1
-1
csrf.txt
docs/ref/csrf.txt
+1
-1
1.11.txt
docs/releases/1.11.txt
+3
-3
1.8.txt
docs/releases/1.8.txt
+1
-1
1.9.txt
docs/releases/1.9.txt
+1
-1
2.1.txt
docs/releases/2.1.txt
+1
-1
default.txt
docs/topics/auth/default.txt
+1
-1
No files found.
docs/internals/contributing/writing-code/coding-style.txt
Dosyayı görüntüle @
31407fa3
...
@@ -48,7 +48,7 @@ Python style
...
@@ -48,7 +48,7 @@ Python style
This makes better use of space and avoids having to realign strings if the
This makes better use of space and avoids having to realign strings if the
length of the first line changes.
length of the first line changes.
* Use single quotes for strings, or a double quote if the
the
string contains a
* Use single quotes for strings, or a double quote if the string contains a
single quote. Don't waste time doing unrelated refactoring of existing code
single quote. Don't waste time doing unrelated refactoring of existing code
to conform to this style.
to conform to this style.
...
...
docs/ref/contrib/gis/gdal.txt
Dosyayı görüntüle @
31407fa3
...
@@ -1337,7 +1337,7 @@ blue.
...
@@ -1337,7 +1337,7 @@ blue.
disk.
disk.
The only parameter that is set differently from the source raster is the
The only parameter that is set differently from the source raster is the
name. The default value of the
the
raster name is the name of the source
name. The default value of the raster name is the name of the source
raster appended with ``'_copy' + source_driver_name``. For file-based
raster appended with ``'_copy' + source_driver_name``. For file-based
rasters it is recommended to provide the file path of the target raster.
rasters it is recommended to provide the file path of the target raster.
...
...
docs/ref/csrf.txt
Dosyayı görüntüle @
31407fa3
...
@@ -551,4 +551,4 @@ Why might a user encounter a CSRF validation failure after logging in?
...
@@ -551,4 +551,4 @@ Why might a user encounter a CSRF validation failure after logging in?
For security reasons, CSRF tokens are rotated each time a user logs in. Any
For security reasons, CSRF tokens are rotated each time a user logs in. Any
page with a form generated before a login will have an old, invalid CSRF token
page with a form generated before a login will have an old, invalid CSRF token
and need to be reloaded. This might happen if a user uses the back button after
and need to be reloaded. This might happen if a user uses the back button after
a login or if they log in
in
a different browser tab.
a login or if they log in a different browser tab.
docs/releases/1.11.txt
Dosyayı görüntüle @
31407fa3
...
@@ -180,8 +180,8 @@ Minor features
...
@@ -180,8 +180,8 @@ Minor features
* The OpenLayers-based form widgets now use ``OpenLayers.js`` from
* The OpenLayers-based form widgets now use ``OpenLayers.js`` from
``https://cdnjs.cloudflare.com`` which is more suitable for production use
``https://cdnjs.cloudflare.com`` which is more suitable for production use
than the
the old ``http://openlayers.org`` source. They are also updated to
than the
old ``http://openlayers.org`` source. They are also updated to use
use
OpenLayers 3.
OpenLayers 3.
* PostGIS migrations can now change field dimensions.
* PostGIS migrations can now change field dimensions.
...
@@ -512,7 +512,7 @@ backends.
...
@@ -512,7 +512,7 @@ backends.
default value is ``True`` and the ``DatabaseIntrospection.get_constraints()``
default value is ``True`` and the ``DatabaseIntrospection.get_constraints()``
method should include an ``'orders'`` key in each of the returned
method should include an ``'orders'`` key in each of the returned
dictionaries with a list of ``'ASC'`` and/or ``'DESC'`` values corresponding
dictionaries with a list of ``'ASC'`` and/or ``'DESC'`` values corresponding
to the
the
ordering of each column in the index.
to the ordering of each column in the index.
* :djadmin:`inspectdb` no longer calls ``DatabaseIntrospection.get_indexes()``
* :djadmin:`inspectdb` no longer calls ``DatabaseIntrospection.get_indexes()``
which is deprecated. Custom database backends should ensure all types of
which is deprecated. Custom database backends should ensure all types of
...
...
docs/releases/1.8.txt
Dosyayı görüntüle @
31407fa3
...
@@ -1086,7 +1086,7 @@ Miscellaneous
...
@@ -1086,7 +1086,7 @@ Miscellaneous
If you wish to customize that error message, :ref:`override it on the form
If you wish to customize that error message, :ref:`override it on the form
<modelforms-overriding-default-fields>` using the ``'unique'`` key in
<modelforms-overriding-default-fields>` using the ``'unique'`` key in
``Meta.error_messages['username']`` or, if you have a custom form field for
``Meta.error_messages['username']`` or, if you have a custom form field for
``'username'``, using the
the
``'unique'`` key in its
``'username'``, using the ``'unique'`` key in its
:attr:`~django.forms.Field.error_messages` argument.
:attr:`~django.forms.Field.error_messages` argument.
* The block ``usertools`` in the ``base.html`` template of
* The block ``usertools`` in the ``base.html`` template of
...
...
docs/releases/1.9.txt
Dosyayı görüntüle @
31407fa3
...
@@ -755,7 +755,7 @@ followed by a call to ``add()``. This caused needlessly large data changes and
...
@@ -755,7 +755,7 @@ followed by a call to ``add()``. This caused needlessly large data changes and
prevented using the :data:`~django.db.models.signals.m2m_changed` signal to
prevented using the :data:`~django.db.models.signals.m2m_changed` signal to
track individual changes in many-to-many relations.
track individual changes in many-to-many relations.
Direct assignment now relies on the
the
new
Direct assignment now relies on the new
:meth:`~django.db.models.fields.related.RelatedManager.set` method on related
:meth:`~django.db.models.fields.related.RelatedManager.set` method on related
managers which by default only processes changes between the existing related
managers which by default only processes changes between the existing related
set and the one that's newly assigned. The previous behavior can be restored by
set and the one that's newly assigned. The previous behavior can be restored by
...
...
docs/releases/2.1.txt
Dosyayı görüntüle @
31407fa3
...
@@ -55,7 +55,7 @@ Minor features
...
@@ -55,7 +55,7 @@ Minor features
* The new :meth:`.ModelAdmin.delete_queryset` method allows customizing the
* The new :meth:`.ModelAdmin.delete_queryset` method allows customizing the
deletion process of the "delete selected objects" action.
deletion process of the "delete selected objects" action.
* You can now :ref:`override the
the
default admin site
* You can now :ref:`override the default admin site
<overriding-default-admin-site>`.
<overriding-default-admin-site>`.
* The new :attr:`.ModelAdmin.sortable_by` attribute and
* The new :attr:`.ModelAdmin.sortable_by` attribute and
...
...
docs/topics/auth/default.txt
Dosyayı görüntüle @
31407fa3
...
@@ -1447,7 +1447,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
...
@@ -1447,7 +1447,7 @@ provides several built-in forms located in :mod:`django.contrib.auth.forms`:
pass
pass
(In this case, you'll also need to use an authentication backend that
(In this case, you'll also need to use an authentication backend that
allows inactive users, such as
as
allows inactive users, such as
:class:`~django.contrib.auth.backends.AllowAllUsersModelBackend`.)
:class:`~django.contrib.auth.backends.AllowAllUsersModelBackend`.)
Or to allow only some active users to log in::
Or to allow only some active users to log in::
...
...
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