summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
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
2013-10-11Fixed #15582 -- Documented how TransactionTestCase.multi_db affects fixtures.Tim Graham
2013-10-11Minor edits to docs/topics/db/queries.txt.Cody Scott
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-10-10Small improvements to docs/topics/db/models.txtCody Scott
2013-10-10Whitespace cleanup.Tim Graham
2013-10-09Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08Fix grammatical errors in email documentationDan Loewenherz
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
2013-10-07Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-10-02Fixed #10913 -- Documented how related_name affects QuerySet filteringTim Graham
2013-10-02Changed the doc to use gender-neutral pronouns when possible.Baptiste Mispelon
2013-10-02Clarified session replay attack differences with cookie backend.Tim Graham
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23Fixed #20830 -- Clarified that Django uses a customized version of six.Daley Chetwynd
2013-09-23Fixed #21140 -- Added 'Using cached sessions' to the performance guide.Åke Forslund
2013-09-22A few doc additions for changes from d228c1192e.Ramiro Morales
2013-09-22Reference Meta.index_together in DB performance guide.Ramiro Morales
2013-09-21Fixed #21137 -- Documented best practice for URLconfs with repeated pattern p...Michael DiBernardo