summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2013-09-20Fixed #20877 -- added a performance optimization guideevildmp
2013-09-20Clarified why one must not catch database errors inside atomic.Aymeric Augustin
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-19Merge pull request #1644 from PaulMcMillan/bump_hash_iterationsPaul McMillan
2013-09-19Added missing "in" in sentence.Markus Amalthea Magnuson
2013-09-19Fixed #9532 -- Added min_num and validate_min on formsets.yokomizor
2013-09-19Increase default PBKDF2 iterationsPaul McMillan
2013-09-19Fixed #21125 -- Removed support for cache URI syntaxCurtis Maloney