.. |
db
|
Fixed #9012: Changed inappropriate title of models documentation.
|
2009-03-31 18:14:12 +00:00 |
forms
|
Fixed #10389, #10501, #10502, #10540, #10562, #10563, #10564, #10565, #10568, #10569, #10614, #10617, #10619 -- Fixed several typos as well as a couple minor issues in the docs, patches from timo, nih, bthomas, rduffield, UloPe, and sebleier@gmail.com.
|
2009-03-31 07:01:01 +00:00 |
http
|
Fixed #10120 -- Added a `return` to a doc example, patch from andrews.
|
2009-03-31 16:49:54 +00:00 |
auth.txt
|
Fixed #10306: Corrected form action in auth login example.
|
2009-03-31 17:00:59 +00:00 |
cache.txt
|
Made a bunch of edits to docs/topics/cache.txt, mostly based on stuff from the Django Book
|
2009-03-14 22:51:05 +00:00 |
conditional-view-processing.txt
|
A bunch of improvements for conditional HTTP processing.
|
2009-03-24 03:01:46 +00:00 |
email.txt
|
Fixed #8638 -- Added documentation on how to redirect email to a dummy server for testing purposes. Thanks to Rob Hudson and Marc Fargas for their work on the draft for this change.
|
2009-01-29 12:31:11 +00:00 |
files.txt
|
Fixed #9904 -- Corrected name of storage method in files documentation.
|
2008-12-22 23:21:32 +00:00 |
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
|
Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.
|
2009-02-28 06:03:18 +00:00 |
pagination.txt
|
Fixed #9215 -- Added a view/template example of using pagination.
|
2008-10-07 11:51:14 +00:00 |
serialization.txt
|
Fixed #10218 -- Reworded serialization.txt sentence to remove awkward quotes. Thanks for bringing this up, thedaniel
|
2009-02-21 08:40:07 +00:00 |
settings.txt
|
Fixed #6979 -- Fixed the documentation cross-reference between the TIME_ZONE
|
2008-10-06 11:18:30 +00:00 |
signals.txt
|
Fixed #8326: added signals documentation.
|
2008-08-26 19:04:52 +00:00 |
templates.txt
|
Minor typo correction from [9279].
|
2008-10-26 03:10:13 +00:00 |
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 |