- 29 Eki, 2013 1 kayıt (commit)
-
-
Alex Gaynor yazdı
-
- 28 Eki, 2013 2 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Compilation/extraction tests are now properly skipped when gettext commands are unavailable.
-
- 27 Eki, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
Just moving around some tests to be more logically grouped.
-
Ramiro Morales yazdı
We need to make sure content read from the file is decoded from UTF-8 right from the start so Python doesn't try to use another encoding (read: ASCII/CP1252 under Windows.)
-
Alex Gaynor yazdı
Fix note syntax usage.
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
- 26 Eki, 2013 3 kayıt (commit)
-
-
Andrey Antukh yazdı
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
Fixed up some more flake8 violations (this particular violation still has many occurrences in the tests/ dir so it can't be removed from setup.cfg yet)
-
- 25 Eki, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Paolo Melchiorre yazdı
-
Claude Paroz yazdı
Refs #21271.
-
Tim Graham yazdı
-
SusanTan yazdı
Thanks Tobias McNulty and Tim Graham for discussions and code review. Thanks Andre Cruz the suggestion and initial patch.
-
- 24 Eki, 2013 6 kayıt (commit)
-
-
Vajrasky Kok yazdı
Previously, when collecting static files, the files would receive permission from FILE_UPLOAD_PERMISSIONS. Now, there's an option to give different permission from uploaded files permission by subclassing any of the static files storage classes and setting the file_permissions_mode parameter. Thanks dblack at atlassian.com for the suggestion.
-
Claude Paroz yazdı
Thanks manfre for the report and Timo Graham for the review.
-
Kevin Christopher Henry yazdı
Added a refresh() before quit() in the selenium tests, since this solves the problem of spurious test failures in some environments.
-
Renato Oliveira yazdı
Previously there was a mixture of the two which resulted in inconsistent casing.
-
Alex Gaynor yazdı
-
Tim Graham yazdı
-
- 23 Eki, 2013 12 kayıt (commit)
-
-
Curtis Maloney yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks jezdez for the suggestion.
-
Andrew Godwin yazdı
-
Tim Graham yazdı
Thanks Klas H for the report and claudep for the patch.
-
Alex Gaynor yazdı
typo in 1.7 release notes
-
Collin Anderson yazdı
-
Alasdair Nicol yazdı
-
Shai Berger yazdı
and how to prevent table-name truncation Thanks russellm & timo for discussion, and timo for review.
-
Ramiro Morales yazdı
Change strategy used to examine instrumented output to acommodate the fact that on Windows, where the path separator is '\', repr() of Python modules has changed in Python 3 to use escaped backslashes in the FS path section (e.g. 'C:\\python3x\\Lib\\site-packages\\django\\contrib\\auth\\models.py') without having to special-case based on platform.
-
Tim Graham yazdı
-
Ramiro Morales yazdı
-
- 22 Eki, 2013 5 kayıt (commit)
-
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks joao at silvaneves.org for the report.
-
Florian Hahn yazdı
Thanks dan at dlo.me for the initial patch. - Added __pow__ and __rpow__ to ExpressionNode - Added oracle and mysql specific power expressions - Added used-defined power function for sqlite
-
Tim Graham yazdı
-
Bouke Haarsma yazdı
The old 'django_language' variable will still be read from in order to migrate users. The backwards-compatability shim will be removed in Django 1.8. Thanks to jdunck for the report and stugots for the initial patch.
-