| Age | Commit message (Collapse) | Author |
|
|
|
Thanks rodolfo_3 for the report and the initial patch, and
Josh Smeaton, Shai Berger and Tim Graham for the reviews.
|
|
Thanks Carl Meyer for django-secure and for reviewing.
Thanks also to Zach Borboa, Erik Romijn, Collin Anderson, and
Jorge Carleitao for reviews.
|
|
Thanks djbaldey for the report.
|
|
refs #23395.
|
|
|
|
Thanks to Trac alias flakfizer for the report.
|
|
|
|
|
|
|
|
Fixed #23298 -- Made makemessages actually ignore specified dirs on Wind...
|
|
|
|
This was detected by two failures in the i18n.test_extraction of our
test suite.
Refs #20422, refs #22336
|
|
Windows doesn't like that and it causes 114 failures in the
admin_scripts tests with Python 2.x.
|
|
Thanks SpaceFox for the report.
|
|
|
|
Thanks giulettamasina for the report and Tim Graham for the review.
|
|
|
|
This fixes a regression introduced by 9012a9e200.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also alleviate issues with weird file names typically found in
MEDIA_ROOT directories (#23010).
Thanks Tim Graham for the review.
|
|
specified apps.
Thanks bendavis78 for the report and Tim Graham for the review.
|
|
|
|
|
|
Thanks Michael Manfre for the report and Tim Graham for the review.
|
|
|
|
|
|
|
|
Thanks artortenburger for the report.
|
|
|
|
|
|
|
|
|
|
|
|
Refs #19973.
|
|
|
|
|
|
Keeping backwards compatibility with test_runner.option_list is
tricky and would imply transforming an optparse.Option to an
argparse.Action. I choose to introduce a backwards incompatible
change because it only affects testing, not runtime behavior.
|
|
Thanks Tim Graham for the review.
|
|
Moved logic to syncdb command for backwards compatibility.
|
|
|
|
|
|
|
|
This reverts commit cb9c9a7b5879671053c7d2ad6e79943a8814b274.
|