summaryrefslogtreecommitdiff
path: root/tracdb/models.py
AgeCommit message (Collapse)Author
2025-11-21[tracdb] Marked all user-facing strings for translationMark Walker
Refs #1648
2025-04-02Used composite PKs for tracdb instead of hacksBaptiste Mispelon
2025-02-01Revert temporary upgrade to Django 5.2a1Baptiste Mispelon
This reverts commits cf7ed27a898fd15495f81018b0a43ab4b193becc. and fabb4bc163858e945f5c29074afae5a54f1f12cd.
2025-01-31Used actual composite PKs for Trac modelsBaptiste Mispelon
2024-11-12Fixed #1725 -- Fixed incorrect usage of time_property on tracdb modelsAnkit Dware
2024-11-07Fixed #1690 -- fixed trac metrics involving timeBaptiste Mispelon
This also introduces the fix_trac_metrics management command to help fix collected data.
2024-10-30Dropped support for Python 3.8 (#1701)Baptiste Mispelon
2024-10-03Fixed #1574 -- Added support for Python 3.12 (#1640)Tobias McNulty
2024-04-25Used tracdb instead of Trac RPC endpoint in dashboardBaptiste Mispelon
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
for more information, see https://pre-commit.ci
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2022-11-04Updated tracdb/models.py to work without ipnr which is removed in Trac 1.4.Florian Apolloner
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2015-10-05__unicode__ --> __str__Aymeric Augustin
2015-08-25Adjusted some imports for deprecations.Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
* Swapped unipath with pathlib * Used pykismet3 instead of akismet * Replaced django-pygments with template tag in the docs app
2014-11-20Updated to Django 1.7Tim Graham
-Replaced south migrations with built-in migrations. -Updated to use django-registration-redux.
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-01-18Upgraded to Django 1.6.Tim Graham
2013-02-05Move apps outside of the django_website package.Aymeric Augustin