Malcolm Tredinnick 98b2e0a035 Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from 18 years ago
..
add_ons.txt 27b28616b4 Created django.contrib.localflavor, for country- and culture-specific functionality. Moved django/newforms/extras/usa.py into there 18 years ago
admin_css.txt fa8a1d252a Fixed #2845 -- Corrected a few spelling errors in the docs and changed a 18 years ago
apache_auth.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
api_stability.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
authentication.txt 7b0e321c55 Removed a stray colon in authentication.txt. 18 years ago
cache.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
contributing.txt 8369240138 Made negligible change to docs/contributing.txt -- 'MS Windows' to 'Windows' 18 years ago
csrf.txt 8103b7dfad Negligible spacing changes to docs/csrf.txt to be consistent 18 years ago
db-api.txt a81a6e9abe Added note to docs/db-api.txt about 'depth' being new in Django development version 18 years ago
design_philosophies.txt a031cadf4e Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt 18 years ago
distributions.txt a8ed2b4d58 Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of Django in Debian/Fedora/etc. Thanks to Marc Fargas and Ubernostrum for the patches. 18 years ago
django-admin.txt 790b585819 Added option to pretty-print dumped fixture output 18 years ago
documentation.txt 2e6aa7a578 Added paragraph to docs/documentation.txt about removing comments from frozen docs 18 years ago
email.txt 3468fd01a9 Fixed #3488: send_mail no longer uses settings in function default arguments. Thanks to Per Jonsson for the patch. 18 years ago
faq.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
fastcgi.txt 45e0a522bb Fixed ReST bug in docs/fastcgi.txt 18 years ago
flatpages.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
forms.txt cef2239086 Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEquals validator. Thanks, Steven Armstrong 18 years ago
generic_views.txt ffb62e0c02 Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Schlemm. 18 years ago
i18n.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
install.txt 37c66a0999 Fixed #3602: a few small doc fixes. Thanks, Jeremy Dunck 18 years ago
legacy_databases.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
middleware.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
model-api.txt b21fd1e451 Small cleanup of docs/model-api.txt change from [4625] 18 years ago
modpython.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
newforms.txt c96d155589 Fixed typo in docs/newforms.txt. Thanks, Jeff Hilyard 18 years ago
outputting_csv.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
outputting_pdf.txt f0a3f5fc1a Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek Lee-Wo 18 years ago
overview.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
redirects.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
release_notes_0.95.txt 555ac9ca06 Fixed a small typo. 18 years ago
request_response.txt fa159c8de9 Copy edited new docs in docs/request_response.txt from [4534] 18 years ago
serialization.txt f32318be98 Proofread changes to docs/serialization.txt from [3795] 18 years ago
sessions.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
settings.txt 98b2e0a035 Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch from 18 years ago
sitemaps.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
sites.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
static_files.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
syndication_feeds.txt 937f3190ba Fixed #2762 -- added copyright element support to RSS and Atom feeds. Patch 18 years ago
templates.txt 28ad156f10 Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson. 18 years ago
templates_python.txt a01f852d2e Fixed documentation from [4558] to be correct. 18 years ago
testing.txt d181aa0e94 Fixed typo. 18 years ago
transactions.txt d43e6fc97a Added 'Transactions in MySQL' section to docs/transactions.txt 18 years ago
tutorial01.txt b9522d0a52 Fixed #2592: Added a warning to tutorial 1 about not naming your project "site" or "django" or anything else similarly boneheaded. 18 years ago
tutorial02.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
tutorial03.txt 8e54c49784 Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com links. Thanks for the patch, SmileyChris 18 years ago
tutorial04.txt b97636944d Fixed #2565: added a note about the laziness of querysets in tutorial 4. Thanks, Ubernostrum. 18 years ago
url_dispatch.txt 9c2c03a974 Fixed #3598: Added a note about the precedence of URL matches versus extra kwargs in URL patterns. Thanks, Ubernostrum. 18 years ago