1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/django
2011-03-09 12:34:17 +00:00
..
bin
conf Fixed #15553 -- Updated Macedonian locale. Thanks to vasiliyeah for the patch. 2011-03-07 00:31:48 +00:00
contrib Modified collectstatic management command to not include STATIC_ROOT in the user prompt since it's misleading when using a non-local storage backend. 2011-03-09 12:34:17 +00:00
core Fixed #15531 -- Partially reverted [15701] due to compatibility issues with middlewares that modify content of responses. Thanks for the report, schinckel. Refs #15281. 2011-03-02 10:40:48 +00:00
db Added a skip for a test that fails in Oracle. Unlike other backends, Oracle does not allow duplicate rows where there is a unique_together constraint for which some but not all of the columns are NULL. 2011-03-08 22:41:25 +00:00
dispatch
forms
http Removed some dead code, and old/bad constructs from the HttpResponse classes. 2011-03-09 04:09:47 +00:00
middleware Fixed #4992 -- Respect the GET request query string when creating cache keys. Thanks PeterKz and guettli for the initial patch. 2011-03-02 12:47:36 +00:00
shortcuts
template Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle %}. Thanks to Brian Neal for the report, and to Andrew and Jannis for the design consult. 2011-03-08 13:43:53 +00:00
templatetags Fixed #15535 -- Stopped the blocktrans template tag from raising a KeyError if an included variable can't be found in the context. Thanks, melinath. 2011-03-02 21:36:41 +00:00
test
utils Fixed #15543 -- Tweaked change from r15696 to not use 'if' syntax introduce in Python 2.5. Thanks to an anonymous reporter for the heads up. 2011-03-03 18:42:59 +00:00
views Fixed #15560 -- Cleaned up some redundant post->put redirections in the class-based generic views. Thanks to maney for the report and patch. 2011-03-06 05:55:12 +00:00
__init__.py Bump trunk to 1.3 release candidate status. 2011-03-04 05:27:28 +00:00