- 26 Kas, 2013 6 kayıt (commit)
-
-
Claude Paroz yazdı
Thanks Gunnar Scherf for the report and the suggested patch.
-
Richard Xia yazdı
-
Baptiste Mispelon yazdı
-
Vajrasky Kok yazdı
Fixed #21512 -- Added more complete information about Pillow and PIL in model_fields and model_forms tests.
-
Jay Leadbetter yazdı
Updated ModelAdmin to use form.instance when passing parent model to child inlines for add_view. There is effectively no change in the change_view since the previously passed 'obj' is the same as form.instance. Thanks to meshy for report, and EvilDMP and timo for review.
-
Loic Bistuer yazdı
-
- 25 Kas, 2013 7 kayıt (commit)
-
-
Krzysztof Jurewicz yazdı
Since Python 2.5, KeyboardInterrupt and SystemExit are not subclasses of Exception, so explicitly reraising them before the “except Exception” clause is not necessary anymore.
-
Alex Gaynor yazdı
-
Shai Berger yazdı
A test for annotations incorrectly assumed that the first instance (in the test) of a model using AutoField for PK will always get pk=1. The test was changed to compare against actual instance id instead.
-
Ludwik Trammer yazdı
-
Shai Berger yazdı
Failure was introduced with test in [19e5cd77]
-
Alex Gaynor yazdı
-
Alex Gaynor yazdı
-
- 24 Kas, 2013 14 kayıt (commit)
-
-
Simon Charette yazdı
-
Tim Graham yazdı
-
Tim Graham yazdı
Thanks glarrain for the report.
-
Loic Bistuer yazdı
The settings reference documentation doesn't seem the right place to invite users to write their own db and cache backends. Also the actual wording makes the task sound trivial, which is hardly the case; writing a custom db backend is a very difficult task, and writing a custom cache backend is full of gotcha.
-
Joel Bohman yazdı
-
Antonis Christofides yazdı
-
Baptiste Mispelon yazdı
-
Florian Apolloner yazdı
This only affects the new cache api and not the deprecated get_cache. Refs #21012
-
Alex Gaynor yazdı
-
Baptiste Mispelon yazdı
Thanks to trac user paultag for the report.
-
Florian Apolloner yazdı
-
Florian Apolloner yazdı
This (hopefully) ensures that the cache are created the same way as before the offending commit.
-
Vajrasky Kok yazdı
-
Florian Apolloner yazdı
-
- 23 Kas, 2013 13 kayıt (commit)
-
-
Alex Gaynor yazdı
Add missing commas in Prefetch docs
-
Thomas Orozco yazdı
-
Baptiste Mispelon yazdı
-
Florian Apolloner yazdı
Today is not my day :(
-
Florian Apolloner yazdı
Actually comitted the code now :þ
-
Claude Paroz yazdı
This was particularly problematic in the chain get_wsgi_application -> db.connections import -> signal connection -> settings configuration. Thanks Jon Dufresne for the report.
-
Florian Apolloner yazdı
Thanks to tchaumeny for the patch.
-
Alex Gaynor yazdı
-
Denis Cornehl yazdı
Problem were users calling messages.debug/info/* with a wrong argument and getting the error "You cannot add messages without installing MessageMiddleware" Thanks to trac-user merb for the report.
-
Aymeric Augustin yazdı
Fixed #20187 -- Allowed repeated iteration of HttpResponse. All this became possible when support for old-style streaming responses was finally removed.
-
Aymeric Augustin yazdı
-
Ramiro Morales yazdı
Removed multiple locales separated by commas variation (that wasn't working as documented) in favor of simply allowing use of the ``--locale``/``-l`` options more than once for ``makemessages`` and ``compilemessages``. Thanks Romain Beylerian for the report and Claude, Simon for their help. 87502969 from stable/1.6.x.
-
Curtis Maloney yazdı
Thanks Curtis Malony and Florian Apolloner. Squashed commit of the following: commit 3380495e93f5e81b80a251b03ddb0a80b17685f5 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:18:07 2013 +0100 Looked up the template_fragments cache at runtime. commit 905a74f52b24a198f802520ff06290a94dedc687 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:19:48 2013 +0100 Removed all uses of create_cache. Refactored the cache tests significantly. Made it safe to override the CACHES setting. commit 35e289fe9285feffed3c60657af9279a6a2cfccc Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:23:57 2013 +0100 Removed create_cache function. commit 8e274f747a1f1c0c0e6c37873e29067f7fa022e8 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:04:52 2013 +0100 Updated docs to describe a simplified cache backend API. commit ee7eb0f73e6d4699edcf5d357dce715224525cf6 Author: Curtis Maloney <curtis@tinbrain.net> Date: Sat Oct 19 09:49:24 2013 +1100 Fixed #21012 -- Thread-local caches, like databases.
-