summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-25Fixed #20099 -- Eased subclassing of BrokenLinkEmailsMiddlewareClaude Paroz
2013-05-25Fixed #14825 -- LocaleMiddleware keeps languageVlastimil Zíma
2013-05-24Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_linkTim Graham
2013-05-24Merge pull request #1209 from tax/masterPreston Holmes
2013-05-24Updated my bioBrian Rosner
2013-05-24Update link to jQuery Cookie plugin siteAlasdair Nicol
2013-05-24Link to active fork for ODBC backendPaul Tax
2013-05-23Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`.Gavin Wahl
2013-05-23Fixed #20316 - Clarified transaction behavior of TestCase.Tim Graham
2013-05-23Added back a link to docs/internals/committers.txtTim Graham
2013-05-23Update my employer.Alex Gaynor
2013-05-23Fixing some FIXMEs in howto-release-django. Refs #20082Andrew Godwin
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
2013-05-23Fixed #20417 - Noted that a server restart is required to load new templateta...Tim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
2013-05-23Fixed #20080 - Recommended use of PYTHONHASHSEEDTim Graham
2013-05-23Fixed #19237 (again) - Made strip_tags consistent between Python versionsClaude Paroz
2013-05-23Made fix for #9321 less buggy and more effective.Ramiro Morales
2013-05-23Fixed comments for translators example in the i18n documentationPanagiotis H.M. Issaris
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee
2013-05-22Clarified policy for stable branches.Tim Graham
2013-05-22Added some text I meant to add in the last commit.Tim Graham
2013-05-22Added a note about pip upgrade flag.Tim Graham
2013-05-22Fixed #17048 - Added docs for upgrading Django.Tim Graham
2013-05-22Fixed a broken link introduced in a542b808baf.Tim Graham
2013-05-22Fixed #20478 – Added support for HTTP PATCH method in generic views.Krzysztof Jurewicz
2013-05-21Merge pull request #1196 from selwin/last-doc-fixTim Graham
2013-05-21Fixed #20476 -- Typo.Aymeric Augustin
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen
2013-05-21Slightly reworded 'last()' docs.Selwin Ong
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej
2013-05-21Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-20Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham
2013-05-20Tweaked unit test 'quick start' explanation.Tim Graham
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-20Fixed warnings in admindocs; refs #20126.Tim Graham
2013-05-20Merge pull request #1184 from alasdairnicol/reverse_view_docs_typoMarc Tamlyn
2013-05-20Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requestsMarc Tamlyn
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed #20459 - Improved example for setting HTTP header fields.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham