extensions-website/stats/migrations
Francesco Siddi 1471415fbc Create model for VersionDownload
Fixes code that was not working since the initial commit. The stats
counter expected VersionDownload to be a real model, not an abstract
one. Perhaps some copy pasting went wrong during early refactors of
the code. Now it's possible to keep track of both extension and
version downloads by visiting the extension_version_download url.
2024-02-21 18:45:47 +01:00
..
__init__.py Initial models, tests and other boilerplate 2022-08-25 17:37:48 +02:00
0001_initial.py Flattening out django migrations 2024-01-29 16:41:08 +01:00
0002_versiondownload_and_more.py Create model for VersionDownload 2024-02-21 18:45:47 +01:00