Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TOMToolkit/tom_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.31.2
Choose a base ref
...
head repository: TOMToolkit/tom_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.31.3
Choose a head ref
  • 16 commits
  • 12 files changed
  • 4 contributors

Commits on Oct 30, 2025

  1. 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
    Fingel committed Oct 30, 2025
    Configuration menu
    Copy the full SHA
    b919357 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    47cf9fa View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Configuration menu
    Copy the full SHA
    09be654 View commit details
    Browse the repository at this point in the history
  2. remove blank line

    griffin-h committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    c3484fa View commit details
    Browse the repository at this point in the history
  3. remove unused import

    griffin-h committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    b417791 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Update Django 5.2.11

    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.
    Fingel committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    a858960 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1423 from griffin-h/bugfix/runbrokerquery

    runbrokerquery management command should not run forever
    jchate6 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    e242ee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df3cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Merge pull request #1425 from TOMToolkit/django-5

    Update Django 5.2.11
    Fingel authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    f0d52e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    c711626 View commit details
    Browse the repository at this point in the history
  2. add form validation

    jchate6 committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    ae62426 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1337 from TOMToolkit/1180-horizons-eccentricity

    High-eccentricity targets from JPL-H as MPC_COMET
    jchate6 authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    19bbbc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2026

  1. 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/
    Fingel committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    cc8b5cc View commit details
    Browse the repository at this point in the history
  2. 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.
    Fingel committed Mar 11, 2026
    Configuration menu
    Copy the full SHA
    72e699c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. update docs

    jchate6 committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    972082f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1446 from TOMToolkit/1445-adding-password-reset-t…

    …o-login-page
    
    Match path prefixes in locked auth strategy
    jchate6 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    aa52509 View commit details
    Browse the repository at this point in the history
Loading