CHANGELOG.rst 2.0 KB

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