-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathCHANGELOG
More file actions
54 lines (42 loc) · 1.35 KB
/
Copy pathCHANGELOG
File metadata and controls
54 lines (42 loc) · 1.35 KB
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
CHANGELOG
=========
Version 0.11
-----------
- Drop support for Python 3.8 #64
- Drop support for Django 3.2, 4.0, 4.1, 5.0 #64
- Confirm support for Python 3.11, 3.12, 3.13 #63
- Confirm support for Django 5.0, 5.1, 5.2 #63
- Update CI badge #60
- Remove django-nose completely #59
- Confirm support for Python 3.10 #58
- Confirm support for Django 4.0, 4.1, 4.2 #58
- Fix Trove classifiers & minimum Django version #55
Version 0.10
------------
- Run tests for Django 2.2.x, Django 3.x, Python 3.5 through 3.9
- Drop support for Django 1.x and 2.1
- Drop support for Python 2.7
- Add support for setting 'Secure', 'HttpOnly', and 'SameSite' attributes on cookie sent by PinningRouterMiddleware
Version 0.9
-----------
- Deprecate master/slave terminology and switch to replica. #44
- Fix bug and warn when REPLICA_DATABASES is not defined. #39
- Drop support of Python 3.4. #43 etc
- Confirm support of Python 3.7
- Drop support of Django 1.8
- Drop support of Django 1.10
- Confirm support of Django 2.0
- Confirm support of Django 2.1
Version 0.8
-----------
- Dropped support for Python 3.3
- Added support for modern django MIDDLEWARE setting, keeping
backwards-compatibility
Version 0.7
-----------
- Added support for Django up to 1.11
- Dropped official support for Django 1.7 and lower
Version 0.6
-----------
- Support for Django 1.7
- Support for Python 3