summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2011-07-10[1.3.X] Fixed #16440 -- minor ungettext documentation issue, thanks Bradley A...Simon Meers
2011-07-01[1.3.X] Fixed #15974 -- Correctly link to static files handling in deployment...Jannis Leidel
2011-06-29[1.3.X] Fixed #16232 -- Corrected typo in geographic admin reference. Thanks...Justin Bronn
2011-06-26[1.3.X] Fixed #16297 -- make_list documentation error regarding integers. Tha...Simon Meers
2011-06-19[1.3.X] Fixed #16258 - typo in middleware docs.Timo Graham
2011-06-18[1.3.X] Fixed #16292 -- Removed broken link for Swiss localflavor documentati...Jannis Leidel
2011-06-16[1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, teraom.Jannis Leidel
2011-06-16[1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl.Jannis Leidel
2011-06-15[1.3.X] Added a few cross references to the i18n docs and documented pgettext...Jannis Leidel
2011-06-12Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for the re...Timo Graham
2011-06-11[1.3.X] Fixed #15949 - Clarified the docs for password_reset_done view; thank...Timo Graham
2011-06-11[1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LI...Timo Graham
2011-06-10[1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather than var...Carl Meyer
2011-06-04[1.3.X] Fixed #16145 - typo in manager docs; thanks leereilly.Timo Graham
2011-05-31[1.3.X] Fixed #16090, #16091 - Typos in docs; thanks teraom.Timo Graham
2011-05-31[1.3.X] Fixed #15801 - Incorrect external link for dictConfig; thanks David N...Timo Graham
2011-05-30[1.3.X] Fixed #16093 - Typo in "Performing raw SQL queries"; thanks direvus.Timo Graham
2011-05-29[1.3.X] Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-05-25[1.3.X] Fixed #16004 - csrf_protect does not send cookie if view returns Temp...Luke Plant
2011-05-23[1.3.X] Fixes #16072 -- incorrect documentation for multiple expressions insi...Chris Beaven
2011-05-22[1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks antoni...Timo Graham
2011-05-22[1.3.X] Fixed #16067 - Couple reST fixes in ref/templates/builtins.txt; thank...Timo Graham
2011-05-22[1.3.X] Fixed #16051 - Changed a "file" reference in the tutorial to be an ac...Timo Graham
2011-05-22[1.3.X] Fixed #16021 - Minor documentation fixes for Generic Class Views; tha...Timo Graham
2011-05-20[1.3.X] Tweaks to paginator documentation.Chris Beaven
2011-05-20[1.3.X] Tidy up the sessions documentation creating links for session methods...Chris Beaven
2011-05-19[1.3.X] Fixed small typos in staticfiles howto document.Ramiro Morales
2011-05-18git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@...Gabriel Hurley
2011-05-18[1.3.X] Fixed #16044 -- Corrected a copy-and-paste error in the opening parag...Gabriel Hurley
2011-05-18[1.3.X] Fixed #15983 and #16032 -- Another pass over the staticfiles docs. Ma...Jannis Leidel
2011-05-15[1.3.X] Fixed #15769 - Documented FormWizard's initial argument; thanks aimaz...Timo Graham
2011-05-13[1.3.X] Fixed #16014 -- numerous documentation typos -- thanks psmith.Simon Meers
2011-05-13[1.3.X] Fixed #16005 -- Error in blocktrans docs -- thanks bezidejniSimon Meers
2011-05-11[1.3.X] Fixes #15595 -- emphasize the benefits of django.test.TestCase. Thank...Chris Beaven
2011-05-10[1.3.X] Fixes #15963 -- Misleading FileField.save documentation. Thanks for t...Chris Beaven
2011-05-10[1.3.X] Fixes #15588 -- 1.3 release documentation for FileField no longer del...Chris Beaven
2011-05-09[1.3.X] Updated AJAX example code in CSRF docs to be consistent regarding wha...Luke Plant
2011-05-09[1.3.X] Fixed #15989 -- typo in static-files howto. Thanks luizvital.Simon Meers
2011-05-09[1.3.X] Fixed #15469 - CSRF token is inserted on GET requestsLuke Plant
2011-05-09[1.3.X] Fixed #15869 - example AJAX code in CSRF docs fails sometimes for IE7...Luke Plant
2011-05-04[1.3.X] Fixed #15827 - Documented that OneToOneField in Profile should be nam...Timo Graham
2011-05-03[1.3.X] Fixed #15942 - removed duplicate module id in docs; thanks magopian.Timo Graham
2011-05-01[1.3.X] Fixed #15887 - Added clarification for required_*() decorators; thank...Timo Graham
2011-04-30[1.3.X] Fixed #6581 -- Moved documentation of django.contrib.auth.views.redir...Jannis Leidel
2011-04-30[1.3.X] Fixed #15876 - Document that test.client.RequestFactory doesn't suppo...Timo Graham
2011-04-30[1.3.X] Fixed small typos in custom template tags docs.Ramiro Morales
2011-04-28[1.3.X] Fixed #15865 -- correct class name for BaseGenericInlineFormset. Than...Simon Meers
2011-04-28[1.3.X] Fixed #15830 -- Add documentation regarding localflavor i18n. Thanks ...Simon Meers
2011-04-24[1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; thanks elbarto.Timo Graham
2011-04-23[1.3.X] Fixed #15875 - typo in F() example; thanks jblaine.Timo Graham