File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- 0.9.0
2
- -----
1
+ ## 0.10.0
2
+
3
+ * Add support for Django 1.11 (#76 #78 )
4
+
5
+ ## 0.9.0
3
6
4
7
* Add support for all primary key formats (#75 )
5
8
* Add support for Django 1.10 (#74 )
6
9
* Remove support for Django 1.6 (#73 )
7
10
* Documentation tweaks (#71 #70 )
8
11
9
- 0.8.2
10
- -----
12
+ ## 0.8.2
11
13
12
14
* Fix how the demo site stopped working because of bad settings
13
15
14
- 0.8.1
15
- -----
16
+ ## 0.8.1
16
17
17
18
* Fix how extra_context set by admins was not passed
18
19
* Fix how if you had multiple admins, you always got redirected to the default admin
19
20
20
- 0.8.0
21
- -----
21
+ ## 0.8.0
22
22
23
23
* Renames ` objectactions ` to ` change_actions `
24
24
* Removes ` get_object_actions ` (see below)
Original file line number Diff line number Diff line change 1
- 0.9 .0
1
+ 0.10 .0
Original file line number Diff line number Diff line change 1
1
"""A Django app for adding object tools for models in the admin."""
2
- __version__ = '0.9 .0'
2
+ __version__ = '0.10 .0'
3
3
4
4
5
5
# kind of like __all__, make these available for public
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'django-object-actions' ,
6
- version = '0.9 .0' ,
6
+ version = '0.10 .0' ,
7
7
author = 'Chris Chang' ,
8
8
9
9
url = 'https://github.com/crccheck/django-object-actions' ,
You can’t perform that action at this time.
0 commit comments