Skip to content

Update wagtail #111

Merged
merged 5 commits into from
Mar 24, 2021
Merged

Update wagtail #111

merged 5 commits into from
Mar 24, 2021

Commits on Mar 20, 2021

  1. Update Python packages

    Update Python requirements with
    
        (cd requirements; rm *.txt; make)
    
    This updates Django from version 3.1 to version 3.1.7.
    This updates Wagtail from version 2.10 to version 2.12.3
    
    The virtual environment can be update to the specified versions with
    
        pip-sync requirements/dev.txt
    
    After that it might be necessary to reply the patches
    
       cd VENV
       for f in SRC/patches/* ; do patch -p1 <$f ; done
    
    Also it might be necessary to run migrations
    
       ./manage.py migrate
    
    and collect status files
    
       ./manager.py collectstatic
    donald committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d8ccc7b View commit details
    Browse the repository at this point in the history
  2. Update translations

    Run
    
        ./manage.py makemessages -l de -i xlwt
    
    It might be necessary to run
    
        ./manage.py compilemessages -l de
    donald committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    afd3f52 View commit details
    Browse the repository at this point in the history
  3. views.py: Update for Wagtail 2.12.13

    Fix import after Wagtail update
    donald committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    a7adaca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    230757a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

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