Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • hansegucker/AlekSIS-Core
  • pinguin/AlekSIS-Core
  • AlekSIS/official/AlekSIS-Core
  • sunweaver/AlekSIS-Core
  • sggua/AlekSIS-Core
  • edward/AlekSIS-Core
  • magicfelix/AlekSIS-Core
7 results
Show changes
Commits on Source (4)
......@@ -20,13 +20,13 @@ Fixed
* Correctly update theme colours on change again
* Use correct favicon as default AlekSIS favicon
* Show all years in a 200 year range around the current year in date pickers
* Imprint is now called "Imprint" and not "Impress".
* Logo files weren't uploaded to public namespace.
Removed
~~~~~~~
* Remove old generated AlekSIS icons
* Imprint is now called "Imprint" and not "Impress".
* Logo files weren't uploaded to public namespace.
`2.3.1`_ – 2021-12-17
---------------------
......
......@@ -702,12 +702,15 @@ python-versions = "*"
[[package]]
name = "django-colorfield"
version = "0.5.0"
version = "0.6.0"
description = "simple color field for your models with a nice color-picker in the admin-interface."
category = "main"
optional = false
python-versions = "*"
[package.dependencies]
Pillow = ">=5.0"
[[package]]
name = "django-dbbackup"
version = "3.3.0"
......@@ -2803,7 +2806,7 @@ sentry = ["sentry-sdk"]
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "1351f72fdf3edd1dbb7f8da62835af9524da026f8daeab34ea2abc79c56b06de"
content-hash = "c0a2ce40a44692e790c0c5357732dca4186195457275809484a02ebcbb887ad3"
[metadata.files]
alabaster = [
......@@ -3131,8 +3134,8 @@ django-cleanup = [
{file = "django_cleanup-5.2.0-py2.py3-none-any.whl", hash = "sha256:193cf69de54b9fc0a0f4547edbb3a63bbe01728cb029f9f4b7912098cc1bced7"},
]
django-colorfield = [
{file = "django-colorfield-0.5.0.tar.gz", hash = "sha256:670ef72ded093360c9781fedd33d9ead267b34481139d4ab240dfacea5cf0abf"},
{file = "django_colorfield-0.5.0-py3-none-any.whl", hash = "sha256:aba49684ba1fce80af15237b49ca4a504e49e525c2897db2cce5705b2fa51f3b"},
{file = "django-colorfield-0.6.0.tar.gz", hash = "sha256:aee0ad2d1f7cac2da205a5a0b9d2e5f2303f378d79ad846448d4c18fd262adc9"},
{file = "django_colorfield-0.6.0-py3-none-any.whl", hash = "sha256:af407a87d4a1958ecd334fef230ce3288d2c2b47d191270b003b911dbe276194"},
]
django-dbbackup = [
{file = "django-dbbackup-3.3.0.tar.gz", hash = "sha256:bb109735cae98b64ad084e5b461b7aca2d7b39992f10c9ed9435e3ebb6fb76c8"},
......
......@@ -80,7 +80,7 @@ django-celery-beat = "^2.2.0"
django-celery-email = "^3.0.0"
django-jsonstore = "^0.5.0"
django-polymorphic = "^3.0.0"
django-colorfield = "^0.5.0"
django-colorfield = "^0.6.0"
django-bleach = "^1.0.0"
django-guardian = "^2.2.0"
rules = "^3.0"
......