Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
193c525082
Bump crispy-bootstrap5 from 0.7 to 2024.2
Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 0.7 to 2024.2.
- [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases)
- [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/django-crispy-forms/crispy-bootstrap5/compare/0.7...2024.2)

---
updated-dependencies:
- dependency-name: crispy-bootstrap5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 23:51:11 +00:00
a2da7e724f updated elastic build for ru ip 2024-03-02 02:34:44 +03:00
3 changed files with 33 additions and 350 deletions

View File

@ -1,4 +1,4 @@
FROM elasticsearch:8.11.1
# Install the ICU plugin
RUN bin/elasticsearch-plugin install https://artifacts.elastic.co/downloads/elasticsearch-plugins/analysis-icu/analysis-icu-8.11.1.zip
RUN bin/elasticsearch-plugin install https://akarpov.ru/media/analysis-icu-8.11.1.zip

379
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ django-environ = "^0.9.0"
django-model-utils = "^4.3.1"
django-allauth = "^0.54.0"
django-crispy-forms = "^2.1"
crispy-bootstrap5 = "^0.7"
crispy-bootstrap5 = "^2024.2"
django-redis = "^5.2.0"
django-ckeditor = "^6.5.1"
django-colorfield = "^0.11.0"