django/docs
Adrian Holovaty 061ed82b22 Fixed #5430 -- Improved docs for running Django's own unit tests in docs/contributing.txt. Thanks, akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6295 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15 17:44:14 +00:00
..
man Fixed #5180 -- Added man pages for remaining files under django/bin/. We still need to rename some binaries before they can be safely installed, I suspect, so these aren't installed by default yet, but the groundwork is there now. Excellent job, Nick Efford! 2007-08-19 11:59:20 +00:00
add_ons.txt
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt
cache.txt
contributing.txt Fixed #5430 -- Improved docs for running Django's own unit tests in docs/contributing.txt. Thanks, akaihola 2007-09-15 17:44:14 +00:00
csrf.txt Added a reference for the claim in CSRF docs that GET requests 2007-08-16 14:09:41 +00:00
databases.txt
databrowse.txt Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Efford 2007-09-14 18:59:20 +00:00
db-api.txt
design_philosophies.txt
distributions.txt
django-admin.txt
documentation.txt
email.txt
faq.txt Fixed #5209 -- Removed link to outdated screencast in docs/faq.txt. Thanks, Collin Grady 2007-08-25 18:37:43 +00:00
fastcgi.txt
flatpages.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
form_preview.txt
forms.txt
generic_views.txt Fixed #5357 -- Added documentation on the 'page' argument to generic object_list views. Thanks, mitja. 2007-09-15 11:19:35 +00:00
i18n.txt
install.txt Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum 2007-09-15 04:58:41 +00:00
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
middleware.txt
model-api.txt Fixed #5460 -- unique_together now accepts a single tuple for convenience. Thanks, Deryck Hodge 2007-09-14 20:36:53 +00:00
modpython.txt
newforms.txt Edited docs/newforms.txt changes from [6273] 2007-09-15 15:17:18 +00:00
outputting_csv.txt
outputting_pdf.txt Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek Lee-Wo 2007-02-10 03:39:14 +00:00
overview.txt
redirects.txt Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson 2007-04-24 05:58:03 +00:00
release_notes_0.95.txt
release_notes_0.96.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
request_response.txt Added 'New in Django development version' note to docs/request_response.txt change from [6164] 2007-09-14 15:21:30 +00:00
serialization.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
sessions.txt
settings.txt
shortcuts.txt
sitemaps.txt
sites.txt Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up all the "current site" lookups. Thanks, Matt Riggott. 2007-09-14 08:37:09 +00:00
static_files.txt
syndication_feeds.txt Improved syndication feed framework to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use the syndication feed framework. This is backwards incompatible if anybody has subclassed Feed and overridden __init__(), because the second parameter is now expected to be an HttpRequest object instead of request.path 2007-07-12 05:29:32 +00:00
templates.txt Fixed #5477 -- Added links from the markup filters to the more extensive documentation in the add-ons file. Patch from mitja. 2007-09-15 09:51:57 +00:00
templates_python.txt Edited docs/templates_python.txt change from [6143] 2007-09-14 04:04:51 +00:00
testing.txt Fixed #4692 -- Documented required database privileges. Thanks, ubernostrum 2007-09-15 04:58:41 +00:00
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Correcting inadvertent typo from [6224] 2007-09-15 01:02:45 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt Used the url() function when adding a named URL pattern, mostly as an example of good practice and to introduce the function. Fixed #4908 (although it wasn't a bug). 2007-08-19 15:08:48 +00:00
unicode.txt
url_dispatch.txt Added documentation of the arguments for the url() function. 2007-08-19 15:08:21 +00:00
webdesign.txt