diff options
| author | Tushar <30565750+tushar5526@users.noreply.github.com> | 2023-07-14 01:39:53 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-07-14 08:47:30 +0200 |
| commit | 88a2de3c3906f5acc14bb68e98c128fc13f2f1ae (patch) | |
| tree | d91081f89467ea21f64a914c519b87969a23aa8f /docs/ref | |
| parent | 02966a30dd31d2b9d35f8c481a448b9bf377895e (diff) | |
Fixed #34448 -- Doc'd and tested --no-obsolete option of makemessages.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index a46910f9f3..9e13db435a 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -677,6 +677,10 @@ is: Requires ``gettext`` 0.19 or newer. +.. django-admin-option:: --no-obsolete + +Removes obsolete message strings from the ``.po`` files. + .. django-admin-option:: --keep-pot Prevents deleting the temporary ``.pot`` files generated before creating the |
