summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-05-14Fixed #19934 - Use of Pillow is now preferred over PIL.Daniel Lindsley
2013-05-11Fixed a regression in the test runner loading of runtests.py.Florian Apolloner
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-11Fixed #19939 -- generic relations + split_exclude regressionAnssi Kääriäinen
2013-05-10Fixed an obvious typo.Alex Gaynor
2013-05-10Fixed two admin_views tests under Oracle.Aymeric Augustin
2013-05-09Fixed a test that fails under Python 3.Aymeric Augustin
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-09Further removal of static admin validation that can fail erroneouslyLuke Plant
2013-05-09Removed a test that didn't make sense; code could never be called the way the...Alex Gaynor
2013-05-09Removed some failing tests missed in 1556b1c3b7a18cadf4d66d2ab6301d7fe8646ba5Luke Plant
2013-05-09Removed fragile admin validation of fields on ModelFormLuke Plant
2013-05-08Marked a test as an expected failure on MySQL and Python 3.2.Aymeric Augustin
2013-05-08Marked tests of BinaryFields as expected failures on MySQL and Python 3.Aymeric Augustin
2013-05-07Fixed #20354 -- `makemessages` no longer crashes with `UnicodeDecodeError`Tai Lee
2013-05-05Fixed a regression introduced in 9f7a01ef2bed8c0395a970286e8f87fd7d344b3b.Florian Apolloner
2013-05-01Fixed test failures introduced in a5becad9094e5c5403b692b9a7b3a6ffaabf64a3.Florian Apolloner
2013-04-28Tested that get_or_create raises IntegrityError.Aymeric Augustin
2013-04-28Fixed #18986 -- Improved error message for missing filesAymeric Augustin
2013-04-26Fixed #20321 -- Added missing key name in MergeDict KeyError messageClaude Paroz
2013-04-19Fix != operations on lazy objects.Alex Gaynor
2013-04-19Fixed #20276 -- Implemented __bool__ for MergeDictAnton Baklanov
2013-04-16Refs #14567 -- Fixed failing test that wasn't being run.Carl Meyer
2013-04-14Fixed #18231 -- Made JavaScript i18n not pollute global JS namespace.Matthew Tretter
2013-04-13Fixed #17840 -- Generalized named placeholders in form error messagesClaude Paroz
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Used a Python 3 compatible StringIO in test_utilsClaude Paroz
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-13Updated a renamed test fileClaude Paroz
2013-04-12Fixed template_tests so discovery doesn't directly find tests that require se...Preston Timmons
2013-04-12Modified view_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified validation to work with unittest2 discovery.Preston Timmons
2013-04-12Modified utils_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified template_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified model_fields for unittest2 discovery.Preston Timmons
2013-04-12Modified generic_views for unittest2 discovery.Preston Timmons
2013-04-12Modified comment_tests for unittest2 discovery.Preston Timmons
2013-04-12Modified test_client_override to work with unittest2 discovery.Preston Timmons
2013-04-12Modified test_utils to work with unittest2 discovery.Preston Timmons
2013-04-12Modified forms_tests to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20237 (again) Allowed binary parameter to assertContainsClaude Paroz
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-11Fixed #20237 -- Reenabled assertContains with binary parameterClaude Paroz
2013-04-10Fixed #20231 -- Don't use allow_lazy on smart_splitBaptiste Mispelon
2013-04-10Made usage of assertTemplateUsed in admin_views testsClaude Paroz
2013-04-08Fix admin_views tests after commit 3be368c73e.Baptiste Mispelon
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-04-07Fix #15126: Better error message when passing invalid options to ModelForm.Meta.Baptiste Mispelon
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette