summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-10-13Fix a Python 2.5-ism.Alex Gaynor
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-10-13Fixed #16899 -- Backported the fix for http://bugs.python.org/issue9063 and a...Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fix the dispatch tests on python 2.5Alex Gaynor
2011-10-13Convert much of the regression tests to use absolute imports. There's still ...Alex Gaynor
2011-10-13Convert all modeltests to use absolute imports, rather than relative ones.Alex Gaynor
2011-10-13Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...Julien Phalip
2011-10-13Remove a handful of `import *` from the tests.Alex Gaynor
2011-10-13Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...Julien Phalip
2011-10-13Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...Julien Phalip
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-10-11Fixed some tests from r16934 to be auto-id-independent.Carl Meyer
2011-10-10Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...Julien Phalip
2011-10-08Made the tests introduced in r16942 use old-style class decoration to run wit...Julien Phalip
2011-10-08Fixed #17011 - Made override_settings modify a decorated class in-place rathe...Carl Meyer
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-06Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...Aymeric Augustin
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-10-02Fixed #10841 -- Switched response served when DEBUG=True and request.is_ajax(...Ramiro Morales
2011-09-30Fixed #16645: fixed a broken test to work in Oracle.Ian Kelly
2011-09-30Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...Ramiro Morales
2011-09-30Fixed #16935 - misleading message if AttributeError escapes during SimpleTemp...Luke Plant
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-27Fixed #13956 -- Enabled `*args` and `**kwargs` support for `simple_tag`, `inc...Julien Phalip
2011-09-26Fixed #16925 -- Make sure a signal is disconnected if the test fails. Thanks ...Alex Gaynor
2011-09-25Fixed #16924 -- Corrected `date` template filter handling of negative (West o...Ramiro Morales
2011-09-23Fixed #16878 -- Improved intword filter to support numbers up to decillion an...Jannis Leidel
2011-09-22Fixed a typo in test docstring.Paul McMillan
2011-09-22Fixed #7198 (again) -- Corrects a problem with string interpolation from r168...Gabriel Hurley
2011-09-22Fixed #16909 -- Pass language to get_format_modules when calling it from get_...Jannis Leidel
2011-09-22Refs r16873 and #16026 -- Missed adding the fixture.Paul McMillan
2011-09-22Fixed #16026 -- loaddata now identifies which object triggered an error.Paul McMillan
2011-09-22Fixed #16837 -- Improved error message for admin login.Paul McMillan
2011-09-21Fixed #16703 -- Raise an exception if the storage location of the DefaultStor...Jannis Leidel
2011-09-21Fixed the relative static file resolution of the CachedStaticFilesStorage bac...Jannis Leidel
2011-09-21Fixed #16866 -- Clearer error message if empty list is passed to select_templ...Carl Meyer
2011-09-21Fixed #16838 -- Corrected broken add-another inline JS in admin with related_...Carl Meyer
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-18Fixed #16676 -- Corrected the behavior of the 'add' template filter to return...Julien Phalip
2011-09-18Fixes #8103 -- Select widget should only allow for one selected optionChris Beaven
2011-09-16Fixed #16568 -- Added RequireDebugFalse filter to prevent sending 500 error e...Carl Meyer
2011-09-16Fixed #16803 -- Use model verbose_name directly as ContentType unicode repres...Carl Meyer
2011-09-16Fixed #16770 -- Eliminated TemplateSyntaxError wrapping of exceptions. Thanks...Carl Meyer
2011-09-14Fixed #16494 by normalizing HttpResponse behavior with non-string input. Http...Paul McMillan
2011-09-13Fixed #16833 -- Removed undocumented `mixin` parameter from the `Storage.open...Jannis Leidel
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales