CHANGELOG.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. Changelog
  2. =========
  3. 0.6.2 (2017-12-18)
  4. ------------------
  5. - compatibility with Django 2.0 added
  6. 0.6.1 (2017-12-18)
  7. ------------------
  8. * compatibility with Django 1.11 added
  9. 0.6.0 - 2017-04-25
  10. ------------------
  11. * compatibility with unsupported Django versions (<1.8) is dropped
  12. * compatibility with Django 1.10+ middlewares was added
  13. 0.5.1 - 2016-03-30
  14. ------------------
  15. * make imports absolute in babel templatetags
  16. * strip quotes from translations via _()
  17. * fix links in docs
  18. * Add support for "trimmed" blocktrans content
  19. 0.5.0 - 2016-02-29
  20. ------------------
  21. * Add compatibility for Django-1.9
  22. 0.4.0 - 2015-04-22
  23. ------------------
  24. * Add compatibility for Django 1.8
  25. * Add compatibility for latest django master
  26. * Various python 3 fixes
  27. 0.3.9 - 2014-12-24
  28. ------------------
  29. * Fix dependencies on Django/Babel to use lower-case egg names.
  30. 0.3.8 - 2014-10-14
  31. ------------------
  32. * Fix old reference to `babeldjango` module in entry points.
  33. 0.3.7 - 2014-10-14
  34. ------------------
  35. * Fix Python 3.x compatibility in `babel makemessages` command.
  36. 0.3.6 - 2014-10-05
  37. ------------------
  38. * Django 1.7 compatibility
  39. 0.3.5 - 2014-09-10
  40. ------------------
  41. * Create .po and .pot files if not existing, plus it's specific base directories.
  42. 0.3.4 - 2014-05-25
  43. ------------------
  44. * Fixed django compatibility
  45. 0.3.3 - 2014-04-22
  46. ------------------
  47. * Fixed release builds
  48. 0.3.2 - 2014-04-22
  49. ------------------
  50. * Initial testing infrastructure
  51. * Add management command `babel` with `makemessages` and `compilemessages`
  52. labels. Mimics django's `makemessages` and `compilemessages` commands.
  53. * Various unicode fixes
  54. 0.3.1 - 2013-12-11
  55. ------------------
  56. * fix relative import in template tags
  57. 0.3.0 - 2013-12-11
  58. ------------------
  59. * Rename package to django_babel
  60. 0.2.3 - 2013-12-11
  61. ------------------
  62. * Rename package on PyPI
  63. * Use GitHub as source control
  64. .. _`master`: https://github.com/python-babel/django-babel