summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-05-21Merge pull request #1196 from selwin/last-doc-fixTim Graham
Slightly reworded 'last()' docs
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
The note is clearly a part of MESSAGE_STORAGE documentation. As a separate section, it broke automatic link generation on the HTML version of the documentation.
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField ↵Ramiro Morales
fields. This is backward incompatible for custom form field/widgets that rely on the hard-coded 'Hold down "Control", or "Command" on a Mac, to select more than one.' sentence. Application that use standard model form fields and widgets aren't affected but need to start handling these help texts by themselves before Django 1.8. For more details, see the related release notes and deprecation timeline sections added with this commit.
2013-05-20Fixed #20471 - Typos in topics/forms/formsets.txtTim Graham
2013-05-20Tweaked unit test 'quick start' explanation.Tim Graham
Thanks Jeremy Dunck.
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
Fix typo in redirect view docs
2013-05-20Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requestsMarc Tamlyn
Changed API to disable ATOMIC_REQUESTS per view.
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
A decorator is easier to apply to CBVs. Backwards compatibility isn't an issue here, except for people running on a recent clone of master. Fixed a few minor problems in the transactions docs while I was there.
2013-05-19Fixed #20459 - Improved example for setting HTTP header fields.Tim Graham
Thanks Jérémie Blaser.
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
Thanks to guettli for the initial ticket and patch, with additional work from mehmetakyuz and Kevin Brolly.
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
Thanks Claes Ström for the patch.
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham
Thanks Tomasz Jaskowski for the patch.
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
This adds a get_search_results method that users can override to provide custom search strategies. Thanks to Daniele Procida for help with the docs.
2013-05-19Clarified when triagers should close tickets as needsinfo.Aymeric Augustin
https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ
2013-05-19Fix #20447: URL names given to contrib.auth.views are now resolved.Baptiste Mispelon
This commit also adds tests for the redirect feature of most auth views. It also cleans up the tests, most notably using @override_settings instead of ad-hoc setUp/tearDown methods. Thanks to caumons for the report. Conflicts: docs/releases/1.6.txt
2013-05-19Merge pull request #1162 from sspross/patch-docsMarc Tamlyn
Add needed Imports to the Documentation, Part II
2013-05-19Fixes #18896. Add tests verifying that you can get IntegrityErrors using ↵Pablo Recio
get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
2013-05-19Add missing imports and models to the examples in the admin documentationvkuzma
2013-05-19add missing imports to the examples in the 'Forms'leandrafinger
2013-05-19Add missing imports and models to the examples in internationalization and ↵Silvan Spross
localization documentation
2013-05-19Add missing imports and models to the examples in security documentationSilvan Spross
2013-05-19Add missing imports and models to the examples in the template layer ↵Silvan Spross
documentation
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-19Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin
2013-05-19Fixed some line wrapping, refs #20233Tim Graham
2013-05-19Merge pull request #1098 from zsiciarz/ticket-16829Marc Tamlyn
Added example of using sitemaps with static views.
2013-05-19Fixed a rest mistake I introduced in d5ce2ff.Aymeric Augustin
2013-05-19Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay
2013-05-19Improve cookie based session backend docs.Marc Tamlyn
Note the don't require sessions to be in installed apps.
2013-05-19Merge pull request #1145 from postrational/ticket_20233Andrew Godwin
Fixed #20233 - Full custom user model example isn't really full
2013-05-19refs #20233 - Full custom user model example isn't really fullpostrational
Addition and fix for custom user model example documentation. https://code.djangoproject.com/ticket/20233
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
Add needed Imports to the Documentation
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation.
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-18Add missing imports and models to the examples in the view layer documentationSilvan Spross
2013-05-18Add missing imports and models to the examples in the the model layer ↵Marc Egli
documentation
2013-05-18Fixed #20284 - Added a note about DEBUG in static file docs.Tim Graham
Thanks wim@ for the suggestion and Nicolas Noé for the patch.
2013-05-18Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecatedŁukasz Langa
2013-05-18Merge branch 'allow-any-iterable-for-choices'Donald Stufft
2013-05-18Merge pull request #1128 from erikr/improve-smallint-docsTim Graham
Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'
2013-05-18Fixed #20335 - Documented the {% language %} template tag.Tim Graham
Thanks bmispelon for the suggestion and djangsters for the patch.
2013-05-18Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small'Erik Romijn