- 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 8 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.
-
Philip Liberato yazdı
-
boaz85@gmail.com yazdı
-
- 17 May, 2016 3 kayıt (commit)
-
-
Claude Paroz yazdı
-
Simon Charette yazdı
Thanks to Tim for the extensive review.
-
Tim Graham yazdı
-