• 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 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
pacnpal synced and deleted reference refs/tags/pixeebot/drip-2024-12-10-pixee-python/django-debug-flag-on at pacnpal/thrillwiki_django_no_react from mirror 2025-02-08 21:40:26 -05:00
pacnpal synced and deleted reference refs/tags/pixeebot/drip-2025-01-04-pixee-python/url-sandbox at pacnpal/thrillwiki_django_no_react from mirror 2025-02-08 21:40:26 -05:00
pacnpal synced and deleted reference refs/tags/pixeebot/drip-2025-01-20-pixee-python/django-session-cookie-secure-off at pacnpal/thrillwiki_django_no_react from mirror 2025-02-08 21:40:26 -05:00
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-08 21:20:27 -05:00
d3c01c7eb7 Implement historical tracking using django-pghistory; add middleware for context capture and update model architecture
pacnpal synced commits to main at pacnpal/thrillwiki_django_no_react from mirror 2025-02-08 17:40:26 -05:00
da252386cc Revert "Add version control system functionality with branch management, history tracking, and merge operations"