forked from django-extensions/django-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] main from django-extensions:main #1
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
Open
pull
wants to merge
106
commits into
joshuadavidthomas:main
Choose a base branch
from
django-extensions:main
base: main
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 hidden or 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
Use `./manage.py graph_models --display-field-choices` to display the set of valid choices for a field. This option is not enabled by default, because choices with a "large" cardinality would mess up the layout, but this can be very useful for fields with a small number of choices. Signed-off-by: Titouan Christophe <moiandme@gmail.com>
depreciation != deprecation
* Add Python 3.12 to test matrix and classifiers * Add setuptools as dependency * Update the exception message for missing abstract method * Do not run pip 20.1 test on python 3.12
Added thanks_dev
* Remove pipchecker and associated tests * Remove mention of pipchecker in the docs
* Update mail_debug command to use aiosmtpd smtpd deprecated by Python 3.6, removed in Python 3.12 * Add more informative error message for aiosmtpd not installed case * Add documentation page for mail_debug command * Pin pytest<8 to prevent dumpscript tests to fail --------- Co-authored-by: Wes Lord <weslord@gmail.com> Co-authored-by: Bruno Alla <alla.brunoo@gmail.com>
Today, if you misspell something in SHELL_PLUS_IMPORTS, you just get a line printed when opening the shell, with a list of names in scope from the module you have an incorrect import from. This can be a bit confusing to debug. This commit adds some more context to this print, both to explain what's happening, and tell you which module import is at fault.
should be cast
should update to pyproject.toml
* add app-style option * remove django_extensions/__init__.py * add __init__.py again * lint fix
* add app-style option * remove django_extensions/__init__.py * add __init__.py again * lint fix * add support to --app-style for graph_models #1926 * raise exception of the provided app style for graph_models does not exist
* early version of verify named urls * fix number of template errors * ruff format verify_named_urls.py * use defaultdict to simplify things * import translation * fix linter hints * add doc page for verify_named_urls * fix a typo and make ruff happi(er)
* feat: add support to multi-line "replaces =" to remove * fix: bad condition * fix: restore back "replaces =" presence control --------- Co-authored-by: Fabs <fabien.michel@hespul.org>
Add a few missing methods that have been added in newer Django versions to the default methods list for list_model_info - adelete - arefresh_from_db - asave - get_constraints - validate_constraints
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )