summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-08-28Minor spelling correction in ModelForms docsPhaneendra Chiruvella
2013-08-27Fixed #20981 -- Noted the default value of disable_existing_loggers.Krzysztof Jurewicz
2013-08-27Fixed #20976 -- Fixed labels in migration docs.Tim Graham
2013-08-26Fixed typo in docs/topics/conditional-view-processing.txtJan Böcker
2013-08-23Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-22Typos introduced in 297f5af222.Ramiro Morales
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-22Documentation -- Clarified use of 'view' in test client introduction.Kevin Christopher Henry
2013-08-22Made description of LANGUAGE_CODE setting more clear.Ramiro Morales
2013-08-21Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales
2013-08-20Fixed #18967 -- Don't base64-encode message/rfc822 attachments.Ramiro Morales
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-12Fixed #13518 -- Added FILE_UPLOAD_DIRECTORY_PERMISSIONS settingMel Collins
2013-08-10Fixed #20890 -- Added missing import in class-based view docs.Tim Graham
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Added section labels in cache docsLeandro Regueiro
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
2013-08-05Fixed #20862 -- Updated startproject MIDDLEWARE_CLASSES in docs.Tim Graham
2013-08-04Fixed #20855 -- Added documentation of current_app and extra_context params t...Justin Michalicek
2013-08-03Added missing request argument to example in URL dispatcher docsAlasdair Nicol
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...Tim Graham
2013-07-30Doc tweaks for html_message parameter to send_mail(); refs #20817Tim Graham
2013-07-30Implement allow_migrate for migration operationsAndrew Godwin
2013-07-30Rename allow_syncdb to allow_migrateAndrew Godwin
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-29Fixed #20817 -- Added html_message parameter to django.core.mail.send_mail()Justin Michalicek
2013-07-29Misc doc cleanups.minusf
2013-07-29Fixed #20774 -- Mention the new django-localflavor app as a replacement for t...Jannis Leidel
2013-07-28Fixed ReST typo in topics/class-based-views/mixins.txtTim Graham
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26A bit more documentationAndrew Godwin
2013-07-26Fixed #20625 -- Chainable Manager/QuerySet methods.Loic Bistuer
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-25Small start to migrations documentationAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-19Merge pull request #1374 from seocam/fix_i18n_docsTim Graham
2013-07-19Merge pull request #1375 from Matt-Stevens/masterTim Graham
2013-07-19Merge pull request #1378 from loic/docsTim Graham
2013-07-19Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-19Fix Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-18LocaleMiddleware isn't default anymoreSergio Oliveira
2013-07-18Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin att...Tim Graham