summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2011-04-22[1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. Thanks fo...Chris Beaven
2011-04-20[1.3.X] Fixed #15794 -- Corrected an error in the docs which indicated applyi...Gabriel Hurley
2011-04-20[1.3.X] Fixed #15593 -- Added a note that the output of `reverse` is urlquote...Gabriel Hurley
2011-04-18[1.3.X] Fixed #15843 -- removed an extraneous quotation mark in the template ...Gabriel Hurley
2011-04-17[1.3.X] Updated the contributing document to accurately reflect our security ...Jacob Kaplan-Moss
2011-04-03[1.3.X] Fixed #15746. Clarified updated list_filter documentation.Simon Meers
2011-03-31[1.3.X] Fixed #15681 -- Fixed a documentation error regarding the default val...Jannis Leidel
2011-03-29[1.2.X] Fixed #15710 - removed "that that" typos.Timo Graham
2011-03-27[1.3.X] Fixed #15664 - Removed extra parens in commit_on_success example.Timo Graham
2011-03-26[1.3.X] Bumped django_next_version so that "New in Django 1.3" links appear c...Ramiro Morales
2011-03-23[1.3.X] Fixed a few typos in the 1.3 release notes.Simon Meers
2011-03-23Bump everything for 1.3.1.3James Bennett
2011-03-23One final final tweak to 1.3 release notes.James Bennett
2011-03-23Finalize 1.3 release notes.James Bennett
2011-03-22Made the English in r15897 much betterer.Russell Keith-Magee
2011-03-22Fixed #15527 -- Added a explanatory note about the SQL debug log. Thanks to b...Russell Keith-Magee
2011-03-22Fixed typo in forms API documentation.Simon Meers
2011-03-22Fixed #15657 -- added the required `form` parameter to the method signatures ...Gabriel Hurley
2011-03-22Corrected a number of mislinked crossrefs and added a few new crossref target...Gabriel Hurley
2011-03-22Minor markup and organization fixes to docs to correct Sphinx errors.Russell Keith-Magee
2011-03-22Update release notes and other docs for impending 1.3.James Bennett
2011-03-22Added Idan to committers.txt. Wahoo!Idan Gazit
2011-03-21Tweaked title level in custom file storage systems documentation.Ramiro Morales
2011-03-17Changed 'raise' statements to new style syntax in documentation. Thanks DaNma...Ramiro Morales
2011-03-17Fixed #14133 -- Updated Windows installation instructions for GeoDjango, now ...Justin Bronn