This repository has been archived by the owner on Jan 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
95 lines (63 loc) · 2.96 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Changes
-------
1.3 (dev)
- Django 2.0 compatable (Issue #46)
- Consolidate settings into a single IMPERSIONATE dictionary (Issue #20)
- Add admin Mixin to offer quick shortcut to user impersonation via Django admin. (Issue #19)
1.2.1 (2017-11-13)
- TODO Issue #19
- Make search results distinct. (Pull Request #31)
- Add request.real_user for convenience. (Pull Request #32)
- Ensure default user queries are ordered to ensure consistency. (Pull Request #33)
1.1 (2017-01-26)
- Django 1.10 compatibility (get rid of deprecation warnings). (Issue #36)
- Use USERNAME_FIELD for sorting in admin to avoid custom User model issues. (Issue #37)
- Added test coverage and refactoring for admin filters.
- Updated data sent to signal_end signal to be uniform with signal_begin and documentation. (Issue #34)
- Updated middleware documentation. (Issue #33)
1.0.1 (2016-04-10)
- Fix migration issues with custom User models. (Issue #31, Pull Request #26)
1.0 (2016-02-14)
- Update to use User PK instead of ID. (Pull Request #20)
- Use proper URL tag for user search, listing templates. (Pull Requests #21, #22)
- Add Impersonation Log support. (Issue #7, Issue #28, Pull Request #23)
- Add support for Django 1.9 (Pull Request #24)
- Adding unicode_literals for Py3 compatibility. (Issue #29)
0.9.2 (2015-08-24)
- Add http refer specific setting because it broke prevoius usage. (Issue #24, Refs Issue #17)
0.9.1 (2015-04-16)
- Fix unicode issue with redirect variables. (Issue #21)
- Add redirect to previous impersonation screen. (Issue #17, Pull Request #17)
- Django 1.8 compatibility. (Pull Request #19)
0.9.0 (2014-09-30)
- Split search query into terms. (Pull Request #15)
- Edge case bug addressing different versions of Django in different environments. (Issue #15)
- Moved LOGIN_URL to function to avoid circular import issues. (Pull Request #14)
- Customize search fields and query type. (Issue #14, Pull Request #13)
- Django 1.7 compat changes. (Refs Pull Request #16)
0.8.1 (2013-11-09)
- Store user ID for Django 1.6 serialization support. (Issue #12, Pull Request #11)
- Updated Authors & Changelog
- Updated tox config to include Django 1.6 environments
0.8.0 (2013-08-24)
- Added "impersonator" to request object. (Issue #5)
- Ditched custom import method for django importlib. (Issue #6)
- Updated Authors & Changelog
- Added session_begin and session_end signals. (Issue #8, Pull Request #7)
0.7.0 (2013-03-28)
- Added Python 3.3 support.
0.6.0 (2013-03-21)
- Added Django 1.5 support
- Added full test coverage support (Issue #1)
0.5.3 (2012-06-20)
- Fixed Issue impersonating with a staff user (Issue #4)
0.5.2 (2012-03-20)
- Minor updates. Authors and changelog file
0.5.1 (2012-03-04):
- Fixed Django 1.1 compatibility problem (Issue #2)
- Fixed missing templates directory (Issue #3)
- Updated AUTHORS file
PREVIOUS VERSIONS:
I've been a bad boy and haven't been keeping a changelog.
I'll keep this updated moving forward. If you're really
interested, read the commit history ;)