1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Used the 🎫 syntax more extensively

This commit is contained in:
Claude Paroz
2014-12-19 15:54:29 +01:00
parent 6403e07c50
commit 742fba9455
15 changed files with 48 additions and 61 deletions

View File

@@ -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`).