summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2014-09-11Added link to LogRecord attributes in logging.txtGabe Jackson
2014-09-10Fixed typo in topics/forms/formsets.txtTim Graham
2014-09-10Fixed #20743 -- Added support for keyfile/certfile in SMTP connections.Andi Albrecht
2014-09-10Fixed an instance of 'an' before a word beginning with a consonant.Iain Dawson
2014-09-10Note re migrations importing custom fieldsGreg Brown
2014-09-08Use "catch" instead of "trap" for exceptions.Aymeric Augustin
2014-09-08Fixed #23307 -- Clarified the way max_num limits the output of formsets.Octowl
2014-09-05Fixed #22161 -- Documented send() with no recipients won't raise an exception.oromero
2014-09-05Update docs to be more clear about nested classes (refs #23418)Andrew Godwin
2014-09-05Fixed typo in docs/topics/checks.txt.Sébastien Fievet
2014-09-05Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"Claude Paroz
2014-09-03Fixed typo in docs/topics/db/transactions.txt.Corey Farwell
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-09-02Fixed #23400 -- Added "Remove 'south' from INSTALLED_APPS" to upgrade instruc...Tim Graham
2014-08-31Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-30Fixed #23384 -- Allowed overriding part of a dictionary-type settingClaude Paroz
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-26Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26Allowed skipIf/UnlessDBFeature to accept several feature stringsClaude Paroz
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
2014-08-26Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-24Fixed #23131 -- Documented serialization of callable functions in migrations.Tim Graham
2014-08-23Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset().Tim Graham
2014-08-23Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-21Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-19Removed unnecessary code-block directives.areski
2014-08-19Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19Fixed #23314 -- Tempered recommendation of storing profile data on custom user.Tim Graham
2014-08-19Fixed #23282 -- Corrected inheritance and reverse relations example.Tim Graham
2014-08-18Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18Fixed #23263 -- Added sqlmigrate to migration topic guide.Tim Graham
2014-08-15Fixed syntax highlighting and indentation in docs/topics/logging.txt.areski
2014-08-15Fixed #23278 -- Documented django.db.backends.schema loggerareski
2014-08-13Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
2014-08-13Refs #23276 -- Added missing url() in some places.Collin Anderson
2014-08-13Improved formatting of deconstruct() docs.areski
2014-08-12Fixed typo in previous commit.Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-12Fixed #23276 -- Deprecated passing views as strings to url().Tim Graham
2014-08-11Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
2014-08-06Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-08-05Fixed broken links in docs.Tim Graham
2014-08-04Fixed #23169 - Misc docs fixes.areski
2014-08-02Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02Updated MySQL links to version 5.6.Tim Graham
2014-08-01Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31Used JsonResponse in CBV examples.Loic Bistuer