This repository has been archived by the owner on Feb 1, 2018. It is now read-only.
forked from adamcharnock/django-su
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.txt
81 lines (48 loc) · 2.23 KB
/
CHANGES.txt
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
----
Version 0.4.7, Wed 09 Jul 2014
===============================
571f2aac86 Fix for django 1.4 (Iacopo Spalletti)
Version 0.4.6, Wed 09 Jul 2014
===============================
Version 0.4.5, Sat 24 May 2014
===============================
186aa20be4 missed the su_exit for the auth.login override (Clay Johns)
f700cf1a19 added the ability to override the auth.login function (Clay Johns)
Version 0.4.4, Sat 24 May 2014
===============================
e9564130db Further cleanup of src directory usage (Adam Charnock)
c0022f363b Moving django_su into top level directory (Adam Charnock)
Version 0.4.3, Sat 24 May 2014
===============================
30fe67b924 Fix login_link template on django 1.4 (Iacopo Spalletti)
Version 0.4.2, Fri 03 Jan 2014
===============================
c9ffb78d8a Fixed #23 object tools only show up for user and not group pages
Added class for django-grappelli support (won't harm vanilla admin) (David Burke)
Version 0.4.1, Fri 20 Dec 2013
===============================
177d5cb7ed Fixed import error for django 1.6 (Wes Okes)
606009c1b9 Update README.rst (Adam Charnock)
43d447ee58 Re-adding incorrectly removing changelog (Adam Charnock)
1fc7cb5dda Removing old changelog (Adam Charnock)
Version 0.4.0, Mon 09 Sep 2013
===============================
65a365df3c Remove deprecated adminmedia usage (Anthony Garcia)
Version 0.3.2, Wed 21 Aug 2013
===============================
3021ad7e73 Minor readme updates (Adam Charnock)
Version 0.3.1, Tue 20 Aug 2013
===============================
81e27c1c0f Adding long_description to setup.py (Adam Charnock)
3afc8fbcfb Updating readme (Adam Charnock)
Version 0.3.0, Tue 20 Aug 2013
===============================
c55b117d4d Updating setup.py (Adam Charnock)
7abefd1e0b Adding a license. Fixes #8 (Adam Charnock)
8b0704580e Update calls to url for Django 1.5 (Andrew Frankel)
a4f79614f8 better handling of auth backend. (Joe Vanderstelt)
a6665efd14 django 1.4 get_user_model fix (Joe Vanderstelt)
f4a6b11cc0 fix for django 1.4 get_user_model (Joe Vanderstelt)
6ef3bdab54 Modify deprecated template tags for Django 1.5 compatibility (David Friedman)
9e6178ffcb SU_LOGIN can either be a string or a callable (David Wolever)
ec15a6bd97 Add a logout view (Jeremy Katz)