-
Notifications
You must be signed in to change notification settings - Fork 39
/
CHANGES.txt
151 lines (91 loc) · 4.45 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
Change-log for django-tz-detect.
This file will be added to as part of each release
----
Version 0.5.0
============
* Prefer Intl timezone over offset, #63
Version 0.4.0
=============
* Support Django 2.2, 3.0, 3.1, 3.2, 4.0
* Support Python 3.7, 3.8, 3.9, 3.10
* Drop Python 2 support
* Switch from Travis CI to GitHub Actions
Version 0.3.0, Tue 26 Nov 2019
===============================
15cbd28775 Set attributes on script tag. (Craig Anderson)
Version 0.2.10, Sat 30 Mar 2019
================================
88b1b24e7c Dropped support for django < 1.11 (Basil Shubin)
ffaec9e9ac Template library load: staticfiles is deprecated in favor of static (Pi Delport)
bb62c4618c MIDDLEWARE_CLASSES renamed to MIDDLEWARE in Django 1.10 (Craig Anderson)
13ba3c504c Add Tox configuration (Pi Delport)
b8d8f3760e Simplify offset_to_timezone implementation to use min() (Pi Delport)
bdb4993683 Update offset_to_timezone to handle edge cases more accurately (Pi Delport)
bc0c63020b Add tests for all hourly UTC offsets, with known mis-detections (Pi Delport)
Version 0.2.9, Mon 18 Dec 2017
===============================
aaae42905b Excluding testing of django 2.0 on python 2.7 (Adam Charnock)
45341a3764 Adding django 2.0 to build matrix (Adam Charnock)
a2c3a79edf Implement handle of settings.CSRF_HEADER_NAME (Roman Gorbil)
40dfc82d34 upgraded test suite (Basil Shubin)
0535c03d5e Travis config: Add Django 1.11, exclude Python 2.7/Django master (because Django 2.0 will not support Python 2.7), and allow tests against Django master to fail (Drew Hubl)
d89ad7b8c3 fixed typo, close #31 (Basil Shubin)
Version 0.2.8, Fri 21 Oct 2016
===============================
9e9fd54e8d dropped support for python 2.6 & 3.3 (bashu)
a089305ed1 make sure example project runs under django 1.10.x (bashu)
d0430154d5 Update README.rst (bashu)
febb8a3afa Update .travis.yml (Eric Wang)
8a5c8af4a4 Add Django 1.10 support (Eric Wang)
Version 0.2.7, Thu 28 Apr 2016
===============================
d52f8b99fe added missing VERSION file (bashu)
18bd7675c7 Renaming CHANGES -> CHANGES.txt (as required by seed) (bashu)
86485a3ad8 Updating version to be stored in VERSION file (as now done by seed) (bashu)
75c23022d9 Clean up imports (Filip Figiel)
9228317107 Don't expect request in templatetag context. Fixes #26 (Filip Figiel)
Version 0.2.6, Sat 13 Feb 2016
===============================
7908c18387 fix for Django 1.10 (kudos to @PetrDlouhy)
d0bb615217 Added django 1.9 support (Basil Shubin)
Version 0.2.5, Sat 06 May 2015
===============================
3d2c29f0a3 python 3 support (Basil Shubin)
Version 0.2.4, Sat 06 May 2015
===============================
467f6b8648 Handle existing sessions storing ``basestring`` objects (Basil Shubin)
Version 0.2.3, Sat 24 May 2015
===============================
e7d778e279 Correctly handle NonExistentTimeError exception. (Basil Shubin)
34a215ae9a Support django 1.6+ default session serializer, JSONSerializer (Doug Cox)
1303ca4ca5 Backward compatibility with django 1.4 (Basil Shubin)
Version 0.2.2, Sat 31 Aug 2013
===============================
6406cfe477 Fixing typo in setting name. Thanks to @ustun for noticing. (Adam Charnock)
Version 0.2.1, Fri 30 Aug 2013
===============================
519dc08132 Updating setup.py to use setuptools exclusively (as per recent seed changes) (Adam Charnock)
Version 0.2.0, Fri 30 Aug 2013
===============================
071d092216 Correcting JS error (for issue #2) (Adam Charnock)
634d77b8ad Work on issue #2 - Disable posting timezone to server if cookies are disabled (Adam Charnock)
eec2d70754 Adding badges to readme (Adam Charnock)
Version 0.1.5, Wed 26 Jun 2013
===============================
5093ecb9de updating manifest (Adam Charnock)
e23f761b0f remove offending line (Rich Atkinson)
272e396ee3 insert new script next to another script, not just inside opening <html> (Rich Atkinson)
Version 0.1.4, Wed 19 Jun 2013
===============================
058707285d Fixing setup.py packages directive (Adam Charnock)
Version 0.1.3, Wed 19 Jun 2013
===============================
34e0834024 Fixing setup.py packages directive (Adam Charnock)
Version 0.1.2, Wed 19 Jun 2013
===============================
adb61c30da Fixing setup.py packages directive (Adam Charnock)
Version 0.1.1, Wed 19 Jun 2013
===============================
bd71116867 Fixing setup.py packages directive (Adam Charnock)
Version 0.1.0 (first version), Wed 19 Jun 2013
===============================================