This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
i18n
/
commands
History
Alex Gaynor
a92b81b0e8
Fixed tests that I broke a few commits ago.
2012-09-07 14:01:46 -04:00
..
ignore_dir
Consolidated i18n commands test with the rest of the i18n tests.
2010-10-10 22:19:01 +00:00
locale
Added files missing from commit [17190]
2011-12-11 00:09:30 +00:00
templates
Made makemessages leave
'%%'
sequences untouched when extracting translatable literals from blocktrans template tags.
2011-12-11 00:48:26 +00:00
__init__.py
…
code.sample
Fixed
#18479
-- Stopped makemessages raising error on gettext warnings
2012-07-18 20:43:35 +02:00
compilation.py
Fixed tests that I broke a few commits ago.
2012-09-07 14:01:46 -04:00
extraction.py
[py3] Used compatible imports of StringIO.
2012-08-08 14:50:01 +02:00
javascript.js
Fixed
#7704
,
#14045
and
#15495
-- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
2011-06-07 16:11:25 +00:00
tests.py
[py3] Replaced basestring by six.string_types.
2012-07-22 09:29:54 +02:00