summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-10-16Fixed multiple database tests that broke foreign keys constraints. Refs #17055.Aymeric Augustin
2011-10-16Fixed a test that depended on how identifiers are quoted by the database back...Aymeric Augustin
2011-10-16Made an `AutoField` test more robust.Julien Phalip
2011-10-16Fixed #15221 -- Made the admin filters on foreign key and m2m relationships d...Julien Phalip
2011-10-15Modified the tablespaces tests so that they no longer rely on settings.DEFAUL...Aymeric Augustin
2011-10-15Ensured that the feeds framework supports both datetimes and dates. Refs #4076.Aymeric Augustin
2011-10-15Fixed a test failure introduced at r16987. Refs #12308.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-14Switch several assertNumQueries to use the context manager, which is much mor...Alex Gaynor
2011-10-14Remove the usage of deprecated function in Django. Also simplify the fallback...Alex Gaynor
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