summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-10-17Removed 1.6 release note text regarding password limit length.Tim Graham
2013-10-17Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma
2013-10-15Fixed #16855 -- select_related() chains as expected.Marc Tamlyn
2013-10-15Merge pull request #1751 from tmaster/ticket_21006_improvementDaniele Procida
2013-10-15Improvement on InlineFormSet doc, refs #21006Tianyi Wang
2013-10-15Fixed #7603 -- Added a 'scheme' property to the HttpRequest objectUnai Zalakain
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 #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque
2013-10-14Fixed #20962 -- Documented that template tag render() may raise exceptions.Bouke Haarsma
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 #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-14Fixed #21264 -- Incorrect RST usage in docsBouke Haarsma
2013-10-14Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...Max Vizard
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-14Amend my description in committers.txt.Marc Tamlyn
2013-10-13Fixed #19560 -- Identified field in warning for naive datetime.Aymeric Augustin
2013-10-12Forms docs: More emphasis in 'id' value customizability.Ramiro Morales
2013-10-12Updated OpenLayers version from 2.11 to 2.13Claude Paroz
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-11Fixed #8918 -- Made FileField.upload_to optional.Tim Graham
2013-10-10Small improvements to docs/topics/db/models.txtCody Scott
2013-10-10Whitespace cleanup.Tim Graham
2013-10-09Fixed #21222 - Documented that 'default' and 'other' must be different databa...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-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
2013-10-04Fixed #19321 -- Allowed redirect middleware HTTP responses to be overridden.Ryan Kaskel
2013-10-03Fixed #21218 -- Typo on docs/howto/upgrade-version.txtTim Graham
2013-10-03Fixed #19277 -- Added LocaleMiddleware.response_redirect_classEmil Stenstròˆm
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
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-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-10-01Fixed #21147 -- Avoided time.time precision issue with cache backends.Michael Manfre
2013-10-01Fixed #21031 -- Updated schema migrations FAQ.Tim Graham
2013-10-01Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2013-09-30Fixed #21154 -- Updated TemplateResponse docs to better explain context.Curtis Maloney
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-28Note about static files dirs paths on Windows.Ramiro Morales