Skip to content

Releases: pyepye/django-amplitude

0.8.1

17 Jul 23:24
Compare
Choose a tag to compare
  • Bump dependencies

0.7.1

07 Sep 22:56
Compare
Choose a tag to compare
  • Get first IP from HTTP_X_FORWARDED_FOR in get_client_ip (thanks @unqx)
  • Add Django 3.2 and python 3.9 to tox
  • Remove RemovedInDjango41Warning default_app_config when running > Django 3.2
  • Update deps in poetry.lock

0.7.0

28 Jan 12:37
Compare
Choose a tag to compare
  • Add min_id_length in settings
  • Remove GeoIP region as GeoIP2 has no region attribute
  • Add settings info to the README
  • Upgrade dependencies

0.6.0

09 Oct 17:04
Compare
Choose a tag to compare
  • Add IGNORE_URLS for SendPageViewEvent

0.5.0

28 Jul 01:35
Compare
Choose a tag to compare
  • Allow easy override of event_properties in build_event_data so it's easier to build own event data
  • Make event_properties_from_request return even more URL and HTTP request info (headers etc)
  • Test Amplitude class - Only missing GeoIP tests

0.2.1

10 Jul 14:55
Compare
Choose a tag to compare
Catch AttributeError from amplitude.page_view_event in middleware

0.2.0

10 Jul 14:25
Compare
Choose a tag to compare
Integration typo