changes needed for several dependencies for Debian Bookworm#114
Open
megies wants to merge 22 commits intokrischer:masterfrom
Open
changes needed for several dependencies for Debian Bookworm#114megies wants to merge 22 commits intokrischer:masterfrom
megies wants to merge 22 commits intokrischer:masterfrom
Conversation
likely have to adjust code for this removal more..
..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..
to avoid django warnings. new in django 3.2 (?) https://docs.djangoproject.com/en/4.2/ref/settings/#default-auto-field
use it as a property instead
{% 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
also fall back to one of the two builtin themes, cosmo is not shipped in Debian packages that we use for mkdocs now
Stamen layers not freely available anymore
after opentopomap being the default which is quite heavily colored and obscures events/stations
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
The view errored out if any agency was indexed as None. Need to force a str() cast for potential None values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.