• Joined on 2025-01-07
pacnpal synced commits to dependabot/github_actions/actions/setup-python-5 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/github_actions/actions/setup-python-5 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/django-allauth-65.4.1 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/django-allauth-65.4.1 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/django-cors-headers-4.7.0 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/django-cors-headers-4.7.0 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/django-htmx-1.22.0 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/django-htmx-1.22.0 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/django-pghistory-3.5.2 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/django-pghistory-3.5.2 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/django-tailwind-cli-4.0.1 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/django-tailwind-cli-4.0.1 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/pytest-django-4.10.0 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced new reference dependabot/pip/pytest-django-4.10.0 to pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to dependabot/pip/whitenoise-6.9.0 at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 12:00:28 -05:00
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 11:00:27 -05:00
eb715ab195 Refactor URL patterns for parks and rides; update context fields in models to use ForeignKey for pghistory.Context
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-10 00:20:32 -05:00
f33577bf8a Create initial migration for HistoricalSlug model; update foreign key references to use settings.AUTH_USER_MODEL and define unique constraints
d1031f8dcb Update migration files for Django 5.1.4; remove obsolete merge migrations and adjust history tracking context in templates
Compare 2 commits »
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-09 16:00:27 -05:00
2db29fa866 Add merge migrations for parks, companies, and moderation apps; update EmailConfiguration, Review, Photo, TopList, and TopListItem models to use pghistory for historical tracking
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-09 11:40:28 -05:00
64d9943d86 Refactor model imports and update admin classes to use pghistory for historical tracking; replace HistoricalModel with TrackedModel in relevant models
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-09 10:00:26 -05:00
52cb51cb14 Add history tracking functionality using django-pghistory; implement views, templates, and middleware for event serialization and context management