- 01 Nis, 2015 8 kayıt (commit)
-
-
Claude Paroz yazdı
Forward port of 05a781a4 from stable/1.8.x
-
Tim Graham yazdı
-
Preston Timmons yazdı
This change: * Makes the InclusionNode cache-safe by removing render-time side effects to its nodelist. * Ensures the render_context stack is properly scoped and reset by updating the render call to use Template.render rather than Nodelist.render.
-
Tim Heap yazdı
Rendering a Jinja template with self in the context threw an error. While self is a reserved variable in Jinja, including self in the context is not an error, so Django should respect that.
-
Joost Rijneveld yazdı
-
Kostochko Dmitriy yazdı
-
Markus Holtermann yazdı
Thanks Claude Paroz and Tim Graham for the review
-
Markus Holtermann yazdı
Calling Migration.mutate_state() now also allows to do in_place mutations in case an intermediate state is thrown away later. Thanks Anssi Kääriäinen for the idea, Ryan Hall for parts of the patch, and Claude Paroz and Tim Graham for the review
-
- 31 Mar, 2015 2 kayıt (commit)
-
-
Tim Graham yazdı
SimpleCookie.__repr__() changed in https://hg.python.org/cpython/rev/88e1151e8e02
-
Tim Graham yazdı
-
- 30 Mar, 2015 7 kayıt (commit)
-
-
Andriy Sokolovskiy yazdı
-
Tim Graham yazdı
Thanks Aymeric Augustin and Florian Apolloner for work on the patch.
-
Tim Graham yazdı
Thanks Florian Apolloner for the review.
-
Andriy Sokolovskiy yazdı
-
Jorge Barata González yazdı
Thanks simon29 for report, and freakboy3742, floledermann, jacob, claudep and collinanderson for discussing the task.
-
Markus Holtermann yazdı
Thanks Tim Graham for the review.
-
Simon Charette yazdı
-
- 29 Mar, 2015 3 kayıt (commit)
-
-
Christopher Luc yazdı
Thanks djbug for the report and Aymeric Augustin and Carl Meyer for the review.
-
Marten Kenbeek yazdı
Made MigrationGraph forwards_plan() and backwards_plan() fall back to an iterative approach in case the recursive approach exceeds the recursion depth limit.
-
Marten Kenbeek yazdı
-
- 28 Mar, 2015 6 kayıt (commit)
-
-
Markus Holtermann yazdı
Thanks to David Sanders for the report and test and Simon Charette for the review.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
-
SaeX yazdı
-
Claude Paroz yazdı
Thanks Tim Graham for reporting the regression.
-
- 27 Mar, 2015 4 kayıt (commit)
-
-
Moritz Sichert yazdı
-
Caroline Simpson yazdı
Added a django.template logger without a default handler. Added logging if there is an exception while resolving variables in a template.
-
Tim Graham yazdı
-
Tim Graham yazdı
-
- 26 Mar, 2015 4 kayıt (commit)
-
-
Matt Seymour yazdı
-
Marco Fucci yazdı
Added support for multiple m2m fields with the same 'to' model and with related_name set to '+'.
-
Bas Peschier yazdı
-
Bas Peschier yazdı
This introduces a force_append_slash argument for request.get_full_path() which is used by RedirectFallbackMiddleware and CommonMiddleware when handling redirects for settings.APPEND_SLASH.
-
- 25 Mar, 2015 6 kayıt (commit)
-
-
Bertrand Bordage yazdı
`','`, `'1,,1'`, `',1'` etc. are no longer considered as valid comma-separated integer lists.
-
Tim Graham yazdı
-
Andrei Kulakov yazdı
-
Alex Hill yazdı
-
Alex Hill yazdı
This adds a new method, Apps.lazy_model_operation(), and a helper function, lazy_related_operation(), which together supersede add_lazy_relation() and make lazy model operations the responsibility of the App registry. This system no longer uses the class_prepared signal.
-
David Seddon yazdı
-