This issue can't be edited

Because it belongs to an archived project. Jira admins can restore projects from the archive.

Remove track.backends.django.TrackingLog from edx-platform

Description

Removal

  • Removing: track.backends.django and code that exists only to support it

  • Includes:

    • common/djangoapps/track/backends/django.py

    • common/djangoapps/track/models.py

    • common/djangoapps/track/migrations/

    • ENABLE_SQL_TRACKING_LOGS feature flag

  • URLs (hidden behind the ENABLE_SQL_TRACKING_LOGS feature flag):

    • event_logs/

    • event_logs/<args>

Replacement

Replaced with: LoggerBackend (the default all along) and MongoBackend from the same package. They have been recommended over the legacy django backend for 6 years.

Target Dates

Accepted (deadline for comments before acceptance): 2020-01-31
Removed: 2020-02-03
First named release without it: Juniper release

Activity

Peter Pinch January 24, 2020 at 2:03 PM

In case anyone was concerned, we are NOT using this feature at MIT.

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Priority

Zendesk Support

Created November 26, 2019 at 7:27 PM
Updated September 29, 2020 at 6:46 PM
Resolved February 12, 2020 at 9:22 PM