forked from bennylope/django-organizations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
65 lines (47 loc) · 1.27 KB
/
CHANGELOG
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
55
56
57
58
59
60
61
62
63
64
65
====================
django-organizations
====================
0.1.6
-----
* Extends organizaton name length
* Increase email field max length
* Adds `get_or_add_user` method to Organization
* Email character escaping
0.1.5
-----
* Use raw ID fields in admin
* Fixes template variable names
* Allow superusers access to all organization views
* Activate related organizations when activating an owner user
0.1.4a
------
* Bug fix for user model import
0.1.4
-----
* Bugfixes for deleting organization users
* Removes additional `auth.User` references in app code
0.1.3b
------
* Changes SlugField to an AutoSlugField from django-extensions
* Base models on TimeStampedModel from django-extensions
* ForeignKey to user model based on configurable user selection
0.1.3
-----
* Manage organization models with South
* Added configurable context variable names to view mixins
* Added a base backend class which the Invitation and Registration backends extend
* Lengthed Organization name and slug fields
* Makes mixin model classes configurable
* Improved admin display
* Removes initial passwords
0.1.2
-----
* Added registration backend
* Various bug fixes
0.1.1
-----
* Add RequestContext to default invitation registration view
* Fix invitations
0.1.0
-----
* Initial alpha application