fix: add django-autocomplete-light package in kernel.in and make compile

This commit is contained in:
hinakhadim
2025-04-28 16:07:22 +05:00
committed by awais qureshi
parent d7eea9d37a
commit a58b650f4f
5 changed files with 15 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ django==4.2.21
# -c requirements/edx/../constraints.txt
# -r requirements/edx/kernel.in
# django-appconf
# django-autocomplete-light
# django-celery-results
# django-classy-tags
# django-config-models
@@ -238,6 +239,8 @@ django==4.2.21
# xss-utils
django-appconf==1.1.0
# via django-statici18n
django-autocomplete-light==3.12.1
# via -r requirements/edx/kernel.in
django-cache-memoize==0.2.1
# via edx-enterprise
django-celery-results==2.6.0

View File

@@ -340,6 +340,7 @@ django==4.2.21
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# django-appconf
# django-autocomplete-light
# django-celery-results
# django-classy-tags
# django-config-models
@@ -414,6 +415,10 @@ django-appconf==1.1.0
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# django-statici18n
django-autocomplete-light==3.12.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
django-cache-memoize==0.2.1
# via
# -r requirements/edx/doc.txt

View File

@@ -226,6 +226,7 @@ django==4.2.21
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# django-appconf
# django-autocomplete-light
# django-celery-results
# django-classy-tags
# django-config-models
@@ -296,6 +297,8 @@ django-appconf==1.1.0
# via
# -r requirements/edx/base.txt
# django-statici18n
django-autocomplete-light==3.12.1
# via -r requirements/edx/base.txt
django-cache-memoize==0.2.1
# via
# -r requirements/edx/base.txt

View File

@@ -33,6 +33,7 @@ codejail-includes # CodeJail manages execution of untrusted co
cryptography # Implementations of assorted cryptography algorithms
defusedxml
Django # Web application framework
django-autocomplete-light # Enhances Django admin with single-select autocomplete dropdowns for a better user experience.
django-celery-results # Only used for the CacheBackend for celery results
django-config-models # Configuration models for Django allowing config management with auditing
django-cors-headers # Used to allow to configure CORS headers for cross-domain requests

View File

@@ -256,6 +256,7 @@ django==4.2.21
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
# django-appconf
# django-autocomplete-light
# django-celery-results
# django-classy-tags
# django-config-models
@@ -326,6 +327,8 @@ django-appconf==1.1.0
# via
# -r requirements/edx/base.txt
# django-statici18n
django-autocomplete-light==3.12.1
# via -r requirements/edx/base.txt
django-cache-memoize==0.2.1
# via
# -r requirements/edx/base.txt