| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-05-18 | Fixed #20430 - Enable iterable of iterables for model choices | Donald Stufft | |
| Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model. | |||
| 2013-05-18 | Merge pull request #1122 from ambv/issue13285 | Aymeric Augustin | |
| Fixed #13285: populate_xheaders breaks caching | |||
| 2013-05-18 | Fixed #13285: populate_xheaders breaks caching | Łukasz Langa | |
| 2013-05-18 | Fixed #20444 -- Cookie-based sessions does not include a remote code ↵ | Erik Romijn | |
| execution-warning | |||
| 2013-05-18 | Fixed #9595 -- Allow non-expiring cache timeouts. | Jacob Burch | |
| Also, streamline the use of 0 and None between cache backends. | |||
| 2013-05-18 | Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHEL | Claude Paroz | |
| Thanks Stephane Benchimol for the report and the initial script and mfandreas for the patch. | |||
| 2013-05-18 | Added example of using sitemaps with static views. | Zbigniew Siciarz | |
| References #16829. | |||
| 2013-05-18 | Fixed #13546 -- Easier handling of localize field options in ModelForm | Erik Romijn | |
| 2013-05-18 | Fixed #20402: removed as-limit from uWSGI example. | Aymeric Augustin | |
| It can fail in hard-to-diagnose ways. | |||
| 2013-05-18 | Fixed #20408 -- Clarified that values_list() doesn't return a list. | Aymeric Augustin | |
| Thanks marktranchant, bmispelon, and alextreme. | |||
| 2013-05-18 | Fixed #20294 -- Documented context processors in TemplateResponseMixin. | Zbigniew Siciarz | |
| 2013-05-18 | Reorganize committers list chronologically. | Aymeric Augustin | |
| This completes the removal of the distinction between core devs and specialists. Patch by Simon Meers. | |||
| 2013-05-17 | Finally add myself to the committers list | Donald Stufft | |
