Joost Cassee
f84872a0ab
Merge branch 'django19' of https://github.com/hobarrera/django-analytical
...
Conflicts:
tox.ini
2016-01-06 14:58:43 +01:00
Hugo Osvaldo Barrera
f8b820c1db
Only import django.contrib.site if it's in use
...
Since django1.7, importing models for uninitialized apps is not
supported, so Site if the app has been configured/initialized.
2015-12-21 14:26:39 -03:00
Brad Pitcher
5af731ab9d
support custom username fields
2015-12-20 09:40:08 -08:00
Brad Pitcher
4273525668
override internal ips with empty list
2015-12-17 13:48:24 -08:00
Peter Bittner
58d83fe5aa
Indentation corrections (PEP8)
...
Correct all flake8 complaints except: in tests, in templatetags, E501 line too long
2015-04-20 23:08:19 +02:00
Craig Bruce
51a08742c5
removed custom override_settings, using django instead. Removed with/without app decorators as only use in a few places. Updated all tests to use django provided override_settings.
2014-09-05 12:26:08 -07:00
Joost Cassee
1ae5d5c4d7
Add multiple domains support for Google Analytics
2011-09-17 23:13:25 +02:00
Joost Cassee
babfad16ac
Add support for the Woopra service
...
Also bump the version to 0.7.0.
2011-03-15 16:48:23 +01:00
Joost Cassee
8f9b5104da
Add Reinvigorate service
...
This commit also contains a number of typo fixes in the documentation
and bumps the version.
2011-02-22 10:44:53 +01:00
Joost Cassee
327157d610
Fix small code style issues based on pylint
...
Also update patch version number.
2011-02-18 13:57:04 +01:00
Joost Cassee
ef56199d1e
Fix configuration validation code duplication
2011-01-30 10:13:09 +01:00
Joost Cassee
c76e47714e
Add tests for internal IP addresses
2011-01-30 10:06:01 +01:00
Joost Cassee
cf7589bc20
Fix tests
...
Some parts of the code are not yet tested:
* internal IP addresses feature
* utils module
2011-01-30 03:05:10 +01:00
Joost Cassee
d715c16244
Refactoring services, step 1
...
Move services into their own Django apps, leaving the analytics app a
small wrapper. First service converted is Clicky.
This commit has not been tested.
2011-01-26 22:28:16 +01:00