- 31 Agu, 2013 6 kayıt (commit)
-
-
Ramiro Morales yazdı
Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase unittest TestCase subclass. Fixes #20739.
-
Claude Paroz yazdı
-
Claude Paroz yazdı
Thanks Stéphane Raimbault for the report and the initial patch.
-
Loic Bistuer yazdı
-
Claude Paroz yazdı
-
Tim Graham yazdı
-
- 30 Agu, 2013 7 kayıt (commit)
-
-
Carl Meyer yazdı
Refs #18162. Thanks claudep and mjtamlyn for review.
-
Claude Paroz yazdı
Thanks Simon Charette for the review.
-
Simon Charette yazdı
-
Claude Paroz yazdı
Refs #20454.
-
Curtis Maloney yazdı
Merged BaseIncludeNode, ConstantIncludeNode and Include node. This avoids raising TemplateDoesNotExist at parsing time, allows recursion when passing a literal template name, and should make TEMPLATE_DEBUG behavior consistant. Thanks loic84 for help with the tests. Fixed #3544, fixed #12064, fixed #16147
-
Anssi Kääriäinen yazdı
The option can be used to force pre 1.6 style SELECT on save behaviour. This is needed in case the database returns zero updated rows even if there is a matching row in the DB. One such case is PostgreSQL update trigger that returns NULL. Reviewed by Tim Graham. Refs #16649
-
Anssi Kääriäinen yazdı
-
- 29 Agu, 2013 11 kayıt (commit)
-
-
Simon Charette yazdı
-
Tomer Chachamu yazdı
-
Tim Graham yazdı
Thanks jsdalton.
-
Jorge C. Leitão yazdı
-
Tim Graham yazdı
Thanks jeroen.pulles at redslider.net for the suggestion and helper script.
-
Tim Graham yazdı
Thanks homm for the report and Aramgutang and lrekucki for work on the patch.
-
Tim Graham yazdı
Thanks chris at cogdon.org for the report and admackin for the patch.
-
Tim Graham yazdı
The definition is arbitrary and creates a broken "view on site" link in the admin if a project doesn't define such a URL.
-
Curtis Maloney yazdı
-
Curtis Maloney yazdı
Reviewed by Loic Bistuer and Tim Graham.
-
Claude Paroz yazdı
Thanks lvella at gmail.com for the report.
-
- 28 Agu, 2013 6 kayıt (commit)
-
-
Tim Graham yazdı
Thanks Cloudream for the report.
-
Tim Graham yazdı
Thanks traff and FunkyBob for work on the patch.
-
Loic Bistuer yazdı
Reviewed by Trac alias MarkusH.
-
Michał Górny yazdı
The current auth backend code catches TypeError to detect backends that do not support specified argumetnts. As a result, any TypeErrors raised within the actual backend code are silenced. In Python 2.7+ and 3.2+ this can be avoided by using inspect.getcallargs(). With this method, we can test whether arguments match the signature without actually calling the function. Thanks David Eyk for the report.
-
Marc Tamlyn yazdı
Minor spelling correction in ModelForms docs
-
Phaneendra Chiruvella yazdı
-
- 27 Agu, 2013 5 kayıt (commit)
-
-
Krzysztof Jurewicz yazdı
-
Tim Graham yazdı
-
Matt Robenolt yazdı
-
Tim Graham yazdı
Thanks chrismedrela for the report.
-
Marc Tamlyn yazdı
Fixed typo in docs/topics/conditional-view-processing.txt
-
- 26 Agu, 2013 5 kayıt (commit)
-
-
Warren Smith yazdı
Modified django.utils.dateformat module, moving __init__() method and timezone-related format methods from DateFormat class to TimeFormat base class. Modified timezone-related format methods to return an empty string when timezone is inappropriate for input value.
-
Erik Romijn yazdı
-
Ramiro Morales yazdı
Thanks Susan Tan. Refs #19949.
-
Jan Böcker yazdı
-
Ramiro Morales yazdı
This only affests reporting not data collection and allows coverage.py to succesfully finish the generation of e.g. the HTML report. Cases of code whose execution data is collected during the run phase but for which no associated source code files can be found at the reporting phase include tests with egg files and Python module files created at test execution-time.
-