1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/docs
2008-08-01 19:29:37 +00:00
..
man
add_ons.txt Added a link to admin docs in add_ons.txt. Refs #7829. 2008-07-21 17:12:15 +00:00
admin_css.txt
admin.txt Fixed #7983 -- Added fields to the ModelAdmin section in the admin documentation. Thanks julien for the report and patch. 2008-08-01 19:29:37 +00:00
apache_auth.txt
api_stability.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
authentication.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
cache.txt Fixed #7398 -- Allow for custom cache-backends to be used. 2008-07-25 18:51:32 +00:00
conf.py
contenttypes.txt Fixed spaces vs. tabs issue in docs/contenttypes.txt from [7976] 2008-07-22 02:57:14 +00:00
contributing.txt Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributing.txt. Thanks John Scott. 2008-07-21 17:39:22 +00:00
csrf.txt Normalized the use of "JavaScript" in the documentation. 2008-07-27 18:34:21 +00:00
custom_model_fields.txt Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report. 2008-07-30 11:11:44 +00:00
databases.txt Corrected the privileges needed to run the test suite under Oracle 2008-07-21 16:50:04 +00:00
databrowse.txt
db-api.txt Added a clarification to the docs about filtering across nullable intermediate 2008-07-29 23:09:54 +00:00
design_philosophies.txt
distributions.txt
django-admin.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
documentation.txt
email.txt Removing another mention of manipulators 2008-07-27 23:27:16 +00:00
faq.txt Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report. 2008-07-25 11:21:21 +00:00
fastcgi.txt Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steinacher. 2008-07-26 00:26:51 +00:00
flatpages.txt
form_for_model.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
form_preview.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
form_wizard.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
forms.txt Normalized the use of "JavaScript" in the documentation. 2008-07-27 18:34:21 +00:00
generic_views.txt Remove the last remaining references to manipulators outside of oldforms docs 2008-07-27 23:51:07 +00:00
i18n.txt Fixed #1157 -- Added some text to i18n.txt to explain how to install the 2008-07-29 06:02:47 +00:00
index.txt Refs #7864 -- Updates to documentation for the oldforms/newforms switch. 2008-07-21 16:38:54 +00:00
install.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
legacy_databases.txt
localflavor.txt Fixed #6427 -- Added some more features to the Austrian localflavor. 2008-07-27 18:54:56 +00:00
Makefile
middleware.txt Normalized the use of "JavaScript" in the documentation. 2008-07-27 18:34:21 +00:00
model-api.txt Clarify the m2m intermediary docs a bit. 2008-08-01 04:38:55 +00:00
modelforms.txt Refs #7864 -- Corrected more instances of "newforms" in the docs. 2008-07-21 16:56:52 +00:00
modpython.txt
oldforms.txt It's time for the "newforms" documentation to arrive: 2008-07-21 17:13:41 +00:00
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 #7999 -- Slightly changed the overview example to disambiguate the use of 'article'. Thanks to Kaell <joshalto@hotmail.com> for the suggestion. 2008-07-30 10:08:12 +00:00
pagination.txt Made the Paginator class a bit more backwards compatible with the lecacy ObjectPaginator class by using the ObjectPaginator's _get_count method. Instead of explicitly checking for an instance of QuerySet, this now allows any object with a count() or __len__() method defined to be passed to Paginator. For one, this is useful when you have custom QuerySet-like classes that implement a count() method but don't inherit from QuerySet explicitly. 2008-07-27 23:01:55 +00:00
redirects.txt
release_notes_0.95.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
release_notes_0.96.txt
release_notes_1.0_alpha.txt Changed "each" to "ease" and made several edits from Adrian. 2008-07-22 02:33:16 +00:00
request_response.txt
serialization.txt
sessions.txt
settings.txt A couple of small typo fixes in the settings docs. Fixed #8032. 2008-07-30 03:19:31 +00:00
shortcuts.txt
sitemaps.txt Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using 2008-07-26 05:07:16 +00:00
sites.txt
static_files.txt
syndication_feeds.txt
templates_python.txt
templates.txt Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the language. Thanks to jturnbull for the suggestion. 2008-07-30 12:37:38 +00:00
testing.txt Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report. 2008-07-26 01:12:46 +00:00
transactions.txt
tutorial01.txt Fixed #7605 -- Added a note about SQLite database creation to Tutorial 1. Thanks to pfctdayelise for the suggestion. 2008-07-13 12:16:11 +00:00
tutorial02.txt Improved the bit of the tutorial that explains how to enable the admin. Fixes #7824. 2008-07-21 17:10:33 +00:00
tutorial03.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
tutorial04.txt
unicode.txt
upload_handling.txt Fixed #7963 -- Corrected reference to deprecated properties in UploadedFile documentation. Thanks to Marty Alchin for the report. 2008-07-26 15:06:42 +00:00
url_dispatch.txt Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, uzi and programmerq 2008-07-22 03:01:21 +00:00
webdesign.txt