-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes needed for several dependencies for Debian Bookworm #114
base: master
Are you sure you want to change the base?
Commits on Oct 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ca259c - Browse repository at this point
Copy the full SHA 7ca259cView commit details -
django changes: ForeignKey on_delete is now mandatory argument
So fill in the default value, see https://docs.djangoproject.com/en/dev/releases/1.9/#foreignkey-and-onetoonefield-on-delete-argument
Configuration menu - View commit details
-
Copy full SHA for b84914e - Browse repository at this point
Copy the full SHA b84914eView commit details -
django update: GeoManager was removed
likely have to adjust code for this removal more..
Configuration menu - View commit details
-
Copy full SHA for 3801465 - Browse repository at this point
Copy the full SHA 3801465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1585316 - Browse repository at this point
Copy the full SHA 1585316View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46898e4 - Browse repository at this point
Copy the full SHA 46898e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d432beb - Browse repository at this point
Copy the full SHA d432bebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cb3995 - Browse repository at this point
Copy the full SHA 3cb3995View commit details -
django changes: validators need to be specified as objects
..not as strings anymore. Not sure if it works in the migration like that or if it might be safer to duplicate the code and put it in the migration..
Configuration menu - View commit details
-
Copy full SHA for ca80088 - Browse repository at this point
Copy the full SHA ca80088View commit details -
django update: specify DEFAULT_AUTO_FIELD in settings
to avoid django warnings. new in django 3.2 (?) https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
Configuration menu - View commit details
-
Copy full SHA for 2d7b970 - Browse repository at this point
Copy the full SHA 2d7b970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1db003d - Browse repository at this point
Copy the full SHA 1db003dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b59f6 - Browse repository at this point
Copy the full SHA c4b59f6View commit details -
django changes: user.is_authenticated() method removed
use it as a property instead
Configuration menu - View commit details
-
Copy full SHA for b7c5a32 - Browse repository at this point
Copy the full SHA b7c5a32View commit details -
django changes: {% load staticfiles %} was removed
{% load staticfiles %} and {% load admin_static %} were deprecated in django 2.1 and later removed, in favor of {% load static %}, which works the same. https://docs.djangoproject.com/en/2.2/releases/2.1/#miscellaneous-1
Configuration menu - View commit details
-
Copy full SHA for 24efb45 - Browse repository at this point
Copy the full SHA 24efb45View commit details -
mkdocs update: adjust config yaml to some config syntax changes
also fall back to one of the two builtin themes, cosmo is not shipped in Debian packages that we use for mkdocs now
Configuration menu - View commit details
-
Copy full SHA for 986b07e - Browse repository at this point
Copy the full SHA 986b07eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d0347 - Browse repository at this point
Copy the full SHA 74d0347View commit details -
GIS: remove Stamen layers, make OpenTopoMap default
Stamen layers not freely available anymore
Configuration menu - View commit details
-
Copy full SHA for 4be05ef - Browse repository at this point
Copy the full SHA 4be05efView commit details -
webgis: reduce default opacity
after opentopomap being the default which is quite heavily colored and obscures events/stations
Configuration menu - View commit details
-
Copy full SHA for d71a905 - Browse repository at this point
Copy the full SHA d71a905View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5af798 - Browse repository at this point
Copy the full SHA e5af798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b3496 - Browse repository at this point
Copy the full SHA 17b3496View commit details
Commits on Oct 25, 2024
-
needed due to newer postgresql version on Debian bookworm?! migration was needed on clean system right after cloning the jane repo and applying the existing migrations
Configuration menu - View commit details
-
Copy full SHA for 462b6bb - Browse repository at this point
Copy the full SHA 462b6bbView commit details