- 31 May, 2016 3 kayıt (commit)
-
-
Florian Apolloner yazdı
-
Berker Peksag yazdı
-
Ketan Bhatt yazdı
Fixed #26679 -- Documented which methods are disabled on RelatedManager if there's an intermediate table.
-
- 30 May, 2016 6 kayıt (commit)
-
-
Tim Graham yazdı
-
Ketan Bhatt yazdı
-
Christophe Pettus yazdı
-
Vytis Banaitis yazdı
-
Tim Graham yazdı
-
Berker Peksag yazdı
-
- 29 May, 2016 3 kayıt (commit)
-
-
Ramiro Morales yazdı
Made it consistently read the PO file, decode its contents and then check for the non-breaking space Unicode code point. Previously we were erroneously skipping the interpretation of what we read as UTF-8 text. This was causing the test to fail on Windows with Python 3.5.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 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 1 kayıt (commit)
-
-
Tim Graham yazdı
-