django/docs
Adrian Holovaty 9a090b2c1f Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-06 05:16:35 +00:00
..
man
add_ons.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
admin_css.txt
apache_auth.txt
api_stability.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
authentication.txt Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady 2007-08-06 05:13:06 +00:00
cache.txt
contributing.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
csrf.txt
databases.txt Changed several documentation links to be relative. 2007-08-04 03:39:24 +00:00
databrowse.txt
db-api.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
design_philosophies.txt
distributions.txt Fixed #4627 -- Added details on MacPorts packaging of Django. Thanks, Paul Bissex. 2007-07-12 12:55:28 +00:00
django-admin.txt Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks, 2007-07-14 05:27:22 +00:00
documentation.txt
email.txt
faq.txt Fixed #5074 -- Added link to audio clip of 'Django' pronunciation 2007-08-06 04:36:43 +00:00
fastcgi.txt Fixed #4525 -- Fixed mistaken documentation on arguments to runfcgi. Thanks, Johan Bergstrom <bugs@bergstroem.nu>. 2007-07-12 14:21:51 +00:00
flatpages.txt
forms.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
generic_views.txt
i18n.txt
install.txt Fixed #4538 -- Split the installation instructions to differentiate between installing a distribution package and installing an official release. Thanks to Carl Karsten for the idea, and Paul Bissex for the patch. 2007-07-12 14:41:32 +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 Fixed #4764 -- Added reference to Locale middleware in middleware docs. Thanks, dan@coffeecode.net. 2007-07-12 13:41:27 +00:00
model-api.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
modpython.txt
newforms.txt Fixed #5053 -- Added 'action' attribute to <form> tags that didn't have that attribute in docs/newforms.txt examples. Perfectionism appreciated, trickyb 2007-08-06 05:16:35 +00:00
outputting_csv.txt
outputting_pdf.txt
overview.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
redirects.txt
release_notes_0.95.txt Changed the 0.95 release notes to point to the 0.95 documentation index. 2007-08-04 03:36:58 +00:00
release_notes_0.96.txt
request_response.txt
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
sitemaps.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
sites.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +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 Improved docs/templates.txt section on the 'regroup' tag 2007-07-15 21:16:32 +00:00
templates_python.txt
testing.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
transactions.txt Added 'Transactions in MySQL' section to docs/transactions.txt 2006-07-24 02:39:50 +00:00
tutorial01.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
tutorial02.txt Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `FormField`s and db model `Field`s. This is fully backwards compatible at the moment since the legacy `maxlength` argument is still supported. Using `maxlength` will, however, issue a `PendingDeprecationWarning` when used. 2007-08-05 05:14:46 +00:00
tutorial03.txt Refs #5089 -- Added file name to poll detail template examples in the tutorial. 2007-08-05 04:39:52 +00:00
tutorial04.txt Refs #5089 -- Added file name to poll detail template examples in the tutorial. 2007-08-05 04:39:52 +00:00
unicode.txt
url_dispatch.txt Fixed #5078 -- Fixed several broken links to the syndication documentation. 2007-08-04 03:19:14 +00:00
webdesign.txt