| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-21 | Fixed #20472: response.content should be bytes on both Python 2 and 3 | Łukasz Langa | |
| 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 #20445 -- Raised original exception after command error | Jorge Bastida | |
| 2013-05-20 | Fixed #20403 -- Ignore forms marked for deletion when validating max_num. | Ryan Kaskel | |
| 2013-05-20 | Fixed #20278 -- ensured .get() exceptions do not recurse infinitely | Anssi Kääriäinen | |
| A regression caused by d5b93d3281fe93cbef5de84a52 made .get() error reporting recurse infinitely on certain rare conditions. Fixed this by not trying to print the given lookup kwargs. | |||
| 2013-05-20 | Fixed #20378 -- regression in GenericRelation on abstract model | Anssi Kääriäinen | |
| When a GenericRelation was defined on abstract model, queries on childs of the abstract model didn't work. The problem was in the way fields and in particular field.rel was copied from models to their children. The regression was likely caused by #19385. Thanks to Gavin Wahl for spotting the regression. | |||
| 2013-05-20 | Fixed warnings in admindocs; refs #20126. | Tim Graham | |
| 2013-05-20 | Fixed qs.values() regression when used in subquery | Anssi Kääriäinen | |
| 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 | Fixed #20437 - marked a test-runner test as expected-fail under certain ↵ | Carl Meyer | |
| conditions. | |||
| 2013-05-19 | Fixed #20449 - Corrected test sensitivity to current working dir. | Tomasz Jaskowski | |
| 2013-05-20 | Fix typo in redirect view docs | Alasdair Nicol | |
| 2013-05-19 | Lower the max length for a test field so that it works on MySQL. | Alex Gaynor | |
| 2013-05-19 | Fixed fixtures testing failure | Anssi Kääriäinen | |
| The failure was caused by generating the same warning from two tests. The second time the same warning was raised it was swallowed by the "once" simplefilter of warnings. | |||
| 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 | Made 2d309a70 compatible with Python 3. | Aymeric Augustin | |
| 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 | Merge pull request #1178 from bmispelon/master | Russell Keith-Magee | |
| Fix for test failure introduced by 980ae2a. | |||
| 2013-05-19 | Merge pull request #1166 from bbenko/ticket_15961 | Russell Keith-Magee | |
| Fixed #15961 -- Added get_search_results to ModelAdmin | |||
| 2013-05-19 | Fix test failure introduced by 980ae2ab29. | Baptiste Mispelon | |
| 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 | Fixed test failure introduced in 1927bf7c91. | Aymeric Augustin | |
| 2013-05-19 | Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File ↵ | Erik Romijn | |
| Backend Only | |||
| 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 | Fixed test failures with Oracle when pytz isn't installed. | Aymeric Augustin | |
| Thanks Shai Berger for the report. | |||
| 2013-05-19 | Added Baptiste to AUTHORS. | Marc Tamlyn | |
| 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 #1130 from vdboor/issue_20442_get_for_id | Andrew Godwin | |
| Fixed #20442: NoneType error when fetching a stale ContentType with get_for_id | |||
| 2013-05-19 | Merge pull request #1162 from sspross/patch-docs | Marc Tamlyn | |
| Add needed Imports to the Documentation, Part II | |||
| 2013-05-19 | Merge pull request #1164 from pyriku/get_or_create_through_m2m | Aymeric Augustin | |
| Integrity problems when using get_or_create through M2M | |||
| 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 | Merge pull request #1161 from erikr/urlize-additional-test | Aymeric Augustin | |
| Fixed #19070 -- Additional test for urlize and brackets | |||
| 2013-05-19 | Merge pull request #1160 from erikr/host-inet-postgres2 | Aymeric Augustin | |
| Fixed #11442 -- Postgresql backend casts all inet types to text | |||
| 2013-05-19 | Fix #19070 -- Additional test for urlize and brackets | Erik Romijn | |
| 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 #11442 -- Postgresql backend casts all inet types to text | Erik Romijn | |
| 2013-05-19 | Merge pull request #1138 from ambv/issue20126 | Marc Tamlyn | |
| Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | |||
| 2013-05-19 | Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | Łukasz Langa | |
| 2013-05-19 | Merge pull request #1028 from manfre/patch-2 | Aymeric Augustin | |
| Fixed #20340 - document required return value for disable_constraint_checking | |||
