- 23 Eki, 2014 3 kayıt (commit)
-
-
Berker Peksag yazdı
-
Claude Paroz yazdı
That test might not always execute, but can be executed when the parent test label is explicitely given.
-
Tim Graham yazdı
-
- 22 Eki, 2014 11 kayıt (commit)
-
-
Tim Graham yazdı
-
Loic Bistuer yazdı
Thanks dfunckt and Tim Graham.
-
Loic Bistuer yazdı
Previously a RuntimeError was raised every time two models clashed in the app registry. This prevented reloading a module in a REPL; while it's not recommended to do so, we decided not to forbid this use-case by turning the error into a warning. Thanks @dfunckt and Sergey Pashinin for the initial patches.
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks prathik for the report.
-
Tim Graham yazdı
-
Loic Bistuer yazdı
This includes the following improvements: - The type of the style object is now called 'Style' rather than 'dummy'. - The new make_style() function allows generating a Style object directly from a config string. Before the only way to get a style object was through the environ and it also required that the terminal supported colors which isn't necessarily the case when testing. - The output of no_style() is now cached with @lru_cache. - The output of no_style() now has the same set of attributes as the other Style objects. Previously it allowed anything to pass through with __getattr__.
-
Loic Bistuer yazdı
Thanks Tim Graham for the review.
-
Berker Peksag yazdı
This is a leftover from 5612f54b.
-
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 6 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ı
-