forked from django-wiki/django-wiki
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: advertise constraints in setup.py #88
Open
edx-requirements-bot
wants to merge
132
commits into
master
Choose a base branch
from
jenkins/rsgraber/advertise-constraints-in-setup-py-13c9268
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: advertise constraints in setup.py #88
edx-requirements-bot
wants to merge
132
commits into
master
from
jenkins/rsgraber/advertise-constraints-in-setup-py-13c9268
Conversation
This file contains 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
fix syntax error in views/article
Use ugettext_lazy to prevent early translation.
Fixes MAT-4
TNL-2830
Add a migration for the removed ArticleSubscription model
You can't drop the last column in a table. I don't understand what Django was thinking in generating this migration. I hope we don't need the drop-columns for backward migrations.
Fix a migration that could never have run successfully
WL-322: Update django wiki to support multi-tenancy
WL-322: Set WIKI_REQUEST_CACHE_MIDDLEWARE_CLASS to None if settings is not configured
GenericIPAddressField model field. Bump the version number to 0.0.8. Add migration file for the field conversion.
Remove Django deprecation message.
…um allowed slug length (#57)
In edx-platform, default course wiki article's slug is automatically set to "{org}.{number}.{run}", which can be more than 50 characters long. The wiki breaks if the automatically assigned slug is longer than 50 characters. We usually use 255 character size for columns that store course_key in edx-platform, so I believe it makes sense to use a limit of 255 for wiki slugs, too.
Increase slug max size
TNL-6440, TNL-6439
This reverts commit f4fe177. I accidentally pushed without review.
chore: Incorporate wiki improvements from upstream repository.
BOM-2751: Setup Python Upgrade Job
Fix branch name in upgrade job
…4ea012 Python Requirements Update
…ac6135 Python Requirements Update
…8cc9b0 Python Requirements Update
…163ab1 Python Requirements Update
…c5f22c Python Requirements Update
…975add Python Requirements Update
…bd9307 Python Requirements Update
…808d8f Python Requirements Update
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.
Additional information from script execution
ARCHBOM-1772
Update setup.py to use constraint files when generating requirements files for packaging and distribution.
PR generated automatically with Jenkins job cleanup-python-code.
Result of running
python setup.py bdist_wheel
before applying fix (in .egg-info/requires.txt):django-mptt
django
bleach
Markdown
django-sekizai
sorl-thumbnail
Result of running
python setup.py bdist_wheel
after applying fix (in .egg-info/requires.txt):Markdown
bleach
django
django-mptt
django-sekizai
sorl-thumbnail
Python code cleanup by the cleanup-python-code Jenkins job.
This pull request was generated by the cleanup-python-code Jenkins job, which ran
The following packages were installed:
semgrep,isort