summaryrefslogtreecommitdiff
path: root/tracdb/models.py
AgeCommit message (Expand)Author
2025-11-21[tracdb] Marked all user-facing strings for translationMark Walker
2025-04-02Used composite PKs for tracdb instead of hacksBaptiste Mispelon
2025-02-01Revert temporary upgrade to Django 5.2a1Baptiste Mispelon
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
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]
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
2014-11-20Updated to Django 1.7Tim Graham
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