-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
62 lines (40 loc) · 1.71 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
Changes
-------
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 ;)