| Age | Commit message (Collapse) | Author |
|
verify_release.sh.
This reuses the same download for both artifacts and checks both GPG
signature and minimal correctness in the same script. Docs and script
do_django_release.py were updated.
Backport of 3abf89887993140d28676f26420ee0d46a617f51 from main.
|
|
Co-authored-by: Jake Howard <git@theorangeone.net>
Backport of c08ed084f9651ab628dad83dd4459d9bba553e22 from main.
|
|
This also fixed a small bash issue in `confirm_release.sh` script.
Backport of 532c1058a7dd2616181259c94eb92f2477038d2c from main.
|
|
Backport of a523d5c8336f5f7f5e24a1cc8034ce65aedec3c6 from main.
|
|
Backport of edcf8532ffda006bc125d9c93fca59f9037f490f from main.
|
|
|
|
|
|
encoding argument.
The encoding argument has been available since Python 3.6.
https://docs.python.org/3/library/subprocess.html#subprocess.run
|
|
The Python docs recommend passing a sequence to subprocess.run() when
possible. Doing so allows for automatic escaping and quoting of
arguments.
https://docs.python.org/3/library/subprocess.html#frequently-used-arguments
> args is required for all calls and should be a string, or a sequence
> of program arguments. Providing a sequence of arguments is generally
> preferred, as it allows the module to take care of any required
> escaping and quoting of arguments (e.g. to permit spaces in file
> names).
Also removed `shell=True` where unnecessary.
|
|
|
|
|
|
|
|
|
|
This reverts commit 4cffa9a1ffb37d4de7e99a851a9ed87b3c02d229.
|
|
|
|
|
|
|
|
|
|
Forward port of 05a781a47 from stable/1.8.x
|
|
|
|
Refs #19973.
|
|
|
|
makemessages should now automatically distribute translatable
strings in the proper locale files, for Django too
(see 50a8ab7cd1e6).
|
|
See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex
|
|
|
|
It used to generate languages 'e' and 'n'.
|
|
Do not fetch 'en' catalogs, neither files with translation stats
lower than 5%. Centralized resource filtering.
|
|
|
|
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
|
|
So as syntax errors in po files don't go unnoticed. Refs #20695.
|
|
Translations for the Django framework are now hosted on the
django-core Transifex project, and the django project is only
dedicated to a team-only hub project.
|
|
|
|
executable.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
auto-generated rpm. Thanks to Marc Fargas and Paul Bissex for writing the man
page. Refs #3341.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
portable fashion. That took a *lot* longer to debug than I thought it would, so
let's try not to break it.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4912 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
|
remaining with how we construct the version numbers, but this change is useful
nonetheless. Patch from Dirk Datzert.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|