File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1+ 0.9.0
2+ -----
3+
4+ * Add support for all primary key formats (#75 )
5+ * Add support for Django 1.10 (#74 )
6+ * Remove support for Django 1.6 (#73 )
7+ * Documentation tweaks (#71 #70 )
8+
190.8.2
210-----
311
Original file line number Diff line number Diff line change 1- 0.8.2
1+ 0.9.0
Original file line number Diff line number Diff line change 11"""A Django app for adding object tools for models in the admin."""
2- __version__ = '0.8.2 '
2+ __version__ = '0.9.0 '
33
44
55# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'django-object-actions' ,
6- version = '0.8.2 ' ,
6+ version = '0.9.0 ' ,
77 author = 'Chris Chang' ,
88 author_email = 'c@crccheck.com' ,
99 url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments