-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Django2 #593
Open
yghdd
wants to merge
47
commits into
master
Choose a base branch
from
django2
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.
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
field.rel->field.remote_field in django2.0
修复运行时缺少包的问题
…ignature() instead
俩input间没有换行,原先的input_html并没有split开
Fix Django2.0 issue #449
fix requirements.txt pip django-formtools==2.1
Update requirements.txt
修复获取单个记录时引发select all的问题
修复列表页重复查询的问题
修复meta.get_all_field_names不存在问题
怎么直接>=2了,不是应该同时支持1.x和2.x么 |
fix images.py in django 2.1
[django2]左侧菜单内容过多时显示滚动条
这个PR的意义是什么,从 django2 分支合并到 master 分支? |
Signed-off-by: mymusise <mymusise1@gmail.com>
…go21 [django2]修复django版本判断导致get_deleted_objects参数错误问题
fix bug when using `get_deleted_objects` function
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.
No description provided.