File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- tip (unreleased )
5- ----------------
4+ 1.5.3 (2014-11-18 )
5+ ------------------
66- Fix migrations while using ``order_with_respsect_to `` (gh-140)
77- Fix migrations using south
88- Allow history accessor class to be overridden in ``register() ``
Original file line number Diff line number Diff line change 3131 'Programming Language :: Python :: 3' ,
3232 'Programming Language :: Python :: 3.2' ,
3333 'Programming Language :: Python :: 3.3' ,
34+ 'Programming Language :: Python :: 3.4' ,
3435 "License :: OSI Approved :: BSD License" ,
3536 ],
3637 tests_require = tests_require ,
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '1.5.1 '
3+ __version__ = '1.5.3 '
44
55
66def register (
You can’t perform that action at this time.
0 commit comments