1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #16903 -- Added --no-location option to the makemessages command to not write '#: filename:line' comment lines in language files. Thanks to alpar for the suggestion and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Julien Phalip
2011-11-11 13:07:14 +00:00
parent 9d410ee64b
commit c3df840c20
5 changed files with 46 additions and 12 deletions

View File

@@ -477,6 +477,9 @@ Django 1.4 also includes several smaller improvements worth noting:
This should make it easier to read when debugging interaction with
client-side Javascript code.
* Added the :djadminopt:`--no-location` option to the :djadmin:`makemessages`
command.
.. _backwards-incompatible-changes-1.4:
Backwards incompatible changes in 1.4