.. |
man
|
Added a man page for django-admin.py. Also install it correctly as part of the
|
2007-06-10 06:33:31 +00:00 |
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 #4980 -- Removed 'forms' from the 'not considered stable and will be rewritten' section of docs/api_stability.txt. They've already been rewritten.
|
2007-08-06 05:37:17 +00:00 |
authentication.txt
|
Changed django.contrib.auth.views.login to use RequestSite if the sites framework is not installed -- i.e., the sites framework is no longer required to use this view. See also [5654]
|
2007-08-14 22:08:11 +00:00 |
cache.txt
|
Fixed #4763 -- Minor typo in cache documentations. Thanks, dan@coffeecode.net.
|
2007-07-12 12:50:02 +00:00 |
contributing.txt
|
Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.
|
2007-08-18 05:43:38 +00:00 |
csrf.txt
|
Added a reference for the claim in CSRF docs that GET requests
|
2007-08-16 14:09:41 +00:00 |
databases.txt
|
Changed several documentation links to be relative.
|
2007-08-04 03:39:24 +00:00 |
databrowse.txt
|
Fixed #4818 -- Improved 'Step 2' example in docs/databrowse.txt. Thanks, kevin@berndtgroup.net
|
2007-08-12 03:59:09 +00:00 |
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
|
Rolled out [5923]-[5925] due to breaking call_command().
|
2007-08-18 05:58:59 +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
|
Added a closing </p>' to a code example in docs/email.txt
|
2007-08-06 05:27:58 +00:00 |
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
|
Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
|
2007-04-24 05:58:03 +00:00 |
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
|
Fixed #5085 -- In generic views, set the default name for the slug field to 'slug'. Thanks, Trevor Caira.
|
2007-08-12 12:59:41 +00:00 |
i18n.txt
|
Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa
|
2007-08-07 02:33:11 +00:00 |
install.txt
|
Fixed #5154 -- Minor wording tweak.
|
2007-08-18 06:52:05 +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 #4946 -- Added some small improvements to Gzip middleware. Thanks, colin@owlfish.com.
|
2007-08-12 12:29:25 +00:00 |
model-api.txt
|
Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, Jarek Zgoda
|
2007-08-12 03:01:37 +00:00 |
modpython.txt
|
Typo fix from [5896].
|
2007-08-15 12:29:15 +00:00 |
newforms.txt
|
Fixed #5166 -- Fixed a validation problem in one of the examples. Thanks, o.ekanem@gmail.com.
|
2007-08-18 06:13:15 +00:00 |
outputting_csv.txt
|
|
|
outputting_pdf.txt
|
Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek Lee-Wo
|
2007-02-10 03:39:14 +00:00 |
overview.txt
|
Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa
|
2007-08-07 02:33:11 +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
|
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
|
Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
|
2007-07-01 01:00:23 +00:00 |
request_response.txt
|
Added "new in development version" annotation to HttpRequest.encoding documentation.
|
2007-08-11 09:47:52 +00:00 |
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
|
Fixed #4914 -- Documented the Session.modified attribute for forcing session saves. Thanks, Thomas Güttler and SmileyChris.
|
2007-08-12 10:24:21 +00:00 |
settings.txt
|
Added CACHE_MIDDLEWARE_SECONDS to global settings and documentation (it's
|
2007-07-05 11:08:40 +00:00 |
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
|
Fixed #4817 -- Removed leading forward slashes from some urlconf examples in the documentation.
|
2007-07-10 02:34:42 +00:00 |
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_python.txt
|
Fixed #5187 -- Minor doc tweaks. Thanks, Daniel Hahler.
|
2007-08-18 05:43:38 +00:00 |
templates.txt
|
Clarified that urlize and urlizetrunc should only be applied to plain text. Refs #5202.
|
2007-08-19 08:50:51 +00:00 |
testing.txt
|
Fixed #5189 -- Added logout method to test Client. Thanks, Jakub Wisniowski <restless.being@gmail.com>.
|
2007-08-17 14:20:25 +00:00 |
transactions.txt
|
|
|
tutorial01.txt
|
Fixed #4941 -- Changed imports for interactive portion of the example to be consistent with the source code file, at the expense of slightly more typing required. This might help reduce some confusion. Thanks, John Shaffer.
|
2007-08-12 10:37:56 +00:00 |
tutorial02.txt
|
Fixed #5097 -- Made various updates and corrections to the documentation. Thanks, Nicola Larosa
|
2007-08-07 02:33:11 +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
|
Form encoding should be changed only via HttpRequest, not on GET and POST
|
2007-07-05 01:25:05 +00:00 |
url_dispatch.txt
|
Fixed #5078 -- Fixed several broken links to the syndication documentation.
|
2007-08-04 03:19:14 +00:00 |
webdesign.txt
|
Fixed ReST error in docs/webdesign.txt
|
2007-03-30 01:50:46 +00:00 |