Ticket #17451: patch_17451.diff

File patch_17451.diff, 687 bytes (added by Zbigniew Siciarz, 13 years ago)

A paragraph about JsLex in the release notes for 1.4.

  • docs/releases/1.4.txt

    diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt
    index 464ba57..7fdace5 100644
    a b Django 1.4 also includes several smaller improvements worth noting:  
    581581  :attr:`Sitemap.protocol <django.contrib.sitemaps.Sitemap.protocol>` class
    582582  attribute.
    583583
     584* More accurate detection of translatable strings in JavaScript source files.
     585  The :djadmin:`makemessages` command uses a new lexer for extracting
     586  translations from sources using bundled version of `JsLex`_ by Ned Batchelder.
     587
     588.. _JsLex: https://bitbucket.org/ned/jslex
     589
    584590Backwards incompatible changes in 1.4
    585591=====================================
    586592
Back to Top