mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	* Moved forms.txt to oldforms.txt * Moved newforms.txt to forms.txt * Updated links and most references to "newforms" (there are a few sections that need a more significant rewrite). git-svn-id: http://code.djangoproject.com/svn/django/trunk@8020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
		
			
				
	
	
		
			129 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			129 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ====================
 | |
| Django Documentation
 | |
| ====================
 | |
| 
 | |
| The essential documentation
 | |
| ===========================
 | |
| 
 | |
| If you're new to Django, make sure to read the following documentation in
 | |
| order.. The rest (in the "reference" section below) can be ready in any order as
 | |
| you need various functionality.
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
|    
 | |
|    overview
 | |
|    install
 | |
|    tutorial01
 | |
|    tutorial02
 | |
|    tutorial03
 | |
|    tutorial04
 | |
|    faq
 | |
|    documentation
 | |
|    
 | |
| Reference
 | |
| =========
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
|    
 | |
|    django-admin
 | |
|    model-api
 | |
|    db-api
 | |
|    transactions
 | |
|    templates
 | |
|    templates_python
 | |
|    forms
 | |
|    modelforms
 | |
|    testing
 | |
|    sessions
 | |
|    cache
 | |
|    settings
 | |
|    url_dispatch
 | |
|    request_response
 | |
|    generic_views
 | |
|    authentication
 | |
|    shortcuts
 | |
|    unicode
 | |
|    pagination
 | |
|    serialization
 | |
|    i18n
 | |
|    middleware
 | |
|    custom_model_fields
 | |
|    databases
 | |
|    
 | |
| ``django.contrib`` add-ons
 | |
| --------------------------
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
|    
 | |
|    add_ons
 | |
|    contenttypes
 | |
|    csrf
 | |
|    databrowse
 | |
|    flatpages
 | |
|    form_preview
 | |
|    form_wizard
 | |
|    localflavor
 | |
|    redirects
 | |
|    sites
 | |
|    sitemaps
 | |
|    syndication_feeds
 | |
|    webdesign
 | |
|    
 | |
| Deployment
 | |
| ----------
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
| 
 | |
|    modpython
 | |
|    fastcgi
 | |
|     
 | |
| Solving specific problems
 | |
| -------------------------
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
| 
 | |
|    apache_auth
 | |
|    static_files
 | |
|    email
 | |
|    legacy_databases
 | |
|    outputting_pdf
 | |
|    outputting_csv
 | |
|     
 | |
| Et cetera
 | |
| ---------
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
| 
 | |
|    design_philosophies
 | |
|    contributing
 | |
|    admin_css
 | |
|    api_stability
 | |
| 
 | |
| Release notes
 | |
| -------------
 | |
| 
 | |
| .. toctree::
 | |
|    :maxdepth: 1
 | |
| 
 | |
|    release_notes_0.96
 | |
|    release_notes_0.95
 | |
| 
 | |
| Also see the list of `backwards-incompatible changes`__ for changes made between
 | |
| releases.
 | |
| 
 | |
| __ http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
 | |
| 
 | |
| Indices and tables
 | |
| ==================
 | |
| 
 | |
| * :ref:`genindex`
 | |
| * :ref:`modindex`
 | |
| * :ref:`search`
 | |
| 
 |