summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, ↵Russell Keith-Magee
and to avoid potential leakage of local filesystem data. A security announcement will be made shortly. Backport of r16760 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-10[1.3.X] Added protection against spoofing of X_FORWARDED_HOST headers. A ↵Russell Keith-Magee
security announcement will be made shortly. Backport of r16758 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-09[1.3.X] Fixed #16782 -- Corrected a broken cross-reference to the database ↵Gabriel Hurley
engine setting in the tutorial. Thanks to mjumbewu for the report and patch. Backport of r16754 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16755 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23[1.3.X] Fixed #15499 -- Ensure that cache control headers don't try to set ↵Russell Keith-Magee
public and private as a result of multiple calls to patch_cache_control with different arguments. Thanks to AndiDog for the report and patch. Backport of r16657 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23[1.3.X] Fixed #16680 -- Used single quotes for the TEMPLATE_DIRS examples in ↵Julien Phalip
part 2 of the tutorial to be consistent with the settings.py file generated by the startproject command. Thanks, Michael Tomkins. Backport of r16660 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-23[1.3.X] Fixed #16669 -- Made the startproject instruction formatting easier ↵Julien Phalip
to read and more consistent with other formatting in the tutorial part 1. Thanks to Daniel Lawrence and Aymeric Augustin. Backport of r16664 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-20[1.3.X] Fixed #16654 - Syntax error in reverse() example; thanks jedie.Timo Graham
Backport of r16630 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-20[1.3.X] Fixed #16595 - Add pop() to session docs; thanks wilfred.Timo Graham
Backport of r16628 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16430 - Stronger wording for CSRF protection in `modifying ↵Timo Graham
upload handlers on the fly`; thanks tomchristie. Backport of r16588 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16513 - Add forms import to example; thanks teraom.Timo Graham
Backport of r16586 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16528 - Documented test runner returns 1, regardless of the ↵Timo Graham
number of test failures; thanks teraom. Backport of r16584 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16580 - Typo in docs/ref/models/querysets.txtTimo Graham
Backport of r16582 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-06[1.3.X] Fixed #16566 - Typo in docs/ref/files/storage.txt; thanks ↵Timo Graham
thejaswi_puthraya. Backport of r16580 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-28[1.3.X] Fixes #16532 -- Clearer explanation of how the test client expects ↵Chris Beaven
HTTP headers to be passed. Thanks for the patch, Ricardo Bánffy. Backport of r16554 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-14[1.3.X] Added a note about the AJAX CSRF example not working on jQuery 1.5Brian Rosner
Backport of [16543] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-10[1.3.X] Fixed #16000 -- reference natural keys in contenttypes ↵Simon Meers
documentation. Thanks jsdalton. Backport of r16536 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-10[1.3.X] Fixed #15715 -- added non-trivial decorator example to CBV docs. ↵Simon Meers
Thanks toofishes. Backport of r16534 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-10[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley ↵Simon Meers
Ayers. Backport of r16532 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-07-01[1.3.X] Fixed #15974 -- Correctly link to static files handling in ↵Jannis Leidel
deployment docs. Thanks, RogueBean. Backport from trunk (r16491). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-29[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. ↵Justin Bronn
Thanks, Issac Kelly. Backport of r16484 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-26[1.3.X] Fixed #16297 -- make_list documentation error regarding integers. ↵Simon Meers
Thanks ned and teraom. Backport of r16468 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-19[1.3.X] Fixed #16258 - typo in middleware docs.Timo Graham
Backport of r16441 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor ↵Jannis Leidel
documentation. Thanks, BernhardEssl. Backport from trunk (r16435). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16[1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
Backport from trunk (r16412). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
Backport from trunk (r16407). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16409 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented ↵Jannis Leidel
pgettext and colleagues. Backport from trunk (r16403). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the ↵Timo Graham
report. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-11[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; ↵Timo Graham
thanks cyclops for the suggestion; Horst Gutmann for the patch. Backport of r16378 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16379 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-11[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to ↵Timo Graham
DYLD_FALLBACK_LIBRARY_PATH in GIS documentation; thanks adam for the report. Backport of r16364 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-10[1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than ↵Carl Meyer
vary_on_cookie as workaround for cache_page caching the response before it gets to middleware. Backport of r16361 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-04[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
Backport of r16324 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-31[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham
Backport of r16300 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David ↵Timo Graham
Niergarth for the report; jonash for the patch. Backport of r16100 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16301 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-30[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
Backport of r16293 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
Backport from trunk (r16290). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns ↵Luke Plant
TemplateResponse The root bug was in decorator_from_middleware, and the fix also corrects bugs with gzip_page and other decorators. Backport of [16276] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-23[1.3.X] Fixes #16072 -- incorrect documentation for multiple expressions ↵Chris Beaven
inside a blocktrans tag Backport of r16268 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks ↵Timo Graham
antonio/d0ugal. Backport of r16265 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; ↵Timo Graham
thanks julien. Backport of r16263 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16051 - Changed a "file" reference in the tutorial to be an ↵Timo Graham
actual file rather than a module; thanks felix.morency for the suggestion. Backport of r16258 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-22[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; ↵Timo Graham
thanks Bradley Ayers. Backport of r16256 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16257 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-20[1.3.X] Tweaks to paginator documentation.Chris Beaven
Backport of 16248 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-20[1.3.X] Tidy up the sessions documentation creating links for session ↵Chris Beaven
methods and crosslinking settings Backport of r16245 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-19[1.3.X] Fixed small typos in staticfiles howto document.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-18git-svn-id: ↵Gabriel Hurley
http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-18[1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the opening ↵Gabriel Hurley
paragraph of the views topic guide. Thanks to aplanas for the report and suggested wording. Backport of [16240] from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-18[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. ↵Jannis Leidel
Many thanks to Frank Wiles and EvilDMP. Backport form trunk (r16235). git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-15[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks ↵Timo Graham
aimaz for the suggestion; jrothenbuhler for the patch. Backport of r16229 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
Backport of r16220 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-13[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
Backport of r16218 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@16219 bcc190cf-cafb-0310-a4f2-bffc1f526a37