-
Notifications
You must be signed in to change notification settings - Fork 53
Comparing changes
Open a pull request
base repository: TOMToolkit/tom_base
base: 2.31.2
head repository: TOMToolkit/tom_base
compare: 2.31.3
- 16 commits
- 12 files changed
- 4 contributors
Commits on Oct 30, 2025
-
High-eccentricity targets from JPL-H as MPC_COMET
Makes passing on elements to SLALIB easier when dealing with high eccentricity targets from JPL horizons. Fixes #1180
Configuration menu - View commit details
-
Copy full SHA for b919357 - Browse repository at this point
Copy the full SHA b919357View commit details
Commits on Dec 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 47cf9fa - Browse repository at this point
Copy the full SHA 47cf9faView commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 09be654 - Browse repository at this point
Copy the full SHA 09be654View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3484fa - Browse repository at this point
Copy the full SHA c3484faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b417791 - Browse repository at this point
Copy the full SHA b417791View commit details
Commits on Feb 25, 2026
-
The edit to session_utils is because Django 5 no longer supports using unsaved objects in query expressions. The edits to tom_targets/tetss/tests.py are simply a renamed function. Notable features of Django 5 relevant to the TOM Toolkit: * [Database computed defaults](https://docs.djangoproject.com/en/6.0/releases/5.0/#database-computed-default-values) allows generating defaults values from the database, not python. This might come in handy in specific database-heavy areas, like PostGIS or Healpix. * The new [ClosestPoint()](https://docs.djangoproject.com/en/6.0/releases/5.0/#django-contrib-gis) function sounds like it could be helpful in RA/DEC searches, perhaps for non-exact/fuzzy search where only a single result is desired. * Some improvements to [pagination errors](https://docs.djangoproject.com/en/6.0/releases/5.0/#pagination) which might make the HTMX table stuff smoother.
Configuration menu - View commit details
-
Copy full SHA for a858960 - Browse repository at this point
Copy the full SHA a858960View commit details -
Merge pull request #1423 from griffin-h/bugfix/runbrokerquery
runbrokerquery management command should not run forever
Configuration menu - View commit details
-
Copy full SHA for e242ee4 - Browse repository at this point
Copy the full SHA e242ee4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df3cd1 - Browse repository at this point
Copy the full SHA 9df3cd1View commit details
Commits on Feb 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for f0d52e1 - Browse repository at this point
Copy the full SHA f0d52e1View commit details
Commits on Feb 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c711626 - Browse repository at this point
Copy the full SHA c711626View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae62426 - Browse repository at this point
Copy the full SHA ae62426View commit details -
Merge pull request #1337 from TOMToolkit/1180-horizons-eccentricity
High-eccentricity targets from JPL-H as MPC_COMET
Configuration menu - View commit details
-
Copy full SHA for 19bbbc4 - Browse repository at this point
Copy the full SHA 19bbbc4View commit details
Commits on Mar 11, 2026
-
Match path prefixes in locked auth strategy
Resolves #1445 by ensuring that urls like /accounts/reset/<id> can be matched in open_urls with /accounts/reset/
Configuration menu - View commit details
-
Copy full SHA for cc8b5cc - Browse repository at this point
Copy the full SHA cc8b5ccView commit details -
Uses wildcard matching for OPEN_URLS
Note that in regard to #1445 the user will need to add /accounts/reset/*/ to the OPEN_URLS list.
Configuration menu - View commit details
-
Copy full SHA for 72e699c - Browse repository at this point
Copy the full SHA 72e699cView commit details
Commits on Mar 12, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 972082f - Browse repository at this point
Copy the full SHA 972082fView commit details -
Merge pull request #1446 from TOMToolkit/1445-adding-password-reset-t…
…o-login-page Match path prefixes in locked auth strategy
Configuration menu - View commit details
-
Copy full SHA for aa52509 - Browse repository at this point
Copy the full SHA aa52509View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.31.2...2.31.3