summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-37/+71
* Refs #32355 -- Modernized subprocess.run() calls.Adam Johnson2021-09-271-3/+3
* Refs #30116 -- Simplified stdout/stderr decoding with subprocess.run()'s enco...Jon Dufresne2019-11-041-4/+7
* Adjusted subprocess.run() calls to use arg list, rather than string. Jon Dufresne2019-08-281-5/+4
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-14/+12
* Capitalized "Python" in docs and comments.Jon Dufresne2018-10-091-1/+1
* Updated language statistics script to not use the shellClaude Paroz2018-08-311-5/+10
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-2/+2
* Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham2017-03-071-1/+1
* Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb2017-02-231-1/+1
* makemessages now requires a configured DjangoClaude Paroz2016-08-251-0/+4
* Fixed E128 flake8 warnings in django/.Tim Graham2016-04-081-4/+2
* Updated manage_translations scriptClaude Paroz2015-10-091-5/+2
* Removed source strings from translated po filesClaude Paroz2015-04-011-3/+4
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Converted Django scripts to argparseClaude Paroz2014-06-091-11/+8
* Re-added JS catalog in manage_translations scriptClaude Paroz2014-05-191-4/+6
* Updated Django makemessages processClaude Paroz2014-05-191-9/+5
* Renamed Transifex project from django-core to djangoClaude Paroz2014-04-241-2/+2
* Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor2014-03-301-1/+1
* Fixed `python scripts/manage_translations.py update_catalogs`.Aymeric Augustin2014-01-041-3/+3
* Improved translation maintenance scriptClaude Paroz2013-12-121-13/+22
* Fixed the remaining E302 violations int eh django packageAlex Gaynor2013-11-021-0/+3
* Whitespace cleanup.Tim Graham2013-10-101-1/+1
* Added check when fetching and updating translations from TransifexClaude Paroz2013-07-031-2/+12
* Updated Transifex links to the Django projectClaude Paroz2013-04-251-2/+2
* Added a helper script for managing django translationsClaude Paroz2013-01-011-0/+164
* Fixed #11184 -- Made it possible to build RPMs with a non-default python exec...Aymeric Augustin2012-01-021-1/+1
* Added a man page for django-admin.py. Also install it correctly as part of theMalcolm Tredinnick2007-06-101-0/+5
* Fixed #3338, #3536, #3796 -- Fixed a bunch of setup and build problems in aMalcolm Tredinnick2007-04-031-4/+8
* Refs #3338 -- Partially fix rpm packaging problems. There is still one issueMalcolm Tredinnick2007-02-121-0/+19