summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21Fixed #20472: response.content should be bytes on both Python 2 and 3Łukasz Langa
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 #20445 -- Raised original exception after command errorJorge Bastida
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi 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-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi 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-20Fixed warnings in admindocs; refs #20126.Tim Graham
2013-05-20Fixed qs.values() regression when used in subqueryAnssi Kääriäinen
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-20Fixed #20437 - marked a test-runner test as expected-fail under certain ↵Carl Meyer
conditions.
2013-05-19Fixed #20449 - Corrected test sensitivity to current working dir.Tomasz Jaskowski
2013-05-20Fix typo in redirect view docsAlasdair Nicol
2013-05-19Lower the max length for a test field so that it works on MySQL.Alex Gaynor
2013-05-19Fixed fixtures testing failureAnssi 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-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-19Made 2d309a70 compatible with Python 3.Aymeric Augustin
2013-05-19Fixed #20183 - Clarified docs assumption that certain objects exist in database.Tim Graham
Thanks Tomasz Jaskowski for the patch.
2013-05-19Merge pull request #1178 from bmispelon/masterRussell Keith-Magee
Fix for test failure introduced by 980ae2a.
2013-05-19Merge pull request #1166 from bbenko/ticket_15961Russell Keith-Magee
Fixed #15961 -- Added get_search_results to ModelAdmin
2013-05-19Fix test failure introduced by 980ae2ab29.Baptiste Mispelon
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-19Fixed test failure introduced in 1927bf7c91.Aymeric Augustin
2013-05-19Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File ↵Erik Romijn
Backend Only
2013-05-19Clarified when triagers should close tickets as needsinfo.Aymeric Augustin
https://groups.google.com/d/msg/django-developers/dyldP9kFADc/rHTlRBVEP8MJ
2013-05-19Fixed test failures with Oracle when pytz isn't installed.Aymeric Augustin
Thanks Shai Berger for the report.
2013-05-19Added Baptiste to AUTHORS.Marc Tamlyn
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 #1130 from vdboor/issue_20442_get_for_idAndrew Godwin
Fixed #20442: NoneType error when fetching a stale ContentType with get_for_id
2013-05-19Merge pull request #1162 from sspross/patch-docsMarc Tamlyn
Add needed Imports to the Documentation, Part II
2013-05-19Merge pull request #1164 from pyriku/get_or_create_through_m2mAymeric Augustin
Integrity problems when using get_or_create through M2M
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-19Merge pull request #1161 from erikr/urlize-additional-testAymeric Augustin
Fixed #19070 -- Additional test for urlize and brackets
2013-05-19Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin
Fixed #11442 -- Postgresql backend casts all inet types to text
2013-05-19Fix #19070 -- Additional test for urlize and bracketsErik Romijn
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 #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-19Merge pull request #1138 from ambv/issue20126Marc Tamlyn
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareŁukasz Langa
2013-05-19Merge pull request #1028 from manfre/patch-2Aymeric Augustin
Fixed #20340 - document required return value for disable_constraint_checking