1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs
Malcolm Tredinnick 6d5c868e86 Fixed #7543 -- Typo fix. Thanks, James Turnbull.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-30 06:42:50 +00:00
..
man
add_ons.txt
admin_css.txt
apache_auth.txt Fixed #5782 -- Fixed a small typo spotted by obeattie. 2007-10-20 04:16:40 +00:00
api_stability.txt
authentication.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
cache.txt Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to be a template variable. Inspired by the patch by zz and edrik 2008-06-26 04:54:10 +00:00
conf.py [docs] OK, I give up. 2008-03-27 15:14:57 +00:00
contenttypes.txt
contributing.txt Improved our tests so that they don't raise an error if setuptools isn't installed, hence ridding the test suite of all dependencies. Also updated docs. 2008-06-26 04:25:40 +00:00
csrf.txt
custom_model_fields.txt
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 Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are merged. 2008-06-30 06:24:21 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace when custom SQL loading fails. Also added documentation for the --traceback option. Thanks to guettli for the patch. 2008-06-19 13:24:39 +00:00
documentation.txt Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build_documentation.py 2007-05-02 20:27:37 +00:00
email.txt
faq.txt
fastcgi.txt
flatpages.txt
form_for_model.txt
form_preview.txt Fixed #7292 -- Removed reference to form_for_model in the form_preview docs. Thanks to programmerq for the report. 2008-06-17 11:22:03 +00:00
form_wizard.txt
forms.txt
generic_views.txt
i18n.txt
index.txt
install.txt Edited some docs changes from the past few days 2008-03-25 04:42:21 +00:00
legacy_databases.txt
localflavor.txt
Makefile
middleware.txt Fixed #6247 -- Added CsrfMiddleware to docs/middleware.txt. Thanks, Uninen 2008-01-02 05:13:46 +00:00
model-api.txt Fixed #7543 -- Typo fix. Thanks, James Turnbull. 2008-06-30 06:42:50 +00:00
modelforms.txt Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holscher for the suggestion. 2008-06-23 12:57:11 +00:00
modpython.txt
newforms.txt Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, George Vilches. 2008-06-17 13:47:17 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa 2007-08-07 02:33:11 +00:00
pagination.txt Added docs/pagination.txt 2008-03-18 22:36:14 +00:00
redirects.txt
release_notes_0.95.txt
release_notes_0.96.txt
request_response.txt
serialization.txt
sessions.txt Fixed #6777 -- Made some text in docs/sessions.txt into internal links. Thanks, ramiro 2008-06-16 04:01:33 +00:00
settings.txt Fixed #7059 -- Added a note to the settings documentation reminding users that when DEBUG=True, Django keeps a log of queries. Thanks for the suggestion, simonb. 2008-06-19 12:13:43 +00:00
shortcuts.txt
sitemaps.txt
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoume 2008-06-16 03:35:50 +00:00
templates.txt Fixed #7470 -- Corrected typo in template docs. Thanks to cbmeeks@gmail.com for the report. 2008-06-17 11:19:08 +00:00
testing.txt Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks for the suggestion and implementation, J. Pablo Fernandez <pupeno@pupeno.com>. 2008-06-06 13:50:02 +00:00
transactions.txt
tutorial01.txt Fixed #6830 -- Changed the docs/tutorial01.txt reference to the IRC channel to lower the expectation slightly on how much help you'll receive 2008-06-16 04:03:25 +00:00
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt
url_dispatch.txt Fixed #7191 -- Removed leading slashes in description of the patterns that a URLconf checks when GET data is present. Thanks, andrews. 2008-05-29 12:02:11 +00:00
webdesign.txt