1
0
mirror of https://github.com/django/django.git synced 2025-01-13 20:07:13 +00:00
django/docs/topics
Malcolm Tredinnick 6fa30faa79 Fixed #10574 -- Documented interaction between annotations and order_by.
In the future, I'd like to fix this properly, but the current behavior
has the advantage of being consistent across the board (and changing it
everywhere is backwards-incompatible with documented functionality).

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-25 09:05:38 +00:00
..
db Fixed #10574 -- Documented interaction between annotations and order_by. 2009-03-25 09:05:38 +00:00
forms Fixed #10437 -- Corrected typo in Widget media example. Thanks to Manuel Saelices. 2009-03-24 11:42:34 +00:00
http Made default MIDDLEWARE_CLASSES same as in project_template. 2009-03-23 23:20:40 +00:00
auth.txt Fixed #689 -- Added a middleware and authentication backend to contrib.auth for supporting external authentication solutions. Thanks to all who contributed to this patch, including Ian Holsman, garthk, Koen Biermans, Marc Fargas, ekarulf, and Ramiro Morales. 2009-03-15 05:54:28 +00:00
cache.txt
conditional-view-processing.txt A bunch of improvements for conditional HTTP processing. 2009-03-24 03:01:46 +00:00
email.txt
files.txt
i18n.txt Fixed #10503 -- Clarified docs on the operation of the noop option to {% trans %}. Thanks to liangent for the report. 2009-03-24 11:44:51 +00:00
index.txt Fixed #5791 -- Added early-bailout support for views (ETags and Last-modified). 2009-03-22 07:58:29 +00:00
install.txt
pagination.txt
serialization.txt
settings.txt
signals.txt
templates.txt
testing.txt Fixed #10482 -- Unified access to response.context when inspecting responses from the test client. Thanks to James Bennett for the design, and Julien Phalip for the patch. 2009-03-18 10:46:55 +00:00