1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/docs
..
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 Fixed #6136 -- Updated the localflavor documentation. Patch from Nick Efford. 2007-12-17 08:58:29 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt
authentication.txt Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
cache.txt
conf.py [docs] OK, I give up. 2008-03-27 15:14:57 +00:00
contenttypes.txt
contributing.txt
csrf.txt
custom_model_fields.txt
databases.txt Edited various doc changes from [6801] 2007-12-04 06:13:56 +00:00
databrowse.txt
db-api.txt Fixed some stale documentation that was advising against the use of OneToOneFields. Post queryset refactor, that warning is no longer required. 2008-06-14 14:19:28 +00:00
design_philosophies.txt Fixed #6367 -- Fixed link to zen of Python, thanks N00ne and dtulig. 2008-01-13 02:14:21 +00:00
distributions.txt Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma. 2008-02-13 23:17:55 +00:00
django-admin.txt
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 Various documentation edits from the past few changesets 2008-06-12 03:36:48 +00:00
fastcgi.txt
flatpages.txt
form_for_model.txt Added note to docs/form_for_model.txt (from [6844]) explaining this is deprecated in favor of ModelForms 2007-12-19 03:39:21 +00:00
form_preview.txt
form_wizard.txt Added section to docs/form_wizard.txt about extra_context. Thanks, Honza 2008-03-17 17:26:02 +00:00
forms.txt
generic_views.txt
i18n.txt Edited some docs changes from the past few days 2008-03-25 04:42:21 +00:00
index.txt
install.txt
legacy_databases.txt Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B. 2007-07-01 01:00:23 +00:00
localflavor.txt
Makefile
middleware.txt
model-api.txt
modelforms.txt
modpython.txt
newforms.txt
outputting_csv.txt Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 2007-01-24 20:08:47 +00:00
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 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
request_response.txt
serialization.txt Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which had multiple problems: 2008-06-09 14:03:35 +00:00
sessions.txt
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 Edited some docs changes from the past few days 2008-03-25 04:42:21 +00:00
templates_python.txt
templates.txt
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
tutorial02.txt
tutorial03.txt
tutorial04.txt
unicode.txt Edited docs/unicode.txt change from [6463] -- Americanized 'behavior' 2007-11-30 05:09:49 +00:00
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