Commit Graph

167 Commits

Author SHA1 Message Date
Aarni Koskela 1828a37119 Become version 0.6.1 2017-07-20 10:47:34 +03:00
Thomas Grainger 96103969a4 Merge pull request #37 from python-babel/django-111
support django 1.11
2017-06-08 16:51:03 +01:00
orf 62f203f5db
support django 1.11 2017-06-07 11:59:26 +01:00
Aarni Koskela ec0ebfa9fc Become version 0.6.0 2017-04-25 10:38:32 +03:00
Thomas Grainger f9ce5420ed Merge pull request #34 from python-babel/akx-one-ten
Akx one ten
2016-12-13 18:26:23 +00:00
Thomas Grainger 76fd987e7f
remove tests/__init__.py 2016-12-13 18:02:25 +00:00
Aarni Koskela a2f779d392 Move testproject under tests 2016-11-14 18:58:55 +02:00
Axel Haustant 753be70b0c Ensure compatibility with Django 1.10+ middlewares 2016-11-14 13:23:59 +02:00
Aarni Koskela 264f447916 Separate `tests` and `testproject` 2016-11-14 13:23:59 +02:00
Aarni Koskela c55dff356b Assert compatibility with Django 1.10 and remove official Django<1.8 support
Refs #32
2016-11-14 13:23:59 +02:00
Aarni Koskela bdc6bd3948 Fix up the `babel` command:
* Use `add_arguments` (`option_list` is old hat)
* Add tests
2016-11-14 13:22:53 +02:00
Aarni Koskela a46facb352 Add pytest-django and test things 2016-11-14 13:22:53 +02:00
Aarni Koskela 30a59664d6 Remove Django<1.8 compatibility safeguards 2016-09-07 13:44:07 +03:00
Matthias Runge 88b389381c release version 0.5.1
* make imports absolute in babel templatetags
* strip quotes from translations via _()
* fix links in docs
* Add support for “trimmed” blocktrans content
2016-04-06 21:19:29 +02:00
Matthias Runge 3e4efa0c21 Merge pull request #25 from robhudson/trimmed-support
Add support for "trimmed" blocktrans content
2016-03-30 15:23:58 +02:00
Thomas Grainger 05d906c2f4 Merge pull request #26 from tsouvarev/strip-quotes-from-constants
Strip quotes from translations via _()
2016-03-02 15:32:54 +00:00
Thomas Grainger 42493cb708 Merge pull request #31 from tsouvarev/fix-links-in-docs
Fix links in docs
2016-03-01 09:43:14 +00:00
Ivan Tsouvarev 00e92e7622 Make imports absolute in 'babel' templatetags
This is needed because 'babel' file in templatetags named same as third-party package 'babel', so it confuses Python a bit
2016-03-01 10:00:09 +03:00
Ivan Tsouvarev 9d9e2a7368 Strip quotes from translations via _() 2016-03-01 09:59:56 +03:00
Ivan Tsouvarev 4964bc48ec Fix links in docs 2016-03-01 09:53:44 +03:00
Matthias Runge dbb333be36 release 0.5.0 2016-02-29 11:48:49 +01:00
Rob Hudson 0e74e0d113 Add support for "trimmed" blocktrans content 2015-12-30 10:30:04 -08:00
Thomas Grainger 5d953ef9e3 Merge pull request #24 from python-babel/support-django-1.9
support django 1.9
2015-12-04 11:23:56 +00:00
Thomas Grainger 57e337c070 django1.9 doesn't support python 3.3 2015-12-04 10:54:37 +00:00
Sarina Canelake 76891338a5 `Lexer`'s __init__ only takes template_string as arg (django 1.9) 2015-12-04 10:31:36 +00:00
David Baumgold 4c03571371 Test on Django 1.9 2015-12-03 20:06:54 -05:00
Thomas Grainger edbf90b5fe Merge pull request #22 from tsouvarev/extract-context-from-blocktrans
Use context of blocktrans templatetag
2015-11-12 08:42:14 +00:00
Ivan Tsouvarev 5442d21f57 Use context of blocktrans templatetag
If blocktrans has context, then extractor should yield pgettext (or npgettext) function not to miss context
2015-11-10 15:30:08 +03:00
Thomas Grainger 35ebeb8194 Merge pull request #19 from tsouvarev/patch-1
Use context of trans templatetag
2015-11-02 14:41:40 +00:00
tsouvarev 111ed4be69 Use context of trans templatetag
If I have {% trans %} with context, then I should yield pgettext function not to miss context
Fixes #18
2015-11-02 16:52:12 +03:00
Thomas Grainger 0940f09275 Merge pull request #15 from python-babel/autodocs-rollout
add autodocs config Fixes #14
2015-09-22 11:05:01 +01:00
Thomas Grainger dd3262daef add autodocs config Fixes #14 2015-09-22 00:06:00 +01:00
Thomas Grainger 913e73e02e Merge pull request #17 from python-babel/regular-python-imports
regular python imports
2015-09-21 23:59:35 +01:00
Thomas Grainger 47123c052f regular python imports 2015-09-21 23:43:28 +01:00
Thomas Grainger a78059c304 Merge pull request #13 from python-babel/docs
Include readme and changelog in docs
2015-09-21 22:38:07 +01:00
Thomas Grainger b717f06d98 Include readme and changelog in docs Fixes #12 2015-09-21 22:28:34 +01:00
Thomas Grainger 70afcc34be Merge branch 'master' of git://github.com/EnTeQuAk/django-babel into sync-EnTeQuAk 2015-09-21 20:30:21 +01:00
Thomas Grainger 787d1021fb Merge pull request #10 from python-babel/update-to-new-repo-url
Update to python-babel repo URL
2015-09-21 20:23:22 +01:00
Thomas Grainger 59937236e4 Update to python-babel repo URL 2015-09-21 17:43:24 +01:00
Thomas Grainger 540ce310b9 Merge pull request #9 from graingert/new-travis-infrastructure
run on new travis infrastructure
2015-09-21 13:18:53 +01:00
Thomas Grainger 3a17fff5a0 run on new travis infrastructure 2015-09-21 12:35:07 +01:00
Thomas Grainger 0213b8532d Merge pull request #8 from graingert/fix-package
add django 1.8 tests fixup package RST HTML
2015-09-21 12:31:32 +01:00
Thomas Grainger f0305d2b93 add django 1.8 tests 2015-09-21 11:26:34 +01:00
Thomas Grainger d6114b676d fixup package RST HTML 2015-09-21 10:08:42 +01:00
Christopher Grebs 37f2919bfc Update travis config for latest tox config changes. 2015-04-22 16:11:29 +02:00
Christopher Grebs ee3abc61c3 Prepare for 0.4.0 2015-04-22 16:08:29 +02:00
Christopher Grebs 3779bd450a Cleanup setup.py, remove python 3.3 compat and add django 1.8+master testing. 2015-04-22 16:02:16 +02:00
Christopher Grebs eefada10f8 Fix imports for django 1.8 2015-04-22 16:01:47 +02:00
Christopher Grebs 4bba2ac839 Add cache and coverage to gitignore 2015-04-22 15:01:42 +02:00
Christopher Grebs a079291fe6 Attempt to use new container-based travis infrastructure 2014-12-24 06:25:47 +01:00