.. |
contrib
|
Fixed #10367: Added note to generic-relation docs explaining when it's necessary to pass in field names to create a reverse relation.
|
2009-03-31 17:14:10 +00:00 |
files
|
Fixed #8979 -- Made a bunch of typo/formatting fixes to the docs. Thanks, ramiro
|
2008-09-09 01:54:20 +00:00 |
forms
|
Fixed #8962 -- Consistently support format and input_format in the various (individual, combined, split) date and time form fields and widgets.
|
2009-03-22 16:13:06 +00:00 |
models
|
Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comments, according to the Django style guide. Based on patch from rduffield.
|
2009-03-31 16:07:07 +00:00 |
templates
|
Fixed #10375 -- Added documentation about the default format strings used for the `date` and `time` filters when no format string is passed to the filter, based on patch from kgrandis.
|
2009-03-31 16:34:24 +00:00 |
authbackends.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 |
databases.txt
|
Fixed #10575 -- Fixed wording in database docs, patch from rduffield.
|
2009-03-31 15:42:13 +00:00 |
django-admin.txt
|
Corrected syntax typos in a couple of versionadded directives.
|
2009-03-21 15:28:51 +00:00 |
generic-views.txt
|
Documented how to handle '%' characters in redirect_to() URL strings (even in
|
2008-12-09 07:33:08 +00:00 |
index.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 |
middleware.txt
|
A few minor wording, whitespace, punctuation, and link changes for the middleware documentation.
|
2009-02-15 05:46:00 +00:00 |
request-response.txt
|
Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.
|
2009-03-31 06:30:07 +00:00 |
settings.txt
|
Made default MIDDLEWARE_CLASSES same as in project_template.
|
2009-03-23 23:20:40 +00:00 |
signals.txt
|
Promoted --verbosity to be a top level option for all management commands. Also added -v as a consistent short form of --verbosity. This is mostly to save Malcolm's poor arthritic fingers.
|
2008-10-02 12:57:13 +00:00 |
unicode.txt
|
Fixed #8753: converted "new in ..." callouts to proper Sphinx "versionadded/versionchanged" directives. Thanks to Marc Fargas for all the heavy lifting here.
|
2008-09-02 03:40:42 +00:00 |