| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-21 | Merge pull request #1196 from selwin/last-doc-fix | Tim Graham | |
| Slightly reworded 'last()' docs | |||
| 2013-05-21 | Fixed #20476 -- Typo. | Aymeric Augustin | |
| 2013-05-21 | Fixed #18702 -- Removed chunked reads from QuerySet iteration | Anssi Kääriäinen | |
| 2013-05-21 | Slightly reworded 'last()' docs. | Selwin Ong | |
| 2013-05-21 | Fixed #19326 -- Added first() and last() methods to QuerySet | Selwin Ong | |
| 2013-05-21 | Fixed #17308 -- Enabled the use of short_description on properties in the admin. | Wiktor Kolodziej | |
| 2013-05-21 | Removed 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-20 | Fixed #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-20 | Fixed #20471 - Typos in topics/forms/formsets.txt | Tim Graham | |
| 2013-05-20 | Tweaked unit test 'quick start' explanation. | Tim Graham | |
| Thanks Jeremy Dunck. | |||
| 2013-05-20 | Fixed #20403 -- Ignore forms marked for deletion when validating max_num. | Ryan Kaskel | |
| 2013-05-20 | Fixed warnings in admindocs; refs #20126. | Tim Graham | |
| 2013-05-20 | Merge pull request #1184 from alasdairnicol/reverse_view_docs_typo | Marc Tamlyn | |
| Fix typo in redirect view docs | |||
| 2013-05-20 | Merge pull request #1181 from aaugustin/better-api-to-disable-atomic-requests | Marc Tamlyn | |
| Changed API to disable ATOMIC_REQUESTS per view. | |||
| 2013-05-20 | Fix typo in redirect view docs | Alasdair Nicol | |
| 2013-05-19 | Changed 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-19 | Fixed #20459 - Improved example for setting HTTP header fields. | Tim Graham | |
| Thanks Jérémie Blaser. | |||
| 2013-05-19 | Fixed #16330 -- added --pks option in dumpdata command | Preston Holmes | |
| Thanks to guettli for the initial ticket and patch, with additional work from mehmetakyuz and Kevin Brolly. | |||
| 2013-05-19 | Added some links in /docs/intro/overview.txt | Tim Graham | |
| Thanks Claes Ström for the patch. | |||
| 2013-05-19 | Fixed #20183 - Clarified docs assumption that certain objects exist in database. | Tim Graham | |
| Thanks Tomasz Jaskowski for the patch. | |||
| 2013-05-19 | Fixed #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-19 | Clarified when triagers should close tickets as needsinfo. | Aymeric Augustin | |
| https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ | |||
| 2013-05-19 | Fix #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-19 | Merge pull request #1162 from sspross/patch-docs | Marc Tamlyn | |
| Add needed Imports to the Documentation, Part II | |||
| 2013-05-19 | Fixes #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-19 | Add missing imports and models to the examples in the admin documentation | vkuzma | |
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger | |
| 2013-05-19 | Add missing imports and models to the examples in internationalization and ↵ | Silvan Spross | |
| localization documentation | |||
| 2013-05-19 | Add missing imports and models to the examples in security documentation | Silvan Spross | |
| 2013-05-19 | Add missing imports and models to the examples in the template layer ↵ | Silvan Spross | |
| documentation | |||
| 2013-05-19 | Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | Łukasz Langa | |
| 2013-05-19 | Fixed #12747 -- Made reason phrases customizable. | Aymeric Augustin | |
| 2013-05-19 | Fixed some line wrapping, refs #20233 | Tim Graham | |
| 2013-05-19 | Merge pull request #1098 from zsiciarz/ticket-16829 | Marc Tamlyn | |
| Added example of using sitemaps with static views. | |||
| 2013-05-19 | Fixed a rest mistake I introduced in d5ce2ff. | Aymeric Augustin | |
| 2013-05-19 | Fixed #20452 -- Rename 'headers' to 'header fields'. | bbjay | |
| 2013-05-19 | Improve cookie based session backend docs. | Marc Tamlyn | |
| Note the don't require sessions to be in installed apps. | |||
| 2013-05-19 | Merge pull request #1145 from postrational/ticket_20233 | Andrew Godwin | |
| Fixed #20233 - Full custom user model example isn't really full | |||
| 2013-05-19 | refs #20233 - Full custom user model example isn't really full | postrational | |
| Addition and fix for custom user model example documentation. https://code.djangoproject.com/ticket/20233 | |||
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-18 | Fixed #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-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer ↵ | Marc Egli | |
| documentation | |||
| 2013-05-18 | Fixed #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-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-18 | Merge branch 'allow-any-iterable-for-choices' | Donald Stufft | |
| 2013-05-18 | Merge pull request #1128 from erikr/improve-smallint-docs | Tim Graham | |
| Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | |||
| 2013-05-18 | Fixed #20335 - Documented the {% language %} template tag. | Tim Graham | |
| Thanks bmispelon for the suggestion and djangsters for the patch. | |||
| 2013-05-18 | Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | Erik Romijn | |
