Skip to content
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

Django has no --keep-obsolete option any more? #53

Open
nerdoc opened this issue May 18, 2023 · 2 comments
Open

Django has no --keep-obsolete option any more? #53

nerdoc opened this issue May 18, 2023 · 2 comments

Comments

@nerdoc
Copy link

nerdoc commented May 18, 2023

Using Djnago 4.2 here, a ./manage.py makemessages --keep-obsolete fails:

usage: manage.py makemessages [-h] [--locale LOCALE] [--exclude EXCLUDE] [--domain DOMAIN] [--all] [--extension EXTENSIONS] [--symlinks] [--ignore PATTERN] [--no-default-ignore]
                              [--no-wrap] [--no-location] [--add-location [{full,file,never}]] [--no-obsolete] [--keep-pot] [--version] [-v {0,1,2,3}] [--settings SETTINGS]
                              [--pythonpath PYTHONPATH] [--traceback] [--no-color] [--force-color]
manage.py makemessages: error: unrecognized arguments: --keep-obsolete

Seems that this is not the standard, as there is only a --no-obsolete option left.

@ankitach
Copy link

If you are using a different version of Django or a third-party package that adds this option, please make sure you have the correct version and the required dependencies installed.

@nerdoc
Copy link
Author

nerdoc commented Jun 11, 2023

means you don't support Django 4.2 yet, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants