- 28 May, 2016 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Ramiro Morales yazdı
`subprocess.Popen` doesn't accept enviroment vars with Unicode var name or value.
-
Tim Graham yazdı
This behavior was removed in 67d98441 but is needed to prevent a crash in formtools.
-
Simon Charette yazdı
Thanks Tim for the review.
-
Ramiro Morales yazdı
This was reflected by 27 i18n test errors (not failures) on such platform caused by corrupt intermediate PO catalog files fed to `msgmerge(1)`. Made it handle in-memory PO/POT file contents with normalized line separators (`'\n'`). We need to perform manually this after using `subprocess.Popen` as we can't pass it `universal_newlines=True`. Also fixes #26670 in the process as this commit refactors the same code section.
-
- 27 May, 2016 7 kayıt (commit)
-
-
Bas Westerbaan yazdı
-
inondle yazdı
-
Alex Hill yazdı
-
Daniel Wiesmann yazdı
-
Tim Graham yazdı
-
Sergey Fedoseev yazdı
-
Nick Smith yazdı
-
- 26 May, 2016 1 kayıt (commit)
-
-
Simon Charette yazdı
Thanks Jasper Maes for the detailed report.
-
- 25 May, 2016 2 kayıt (commit)
- 24 May, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 23 May, 2016 1 kayıt (commit)
-
-
Tim Graham yazdı
-
- 21 May, 2016 4 kayıt (commit)
-
-
Simon Charette yazdı
Broke the initial migration in two to work around #25530 and added 'django.contrib.auth' to the available_apps to make sure its tables are also flushed as Oracle doesn't implement cascade deletion in sql_flush(). Thanks Tim for the report.
-
Simon Charette yazdı
-
Markus Holtermann yazdı
Mistakenly pushed to django/django instead of another repo This reverts commit 6dde884c.
-
Markus Holtermann yazdı
-
- 20 May, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Alex Hill yazdı
-
Alex Hill yazdı
-
- 19 May, 2016 7 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Simon Charette yazdı
Thanks Tim for the report.
-
darius BERNARD yazdı
-
Tim Graham yazdı
-
Shai Berger yazdı
Note that the cookie is not changed every request, just the token retrieved by the `get_token()` method (used also by the `{% csrf_token %}` tag). While at it, made token validation strict: Where, before, any length was accepted and non-ASCII chars were ignored, we now treat anything other than `[A-Za-z0-9]{64}` as invalid (except for 32-char tokens, which, for backwards-compatibility, are accepted and replaced by 64-char ones). Thanks Trac user patrys for reporting, github user adambrenecki for initial patch, Tim Graham for help, and Curtis Maloney, Collin Anderson, Florian Apolloner, Markus Holtermann & Jon Dufresne for reviews.
-
Tim Graham yazdı
-
- 18 May, 2016 6 kayıt (commit)
-
-
Simon Charette yazdı
Test suites besides Django's may need the same behavior.
-
Marti Raudsepp yazdı
-
Barthelemy Dagenais yazdı
-
Loïc Bistuer yazdı
-
Josh Smeaton yazdı
-
Josh Smeaton yazdı
The tests for this change are in the fix for #25774.
-