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

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