- 30 Eki, 2013 8 kayıt (commit)
-
-
Tim Graham yazdı
Thanks wim at go2people.nl for the report.
-
Tim Graham yazdı
Thanks szymon.barglowski at gmail.com for the report.
-
Baptiste Mispelon yazdı
-
Antoine Catton yazdı
Co-Authored-By:
Gavin Wahl <gwahl@fusionbox.com>
-
Tim Graham yazdı
Thanks dev@simon.net.nz for the suggestion and vijay_shanker for the patch.
-
Tim Graham yazdı
refs 2ca00faa
-
Baptiste Mispelon yazdı
* Missing tests for ticket #12744 * Tests for the cleanse_setting feature (leaving out sensitive settings from the debug page)
-
Baptiste Mispelon yazdı
Thanks to crass for the report.
-
- 29 Eki, 2013 4 kayıt (commit)
-
-
Simon Charette yazdı
-
Unai Zalakain yazdı
``ModelAdmin.view_on_site`` defines wether to show a link to the object on the admin detail page. If ``True``, cleverness (i.e. ``Model.get_absolute_url``) is used to get the url. If it's a callable, the callable is called with the object as the only parameter. If ``False``, not link is displayed. With the aim of maitaining backwards compatibility, ``True`` is the default.
-
Baptiste Mispelon yazdı
The `callable` builtin was added back in python 3.2 which is the minimal python3 version supported by django at this point.
-
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 6 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
-