summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-11-26Merge pull request #1985 from raphaa/21499Andrew Godwin
2013-11-24Fixed some unnescesarily gendered language in the docsAlex Gaynor
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-24Fixed #21499 -- Added a paragraph to the docs.Raphael Jasjukaitis
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-22Improved docs for ModelFormSet.clean().Loic Bistuer
2013-11-22Noted that localmem is the default cache.mlissner
2013-11-22Removed unused import in docs/topics/http/sessions.txtTim Graham
2013-11-22Fixed #21487 -- Session cannot store tzinfo instances anymore.Aymeric Augustin
2013-11-21Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.Loic Bistuer
2013-11-19Added more examples to the get_object_or_404 documentation.Baptiste Mispelon
2013-11-19Fixed #15179 -- middlewares not applied for test client login()Unai Zalakain
2013-11-18Fixed typo in topics/http/sessions.txt.Tim Graham
2013-11-15Fixed #21440 -- Typo #2 in topics/http/shortcuts.txtTim Graham
2013-11-15Fixed #21425 -- Made order in which loggers are introduced consistent.Tim Graham
2013-11-15Fixed #21440 -- Typo in topics/http/shortcuts.txtTim Graham
2013-11-09Fixed #21372 -- Corrected docs regarding translating LANGUAGES.Bernardo Pires
2013-11-08Noted that .clear() will delete intermediary modelsCody Scott
2013-11-08Fixed docs for EmailMessage extra_headers attributeTom Scholl
2013-11-08Removed obsolete locale restriction admonitionClaude Paroz
2013-11-08Fixed #5849 -- Strip whitespace from blocktransBouke Haarsma
2013-11-07Merge pull request #1850 from unaizalakain/ticket_13725Anssi Kääriäinen
2013-11-07Fixed #13725 -- take url scheme into account in assertRedirectsUnai Zalakain
2013-11-07Removed no longer relevant wordSylvain Bellemare
2013-11-07Fixed #20536 -- rewrite of the file based cache backendJaap Roes
2013-11-02Fixed #21373 -- Typo fixed in i18n docsClaude Paroz
2013-11-02Fixed #21341 -- Eased https requests with the test clientUnai Zalakain
2013-11-01Fixed spelling ("dependant" -> "dependent")Tim Graham
2013-11-01Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-10-30Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
2013-10-30Documented the limitation on sep argument to SignerAntoine Catton
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-24Fixed doc typo in previous commit.Tim Graham
2013-10-24Fixed #21271 -- Added timeout parameter to SMTP EmailBackend.SusanTan
2013-10-23Fixed #20945 -- Allowed cache tag to use a specific cache.Curtis Maloney
2013-10-22Fixed #21304 -- Typo in docs/topics/testing/advanced.txtTim Graham
2013-10-22Fixed #17027 -- Added support for the power operator in F expressions.Florian Hahn
2013-10-22Fixed #5789 -- Changed LocaleMiddleware session variable to '_language'.Bouke Haarsma
2013-10-21Added docs for the hasher's iteration count changes.Tim Graham
2013-10-18Added a warning regarding session security and subdomains.Tim Graham
2013-10-15Improvement on InlineFormSet doc, refs #21006Tianyi Wang
2013-10-15Fixed #21006 -- Added example code for overriding methods on an InlineFormSet.Tianyi Wang
2013-10-15Merge pull request #1382 from loic/ticket19617Marc Tamlyn
2013-10-14Fixed #21223 -- Added form.id_for_label to topic guide.Sorcha Bowler
2013-10-14Fixed #8620 -- Updated the Form metaclass to support excluding fields by shad...Loic Bistuer
2013-10-14Fixed #19617 -- Refactored Form metaclasses to support more inheritance scena...Loic Bistuer
2013-10-14Clarfied the ModelForm docs with respect to generated vs. declared fields.Loic Bistuer
2013-10-14Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin