summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2013-07-16Reworked docs for ModelForm validation.Loic Bistuer
2013-07-13Fixes grammatical error in auth docsDavid Binetti
2013-07-13Removed obsolete sentence in queries docsClaude Paroz
2013-07-12Fixed #19031 -- Added a warning when using override_settings with 'DATABASES'Joeri Bekker
2013-07-11Fixed #17471 -- Added smtplib.SMTP_SSL connection option for SMTP backendClaude Paroz
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-11Fixed #13721 -- Added UploadedFile.content_type_extra.Benjamin Kagia
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04Fixed #20134 -- Correct list of fields that UserManager requires.Tim Graham
2013-07-04Fixed #20690 -- Mentioned LOCALE_PATHS earlier in translation docs.Tim Graham
2013-07-03Fixed #20609 -- Documented how to use request.user with RequestFactorySusanTan
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-02Fix "semicolon" in docsBen Firshman
2013-07-01Relied on NullHandler from the logging stdlib module.Aymeric Augustin
2013-07-01Deprecated django.utils.dictconfig.Aymeric Augustin
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-07-01Fixed #20659 -- Fixed PublisherDetail in CBV topic documentation.Baptiste Mispelon
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Fixed #20590: Documented new test case orderingAndrew Godwin
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-26Fixed #20658 -- Fixed bad reST formatting and missing parentheses in the docs...Loic Bistuer
2013-06-24Clarified get_list_or_404 docs, refs #14150.Tim Graham