summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-02-01[1.5.x] Fixed content types contrib app doc typos.Ramiro Morales
2013-02-01[1.5.x] Fixed #19690 - Removed unused import in doc examples.Lucian Ursu
2013-02-01[1.5.x] Fix rst syntax error.Aymeric Augustin
2013-02-01[1.5.x] Documented ArchiveIndexView's date_list context variable.Aymeric Augustin
2013-02-01[1.5.x] Fixed #19714 -- Updated documentation about TemplateView contextClaude Paroz
2013-01-31Enhanced traanslator comments documentation.Ramiro Morales
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-30[1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView.Aymeric Augustin
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-29[1.5.x] Fixed #19683 - Added a missing import in signing example.Tim Graham
2013-01-27[1.5.x] Fixed a malformed link.Tim Graham
2013-01-25[1.5.x] Added more shortcuts to i18n docs in index page.Ramiro Morales
2013-01-25[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-24[1.5.x] Fixed #19639 - Updated contributing to reflect model choices best pra...Tim Graham
2013-01-23[1.5.x] Fixed typo.Justin Bronn
2013-01-23[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22[1.5.x] Fixed #19633 - Discouraged use of gunicorn's Django integration.Tim Graham
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-18[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTAL...Tim Graham
2013-01-18[1.5.x] Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
2013-01-15[1.5.x] Fixed a typo in the error reporting docs.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-15[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-14[1.5.x] Minor DEBUG setting reference formatting edit.Ramiro Morales
2013-01-14[1.5.x] Fixed code examples in which render() calls were missing `request` pa...Vinod Kurup
2013-01-13[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-13[1.5.x] Fixed typo in file storage docs.Aymeric Augustin
2013-01-12[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-11[1.5.x] Fixed #19437 - Clarified pip install instructions in contributing tut...Tim Graham
2013-01-11[1.5.x] Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-10[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2013-01-09[1.5.x] Addeded CSS to bold deprecation notices.Tim Graham
2013-01-09[1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs.Tim Graham
2013-01-08[1.5.x] Added sphinx substitutions in place of hardcoded version numbers.Tim Graham
2013-01-08[1.5.x] Fixed #19555 - Removed '2012' from tutorial 1.Tim Graham
2013-01-07[1.5.x] Fixed typo in 1.5 release notes; thanks Jonas Obrist.Carl Meyer
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-06[1.5.x] Fixed #19571 -- Updated runserver output in the tutorialClaude Paroz
2013-01-04[1.5.x] Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-04[1.5.x] Bump version numbers for 1.5 RC 1.1.5c1James Bennett
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suf...Tim Graham
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...Julien Phalip
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham