.. |
add_ons.txt
|
Added django.contrib.formtools, including the forced-preview application
|
2006-12-05 20:51:25 +00:00 |
admin_css.txt
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
2006-09-29 02:30:42 +00:00 |
apache_auth.txt
|
Added the word 'static' to docs/apache_auth.txt for benefit of search engines. Thanks, Paul
|
2006-09-25 19:56:00 +00:00 |
api_stability.txt
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
|
2006-09-29 02:30:42 +00:00 |
authentication.txt
|
Fixes #2971 -- Fixed inor typo in example in authentication documentation. Thanks, heckj@mac.com.
|
2006-11-02 14:30:11 +00:00 |
cache.txt
|
Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ordering AuthenticationMiddleware. Refs #2541.
|
2006-08-18 03:33:37 +00:00 |
contributing.txt
|
Beefed up 'Using branches' part of docs/contributing.txt
|
2006-12-14 21:02:30 +00:00 |
csrf.txt
|
Negligible spacing changes to docs/csrf.txt to be consistent
|
2006-12-18 03:59:45 +00:00 |
db-api.txt
|
Oops -- reverted accidentally commited material from [4280]
|
2007-01-03 22:38:51 +00:00 |
design_philosophies.txt
|
Fixed grammar: Designate -> Differentiate in docs/design_philosophies.txt
|
2006-07-24 02:43:09 +00:00 |
django-admin.txt
|
Proofread new django-admin 'adminmedia' option from [3811] and [3812]
|
2006-09-25 17:50:36 +00:00 |
documentation.txt
|
Added paragraph to docs/documentation.txt about removing comments from frozen docs
|
2006-08-11 20:31:43 +00:00 |
email.txt
|
Fixed #1235: email sent from {{{django.core.mail}}} will now be encoded using
|
2006-05-13 17:18:42 +00:00 |
faq.txt
|
Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0
|
2006-10-23 23:53:24 +00:00 |
fastcgi.txt
|
Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a FastCGI function. Thanks for the patch, James Crasta
|
2006-09-14 15:37:11 +00:00 |
flatpages.txt
|
Fixed ReST error in docs/flatpages.txt
|
2006-05-02 02:01:19 +00:00 |
forms.txt
|
Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.
|
2006-12-15 18:00:50 +00:00 |
generic_views.txt
|
Copied django.forms to django.oldforms and changed all code to reference django.oldforms instead of django.forms. Updated docs/forms.txt to add 'Forwards-compatibility' section that says you should not be using django.oldforms for any new projects.
|
2006-12-15 18:00:50 +00:00 |
i18n.txt
|
Added note to 'If you don't need internationalization' section of docs/i18n.txt about removing the i18n context processor
|
2006-08-18 03:43:55 +00:00 |
install.txt
|
Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.
|
2007-01-06 00:08:55 +00:00 |
legacy_databases.txt
|
Removed duplication in docs/legacy_databases.txt
|
2006-12-27 04:23:40 +00:00 |
middleware.txt
|
Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady
|
2007-01-03 22:40:06 +00:00 |
model-api.txt
|
Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.
|
2007-01-03 14:29:21 +00:00 |
modpython.txt
|
Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> instead of <Directory>
|
2006-10-27 02:03:15 +00:00 |
newforms.txt
|
newforms: Added 'initial' parameter to Form, which lets initial data be specified dynamically
|
2007-01-09 04:39:44 +00:00 |
outputting_csv.txt
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
outputting_pdf.txt
|
Fixed django.utils.httpwrappers call in docs/outputting_pdf.txt
|
2006-07-08 14:14:28 +00:00 |
overview.txt
|
Fixed small typo in docs/overview.txt. Thanks, kirk
|
2006-08-24 03:37:34 +00:00 |
redirects.txt
|
Fixed typo in docs/redirects.txt
|
2006-12-19 04:37:03 +00:00 |
release_notes_0.95.txt
|
Fixed a small typo.
|
2006-09-28 11:38:19 +00:00 |
request_response.txt
|
Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct
|
2006-10-23 07:46:22 +00:00 |
serialization.txt
|
Proofread changes to docs/serialization.txt from [3795]
|
2006-09-25 17:44:07 +00:00 |
sessions.txt
|
Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txt
|
2006-12-30 07:30:00 +00:00 |
settings.txt
|
Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ubernostrum.
|
2007-01-03 22:37:05 +00:00 |
sitemaps.txt
|
Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitemap protocol rather than Google's proprietary version. Thanks, Petar Marić
|
2006-11-20 16:32:40 +00:00 |
sites.txt
|
Fixed #2609 -- Improved docs/sites.txt CurrentSiteManager to explain gotcha with models.Manager
|
2006-08-31 04:08:25 +00:00 |
static_files.txt
|
Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin Grady
|
2006-10-30 20:52:02 +00:00 |
syndication_feeds.txt
|
Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@simon.net.nz.
|
2006-11-07 01:54:34 +00:00 |
templates.txt
|
Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr.
|
2007-01-03 05:29:34 +00:00 |
templates_python.txt
|
Fixed typo in docs/templates_python.txt
|
2006-11-10 15:28:32 +00:00 |
testing.txt
|
Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon.
|
2006-12-01 07:07:18 +00:00 |
transactions.txt
|
Added 'Transactions in MySQL' section to docs/transactions.txt
|
2006-07-24 02:39:50 +00:00 |
tutorial01.txt
|
Changed django.VERSION to (0, 95, None) to signify final 0.95 release
|
2006-07-28 21:53:54 +00:00 |
tutorial02.txt
|
Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasuda
|
2006-10-24 16:56:25 +00:00 |
tutorial03.txt
|
Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson.
|
2007-01-03 14:16:58 +00:00 |
tutorial04.txt
|
Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro.
|
2006-10-30 13:44:41 +00:00 |
url_dispatch.txt
|
Improved urlresolvers so that URLconfs can be passed objects instead of strings
|
2006-08-11 07:01:29 +00:00 |