- 20 May, 2013 7 kayıt (commit)
-
-
Anssi Kääriäinen yazdı
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.
-
Tim Graham yazdı
-
Anssi Kääriäinen yazdı
-
Marc Tamlyn yazdı
Fix typo in redirect view docs
-
Marc Tamlyn yazdı
Changed API to disable ATOMIC_REQUESTS per view.
-
Carl Meyer yazdı
-
Tomasz Jaskowski yazdı
-
- 19 May, 2013 33 kayıt (commit)
-
-
Alasdair Nicol yazdı
-
Alex Gaynor yazdı
-
Anssi Kääriäinen yazdı
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.
-
Aymeric Augustin yazdı
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.
-
Tim Graham yazdı
Thanks Jérémie Blaser.
-
Preston Holmes yazdı
Thanks to guettli for the initial ticket and patch, with additional work from mehmetakyuz and Kevin Brolly.
-
Tim Graham yazdı
Thanks Claes Ström for the patch.
-
Aymeric Augustin yazdı
-
Tim Graham yazdı
Thanks Tomasz Jaskowski for the patch.
-
Russell Keith-Magee yazdı
Fix for test failure introduced by 980ae2ab.
-
Russell Keith-Magee yazdı
Fixed #15961 -- Added get_search_results to ModelAdmin
-
Baptiste Mispelon yazdı
-
Bozidar Benko yazdı
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.
-
Aymeric Augustin yazdı
-
Erik Romijn yazdı
-
Aymeric Augustin yazdı
Thanks Shai Berger for the report.
-
Marc Tamlyn yazdı
-
Baptiste Mispelon yazdı
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
-
Andrew Godwin yazdı
Fixed #20442: NoneType error when fetching a stale ContentType with get_for_id
-
Marc Tamlyn yazdı
Add needed Imports to the Documentation, Part II
-
Aymeric Augustin yazdı
Integrity problems when using get_or_create through M2M
-
Pablo Recio yazdı
Fixes #18896. Add tests verifying that you can get IntegrityErrors using get_or_create through relations like M2M, and it also adds a note into the documentation warning about it
-
Aymeric Augustin yazdı
Fixed #19070 -- Additional test for urlize and brackets
-
Aymeric Augustin yazdı
Fixed #11442 -- Postgresql backend casts all inet types to text
-
Erik Romijn yazdı
-
vkuzma yazdı
-
leandrafinger yazdı
-
Silvan Spross yazdı
Add missing imports and models to the examples in internationalization and localization documentation
-
Silvan Spross yazdı
-
Silvan Spross yazdı
-
Erik Romijn yazdı
-
Marc Tamlyn yazdı
Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware
-