File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555# built documents.
5656#
5757# The short X.Y version.
58- version = '0.5.0 '
58+ version = '0.5.1 '
5959# The full version, including alpha/beta/rc tags.
60- release = '0.5.0 '
60+ release = '0.5.1 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ Release Notes
880.5.1
99*****************************
1010
11+ Released on October 24, 2014
12+
13+ Python and Django versions supported (reminder):
14+
15+ - Version 0.5.x will be the last to support Django 1.3.
16+ - Version 0.5.x will be the last to support Python 2.6. Though it may
17+ still work for the time being, it will be removed from the tested setups.
18+
1119Fixes:
1220
1321- Ecountering a regular (un-translatable) model in a deep `select_related ` does
@@ -27,8 +35,8 @@ Released on September 11, 2014
2735
2836Python and Django versions supported:
2937
30- - This version will be the last to support Django 1.3.
31- - This version will be the last to support Python 2.6. Though it may
38+ - Version 0.5.x will be the last to support Django 1.3.
39+ - Version 0.5.x will be the last to support Python 2.6. Though it may
3240 still work for the time being, it will be removed from the tested setups.
3341
3442New features:
Original file line number Diff line number Diff line change 1- __version__ = '0.5.0 '
2- VERSION = (0 , 5 , 0 )
1+ __version__ = '0.5.1 '
2+ VERSION = (0 , 5 , 1 )
You can’t perform that action at this time.
0 commit comments