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

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