.. |
add_ons.txt
|
…
|
|
admin_css.txt
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
2006-09-29 02:30:42 +00:00 |
apache_auth.txt
|
Added the word 'static' to docs/apache_auth.txt for benefit of search engines. Thanks, Paul
|
2006-09-25 19:56:00 +00:00 |
api_stability.txt
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
2006-09-29 02:30:42 +00:00 |
authentication.txt
|
Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com.
|
2006-11-02 14:30:11 +00:00 |
cache.txt
|
…
|
|
contributing.txt
|
…
|
|
csrf.txt
|
…
|
|
db-api.txt
|
Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute).
|
2006-10-14 02:48:05 +00:00 |
design_philosophies.txt
|
…
|
|
django-admin.txt
|
Proofread new django-admin 'adminmedia' option from [3811] and [3812]
|
2006-09-25 17:50:36 +00:00 |
documentation.txt
|
…
|
|
email.txt
|
…
|
|
faq.txt
|
Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0
|
2006-10-23 23:53:24 +00:00 |
fastcgi.txt
|
…
|
|
flatpages.txt
|
…
|
|
forms.txt
|
Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.
|
2006-11-07 04:29:07 +00:00 |
generic_views.txt
|
Added note to docs/generic_views.txt that extra_context is new in Django development version. Refs #2966 and [3950]
|
2006-10-30 20:57:35 +00:00 |
i18n.txt
|
…
|
|
install.txt
|
Updated docs/install.txt to note lack of setuptools in development version
|
2006-10-16 22:38:18 +00:00 |
legacy_databases.txt
|
…
|
|
middleware.txt
|
…
|
|
model-api.txt
|
Added note to docs/model-api.txt that EmailField has automatic maxlength=75
|
2006-10-19 21:55:08 +00:00 |
modpython.txt
|
Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> instead of <Directory>
|
2006-10-27 02:03:15 +00:00 |
outputting_csv.txt
|
…
|
|
outputting_pdf.txt
|
…
|
|
overview.txt
|
…
|
|
redirects.txt
|
…
|
|
release_notes_0.95.txt
|
Fixed a small typo.
|
2006-09-28 11:38:19 +00:00 |
request_response.txt
|
Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct
|
2006-10-23 07:46:22 +00:00 |
serialization.txt
|
…
|
|
sessions.txt
|
…
|
|
settings.txt
|
Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs to the backend's connect method. Thanks, ymasuda.
|
2006-11-07 05:17:38 +00:00 |
sitemaps.txt
|
…
|
|
sites.txt
|
…
|
|
static_files.txt
|
Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady
|
2006-10-30 20:52:02 +00:00 |
syndication_feeds.txt
|
Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@simon.net.nz.
|
2006-11-07 01:54:34 +00:00 |
templates.txt
|
Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee
|
2006-10-27 01:58:13 +00:00 |
templates_python.txt
|
Made small edits to docs/templates_python.txt
|
2006-10-24 16:23:05 +00:00 |
testing.txt
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
2006-09-29 02:30:42 +00:00 |
transactions.txt
|
…
|
|
tutorial01.txt
|
…
|
|
tutorial02.txt
|
Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda
|
2006-10-24 16:56:25 +00:00 |
tutorial03.txt
|
Fixed #2863 -- Fixed a small typo in one of the examples. Thanks
|
2006-10-23 07:42:04 +00:00 |
tutorial04.txt
|
Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro.
|
2006-10-30 13:44:41 +00:00 |
url_dispatch.txt
|
…
|
|