-
Notifications
You must be signed in to change notification settings - Fork 24
/
CHANGES
54 lines (29 loc) · 738 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
0.3.2
-----
* Adds support for Django 1.7
* Adds has_get_permission hook
0.3.1
-----
* Adds support for custom url slug
0.3.0
-----
* Adds support for Django 1.5
* Adds ability for having display_fields that are callables
* Adds ability for having display_fields that are methods on the view.
0.2.3
-----
* Changes url imports to make it compatible with django 1.3+
0.2.2
-----
* Fixed circular import Issue #1 by moving BackboneAPIView import into autodiscover
* changed get_form method to get_form_instance
* added data specific permission checking for add and update
0.2.1
-----
* Packaged for PyPi
0.2.0
-----
* Major refactor to API. Using backbone_api.py with autodiscover()
0.1.0
------
* Initial release.