summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-27Fixed malformed directive in CBV date-based-mixins docs.Carl Meyer
2013-09-26Added missing word in bio update.Preston Holmes
2013-09-26Updated my bio.Preston Holmes
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-25Fixed wording in unit tests documentation.Baptiste Mispelon
2013-09-25Updated a code block to use the emphasize-lines Sphinx optionTim Graham
2013-09-24Fixed #21137 -- Corrected ULRconf include example.Tim Graham
2013-09-23Removed extra p (topppings->toppings)Brett Koonce
2013-09-23Removed implication that six is part of Python stdlib.Tim Graham
2013-09-23Fixed #21070 -- Added a more complex database configuration example.Louis Fill
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-23Fixed #21120 -- Added more explicit text on using validators and link to writ...Ben Huckvale
2013-09-23Fixed #21702 -- Added different bullet styles for nested lists.Tim Garner
2013-09-22Added docs for changes in commit dd3a883894.Ramiro Morales
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
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
2013-09-21Correct very minor typomlissner
2013-09-21Merge pull request #1655 from evildmp/ticket_20877_work_in_progressAymeric Augustin
2013-09-21Addressed inaccuracies in performance docsAymeric Augustin
2013-09-21- missing __init__.pyAlexander
2013-09-21Fixed #21133 --Clarifed documentation about strftime formatting.Curtis Maloney