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
742fba94
Kaydet (Commit)
742fba94
authored
Ara 19, 2014
tarafından
Claude Paroz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Used the
🎫
syntax more extensively
üst
6403e07c
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
48 additions
and
61 deletions
+48
-61
contributing.txt
docs/intro/contributing.txt
+4
-7
1.4.12.txt
docs/releases/1.4.12.txt
+1
-1
1.4.15.txt
docs/releases/1.4.15.txt
+1
-1
1.4.16.txt
docs/releases/1.4.16.txt
+3
-3
1.4.17.txt
docs/releases/1.4.17.txt
+1
-2
1.5.1.txt
docs/releases/1.5.1.txt
+2
-5
1.5.10.txt
docs/releases/1.5.10.txt
+1
-1
1.5.11.txt
docs/releases/1.5.11.txt
+2
-2
1.5.12.txt
docs/releases/1.5.12.txt
+1
-1
1.5.7.txt
docs/releases/1.5.7.txt
+1
-2
1.6.2.txt
docs/releases/1.6.2.txt
+10
-10
1.6.3.txt
docs/releases/1.6.3.txt
+12
-13
1.6.4.txt
docs/releases/1.6.4.txt
+3
-3
1.6.5.txt
docs/releases/1.6.5.txt
+4
-4
1.7.txt
docs/releases/1.7.txt
+2
-6
No files found.
docs/intro/contributing.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -105,7 +105,7 @@ __ http://www.virtualenv.org
Rolling back to a previous revision of Django
=============================================
For this tutorial, we'll be using
`ticket #17549`__
as a case study, so we'll
For this tutorial, we'll be using
ticket :ticket:`17549`
as a case study, so we'll
rewind Django's version history in git to before that ticket's patch was
applied. This will allow us to go through all of the steps involved in writing
that patch from scratch, including running Django's test suite.
...
...
@@ -121,7 +121,6 @@ development revision of Django when working on your own patch for a ticket!**
Consequently, we'll be using the revision of Django just prior to that,
`commit 39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac`__.
__ https://code.djangoproject.com/ticket/17549
__ https://github.com/django/django/commit/ac2052ebc84c45709ab5f0f25e685bf656ce79bc
__ https://github.com/django/django/commit/39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac
...
...
@@ -226,7 +225,7 @@ __ http://en.wikipedia.org/wiki/Test-driven_development
Writing some tests for ticket #17549
------------------------------------
`Ticket #17549`__
describes the following, small feature addition:
Ticket :ticket:`17549`
describes the following, small feature addition:
It's useful for URLField to give you a way to open the URL; otherwise you
might as well use a CharField.
...
...
@@ -287,7 +286,6 @@ correctly in a couple different situations.
* After reading those, if you want something a little meatier to sink
your teeth into, there's always the `Python unittest documentation`__.
__ https://code.djangoproject.com/ticket/17549
__ http://www.diveintopython.net/unit_testing/index.html
__ http://docs.python.org/library/unittest.html
...
...
@@ -310,7 +308,8 @@ class.
Writing the code for your ticket
================================
Next we'll be adding the functionality described in `ticket #17549`__ to Django.
Next we'll be adding the functionality described in ticket :ticket:`17549` to
Django.
Writing the code for ticket #17549
----------------------------------
...
...
@@ -356,8 +355,6 @@ Re-run the tests and everything should pass. If it doesn't, make sure you
correctly modified the ``AdminURLFieldWidget`` class as shown above and
copied the new tests correctly.
__ https://code.djangoproject.com/ticket/17549
Running Django's test suite for the second time
===============================================
...
...
docs/releases/1.4.12.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -11,4 +11,4 @@ Bugfixes
* Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
created using :func:`functools.partial()`
(
`#22486 <http://code.djangoproject.com/ticket/22486>`_
)
(
:ticket:`22486`
)
docs/releases/1.4.15.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -10,4 +10,4 @@ Bugfixes
========
* Allowed inherited and m2m fields to be referenced in the admin
(
`#22486 <http://code.djangoproject.com/ticket/23329>`_
)
(
:ticket:`22486`
)
docs/releases/1.4.16.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -11,10 +11,10 @@ Bugfixes
========
* Allowed related many-to-many fields to be referenced in the admin
(
`#23604 <http://code.djangoproject.com/ticket/23604>`_
).
(
:ticket:`23604`
).
* Allowed inline and hidden references to admin fields
(
`#23431 <http://code.djangoproject.com/ticket/23431>`_
).
(
:ticket:`23431`
).
* Fixed parsing of the GEOS version string
(
`#20036 <http://code.djangoproject.com/ticket/20036>`_
).
(
:ticket:`20036`
).
docs/releases/1.4.17.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -13,5 +13,4 @@ Bugfixes
========
* Fixed a regression with dynamically generated inlines and allowed field
references in the admin
(`#23754 <http://code.djangoproject.com/ticket/23754>`_).
references in the admin (:ticket:`23754`).
docs/releases/1.5.1.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -21,8 +21,5 @@ fix those issues.
Django 1.5.1 also includes a couple smaller fixes:
* Module-level warnings emitted during tests are no longer silently hidden
(`#18985`__).
* Prevented filtering on password hashes in the user admin (`#20078`__).
__ https://code.djangoproject.com/ticket/18985
__ https://code.djangoproject.com/ticket/20078
(:ticket:`18985`).
* Prevented filtering on password hashes in the user admin (:ticket:`20078`).
docs/releases/1.5.10.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -10,4 +10,4 @@ Bugfixes
========
* Allowed inherited and m2m fields to be referenced in the admin
(
`#22486 <http://code.djangoproject.com/ticket/23329>`_
)
(
:ticket:`22486`
)
docs/releases/1.5.11.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -10,7 +10,7 @@ Bugfixes
========
* Allowed related many-to-many fields to be referenced in the admin
(
`#23604 <http://code.djangoproject.com/ticket/23604>`_
).
(
:ticket:`23604`
).
* Allowed inline and hidden references to admin fields
(
`#23431 <http://code.djangoproject.com/ticket/23431>`_
).
(
:ticket:`23431`
).
docs/releases/1.5.12.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -11,4 +11,4 @@ Bugfixes
* Fixed a regression with dynamically generated inlines and allowed field
references in the admin
(
`#23754 <http://code.djangoproject.com/ticket/23754>`_
).
(
:ticket:`23754`
).
docs/releases/1.5.7.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -10,5 +10,4 @@ Bugfixes
========
* Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
created using :func:`functools.partial()`
(`#22486 <http://code.djangoproject.com/ticket/22486>`_)
created using :func:`functools.partial()` (:ticket:`22486`).
docs/releases/1.6.2.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -9,44 +9,44 @@ several bugs in 1.6.1:
* Prevented the base geometry object of a prepared geometry to be garbage
collected, which could lead to crash Django
(
`#21662 <http://code.djangoproject.com/ticket/21662>`_
).
(
:ticket:`21662`
).
* Fixed a crash when executing the :djadmin:`changepassword` command when the
user object representation contained non-ASCII characters
(
`#21627 <http://code.djangoproject.com/ticket/21627>`_
).
(
:ticket:`21627`
).
* The :djadmin:`collectstatic` command will raise an error rather than
default to using the current working directory if :setting:`STATIC_ROOT` is
not set. Combined with the ``--clear`` option, the previous behavior could
wipe anything below the current working directory
(
`#21581 <http://code.djangoproject.com/ticket/21581>`_
).
(
:ticket:`21581`
).
* Fixed mail encoding on Python 3.3.3+
(
`#21093 <http://code.djangoproject.com/ticket/21093>`_
).
(
:ticket:`21093`
).
* Fixed an issue where when
``settings.DATABASES['default']['AUTOCOMMIT'] = False``, the connection
wasn't in autocommit mode but Django pretended it was.
* Fixed a regression in multiple-table inheritance ``exclude()`` queries
(
`#21787 <http://code.djangoproject.com/ticket/21787>`_
).
(
:ticket:`21787`
).
* Added missing items to ``django.utils.timezone.__all__``
(
`#21880 <http://code.djangoproject.com/ticket/21880>`_
).
(
:ticket:`21880`
).
* Fixed a field misalignment issue with ``select_related()`` and model
inheritance
(
`#21413 <http://code.djangoproject.com/ticket/21413>`_
).
(
:ticket:`21413`
).
* Fixed join promotion for negated ``AND`` conditions
(
`#21748 <http://code.djangoproject.com/ticket/21748>`_
).
(
:ticket:`21748`
).
* Oracle database introspection now works with boolean and float fields
(
`#19884 <http://code.djangoproject.com/ticket/19884>`_
).
(
:ticket:`19884`
).
* Fixed an issue where lazy objects weren't actually marked as safe when passed
through :func:`~django.utils.safestring.mark_safe` and could end up being
double-escaped (
`#21882 <http://code.djangoproject.com/ticket/21882>`_
).
double-escaped (
:ticket:`21882`
).
Additionally, Django's vendored version of six, :mod:`django.utils.six` has been
upgraded to the latest release (1.5.2).
docs/releases/1.6.3.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -136,51 +136,50 @@ Other bugfixes and changes
* Content retrieved from the GeoIP library is now properly decoded from its
default ``iso-8859-1`` encoding
(
`#21996 <http://code.djangoproject.com/ticket/21996>`_
).
(
:ticket:`21996`
).
* Fixed ``AttributeError`` when using
:meth:`~django.db.models.query.QuerySet.bulk_create` with ``ForeignObject``
(
`#21566 <http://code.djangoproject.com/ticket/21566>`_
).
(
:ticket:`21566`
).
* Fixed crash of ``QuerySet``\s that use ``F() + timedelta()`` when their query
was compiled more once
(
`#21643 <http://code.djangoproject.com/ticket/21643>`_
).
(
:ticket:`21643`
).
* Prevented custom ``widget`` class attribute of
:class:`~django.forms.IntegerField` subclasses from being overwritten by the
code in their ``__init__`` method
(
`#22245 <http://code.djangoproject.com/ticket/22245>`_
).
(
:ticket:`22245`
).
* Improved :func:`~django.utils.html.strip_tags` accuracy (but it still cannot
guarantee an HTML-safe result, as stated in the documentation).
* Fixed a regression in the :mod:`django.contrib.gis` SQL compiler for
non-concrete fields (
`#22250 <http://code.djangoproject.com/ticket/22250>`_
).
non-concrete fields (
:ticket:`22250`
).
* Fixed :attr:`ModelAdmin.preserve_filters
<django.contrib.admin.ModelAdmin.preserve_filters>` when running a site with
a URL prefix (
`#21795 <http://code.djangoproject.com/ticket/21795>`_
).
a URL prefix (
:ticket:`21795`
).
* Fixed a crash in the ``find_command`` management utility when the ``PATH``
environment variable wasn't set
(
`#22256 <http://code.djangoproject.com/ticket/22256>`_
).
(
:ticket:`22256`
).
* Fixed :djadmin:`changepassword` on Windows
(
`#22364 <https://code.djangoproject.com/ticket/22364>`_
).
(
:ticket:`22364`
).
* Avoided shadowing deadlock exceptions on MySQL
(
`#22291 <https://code.djangoproject.com/ticket/22291>`_
).
(
:ticket:`22291`
).
* Wrapped database exceptions in ``_set_autocommit``
(
`#22321 <https://code.djangoproject.com/ticket/22321>`_
).
(
:ticket:`22321`
).
* Fixed atomicity when closing a database connection or when the database server
disconnects (`#21239 <https://code.djangoproject.com/ticket/21239>`_ and
`#21202 <https://code.djangoproject.com/ticket/21202>`_)
disconnects (:ticket:`21239` and :ticket:`21202`)
* Fixed regression in ``prefetch_related`` that caused the related objects
query to include an unnecessary join
(
`#21760 <https://code.djangoproject.com/ticket/21760>`_
).
(
:ticket:`21760`
).
Additionally, Django's vendored version of six, :mod:`django.utils.six` has been
upgraded to the latest release (1.6.1).
docs/releases/1.6.4.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -11,12 +11,12 @@ Bugfixes
* Added backwards compatibility support for the :mod:`django.contrib.messages`
cookie format of Django 1.4 and earlier to facilitate upgrading to 1.6 from
1.4 (
`#22426 <http://code.djangoproject.com/ticket/22426>`_
).
1.4 (
:ticket:`22426`
).
* Restored the ability to :meth:`~django.core.urlresolvers.reverse` views
created using :func:`functools.partial()`
(
`#22486 <http://code.djangoproject.com/ticket/22486>`_
).
(
:ticket:`22486`
).
* Fixed the ``object_id`` of the ``LogEntry`` that's created after a user
password change in the admin
(
`#22515 <http://code.djangoproject.com/ticket/22515>`_
).
(
:ticket:`22515`
).
docs/releases/1.6.5.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -50,14 +50,14 @@ Bugfixes
========
* Made the ``year_lookup_bounds_for_datetime_field`` Oracle backend method
Python 3 compatible (
`#22551 <http://code.djangoproject.com/ticket/22551>`_
).
Python 3 compatible (
:ticket:`22551`
).
* Fixed ``pgettext_lazy`` crash when receiving bytestring content on Python 2
(
`#22565 <http://code.djangoproject.com/ticket/22565>`_
).
(
:ticket:`22565`
).
* Fixed the SQL generated when filtering by a negated ``Q`` object that contains
a ``F`` object. (
`#22429 <http://code.djangoproject.com/ticket/22429>`_
).
a ``F`` object. (
:ticket:`22429`
).
* Avoided overwriting data fetched by ``select_related()`` in certain cases
which could cause minor performance regressions
(
`#22508 <http://code.djangoproject.com/ticket/22508>`_
).
(
:ticket:`22508`
).
docs/releases/1.7.txt
Dosyayı görüntüle @
742fba94
...
...
@@ -1173,9 +1173,7 @@ errors are handled by different cache backends.
``django.core.cache.backends.locmem.LocMemCache`` used to fail silently when
such an error occurs, which is inconsistent with other backends and leads to
cache-specific errors. This has been fixed in Django 1.7, see
`Ticket #21200`_ for more details.
.. _Ticket #21200: https://code.djangoproject.com/ticket/21200
:ticket:`21200` for more details.
Cache keys are now generated from the request's absolute URL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -1199,11 +1197,9 @@ instance using default routing behavior, overriding any manually specified
database routing. In Django 1.7, a value of ``None`` passed to db_manager will
produce a router that *retains* any manually assigned database routing -- the
manager will *not* be reset. This was necessary to resolve an inconsistency in
the way routing information cascaded over joins. See
`Ticket #13724`_
for more
the way routing information cascaded over joins. See
:ticket:`13724`
for more
details.
.. _Ticket #13724: https://code.djangoproject.com/ticket/13724
pytz may be required
~~~~~~~~~~~~~~~~~~~~
...
...
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