forked from pcraston/django-tracking
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
54 lines (38 loc) · 923 Bytes
/
CHANGES
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
=======================
django-tracking changes
=======================
0.5.5
-----
- Fixes for Django 1.8
0.4.2
-----
- Fixes for Django 1.6
0.3.5
-----
- Using Django's GIS utilities a little better
- Added caching in the middleware to reduce hits to the database
- Added some logging
0.3.3
-----
- Improved the setup.py script
0.3.2
-----
- Merged changes from ramusus to better deal with the unicode problems
0.3.1
-----
- Trying to handle some unicode problems
- Added a sample base.html template
- Code cleaning
0.3.0
-----
- Fixed several bugs dealing with performance
- Improved stability
- Added some German translations
- Removed dependency on GeoIP C API and Python API in favor of Django's
built-in GIS utilities
- Tweaked the active users map
0.2.5
-----
- Did some code optimization
- Added the ability to have a dynamically updating Google Map to show where your
visitors are coming from