index
:
djangoproject.com.git
issue-1630
djangoproject.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tracdb
/
models.py
Age
Commit message (
Expand
)
Author
2025-11-21
[tracdb] Marked all user-facing strings for translation
Mark Walker
2025-04-02
Used composite PKs for tracdb instead of hacks
Baptiste Mispelon
2025-02-01
Revert temporary upgrade to Django 5.2a1
Baptiste Mispelon
2025-01-31
Used actual composite PKs for Trac models
Baptiste Mispelon
2024-11-12
Fixed #1725 -- Fixed incorrect usage of time_property on tracdb models
Ankit Dware
2024-11-07
Fixed #1690 -- fixed trac metrics involving time
Baptiste Mispelon
2024-10-30
Dropped support for Python 3.8 (#1701)
Baptiste Mispelon
2024-10-03
Fixed #1574 -- Added support for Python 3.12 (#1640)
Tobias McNulty
2024-04-25
Used tracdb instead of Trac RPC endpoint in dashboard
Baptiste Mispelon
2024-04-19
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot]
2022-12-25
Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)
Paolo Melchiorre
2022-11-30
Refs #1184 -- Reformatted code with Black.
django-bot
2022-11-04
Updated tracdb/models.py to work without ipnr which is removed in Trac 1.4.
Florian Apolloner
2022-03-09
Updated to Django 3.2.
Mariusz Felisiak
2017-09-14
Removed inheritance of object to define new style classes.
Tim Graham
2016-12-14
Switched to Python 3 style super().
Tim Graham
2016-01-21
Added on_delete to ForeignKey and OneToOneField.
Tim Graham
2015-10-05
__unicode__ --> __str__
Aymeric Augustin
2015-08-25
Adjusted some imports for deprecations.
Tim Graham
2015-04-07
Add isort settings and sort imports
Rolf Erik Lekang
2015-04-06
Ported from Python 2.7 to Python 3.4.
Rolf Erik Lekang
2014-11-20
Updated to Django 1.7
Tim Graham
2014-08-25
Added flake8.cfg and cleaned up code.
Tim Graham
2014-01-18
Upgraded to Django 1.6.
Tim Graham
2013-02-05
Move apps outside of the django_website package.
Aymeric Augustin