- 22 Eki, 2014 2 kayıt (commit)
-
-
Loic Bistuer yazdı
Refs #23663.
-
Loic Bistuer yazdı
This helps with testability of management commands. Thanks to trac username daveoncode for the report and to Tim Graham and Claude Paroz for the reviews.
-
- 21 Eki, 2014 9 kayıt (commit)
-
-
Tim Graham yazdı
-
Claude Paroz yazdı
Refs #23685.
-
Claude Paroz yazdı
Fixed a regression introduced by 28efafa2. Thanks Michal Čihař for the report and initial patch, and Collin Anderson and Tim Graham for the reviews.
-
Loic Bistuer yazdı
This commit reverts 67d7da5f. The previous fix changed the environment globally, which meant that any call to `call_command(no_color=True)` prevented further `call_command` with color. This fix still relies on the environment because it's currently the only way to reach WSGIRequestHandler, but it's now limited to the `runserver` command. This seems an acceptable compromise considering `runserver` runs indefinitely. Thanks Tim Graham for the review.
-
Anton Novosyolov yazdı
-
Gabe Jackson yazdı
-
Ralph Broenink yazdı
-
Claude Paroz yazdı
This fixes a regression introduced by 2a31d009. Thanks tony-zhu for the report.
-
Michael Manfre yazdı
-
- 20 Eki, 2014 11 kayıt (commit)
-
-
John-Scott Atlakson yazdı
-
Jon Dufresne yazdı
Thanks Baptiste Mispelon for the report.
-
Claude Paroz yazdı
Thanks Paul Dejean for the report.
-
Carl Meyer yazdı
-
Tianyi Wang yazdı
Thanks Naddiseo for reporting.
-
Jon Dufresne yazdı
Thanks Aymeric Augustin for review.
-
Tim Graham yazdı
-
Claude Paroz yazdı
-
Claude Paroz yazdı
This reverts commit 8d6e1afe. call_command now always set skip_checks to True (tested in user_commands).
-
Claude Paroz yazdı
Thanks Loic Bistuer for the report/review and Tim Graham for the review.
-
Tim Graham yazdı
-
- 19 Eki, 2014 8 kayıt (commit)
-
-
Loic Bistuer yazdı
`cache.tests.TestEtagWithAdmin` loaded views from the `admin_views` test package. This is problematic because when the `cache` test package is run in isolation, `admin_views` isn't in INSTALLED_APPS, and therefore loading its models isn't allowed since the app loading refactor.
-
Loic Bistuer yazdı
Overriding execute() bypasses the system check framework among other things.
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
-
Loic Bistuer yazdı
Fixed a typo in urlencode documentation.
-
wrwrwr yazdı
-
Nicholas Serra yazdı
-
Thomas Chaumeny yazdı
-
- 18 Eki, 2014 1 kayıt (commit)
-
-
Jon Dufresne yazdı
-
- 17 Eki, 2014 5 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Ilya Baryshev for the report and Tim Graham for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Shai Berger yazdı
Checked database destruction for ORA-29857, which happens when objects of some types are left over in an old test database (notably, such objects are created by the GIS backend). When this happens, we can resolve the issue by dropping the test-user (if we are allowed to). An alternative approach, to just switch the order of creation (so that, if the test user exists and can be dropped, it is always dropped before the tablespace) was considered; but since the user creation depends on the tablespace, this would necessitate separating the dropping of the user from its creation -- a change I am reluctant to make. Thanks Josh Smeaton and Tim Graham for reviews.
-
Tim Graham yazdı
-
- 16 Eki, 2014 4 kayıt (commit)
-
-
Tim Graham yazdı
Thanks jamesbeith for the report.
-
Rigel Di Scala yazdı
The "check" name is a reserved word used by Django's check framework, and cannot be redefined as something else other than a method, or the check framework will raise an error. This change amends the django.core.checks.model_check.check_all_models() function, so that it verifies that a model instance's attribute "check" is actually a method. This new check is assigned the id "models.E020".
-
Loic Bistuer yazdı
-
mcgeeco yazdı
Thanks Daniele Procida for suggested wording.
-