summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-08-18[py3] Made 212b9826bd Python 3-friendlyAymeric Augustin
2012-08-18Fixed #17228 -- params context variable is inconsistentMarc Tamlyn
2012-08-18Fixed #14516 -- Extract methods from removetags and slugify template filtersMarc Tamlyn
2012-08-18Fixed #16744 -- Class based view should have the view object in the contextMarc Tamlyn
2012-08-18[py3] Ported django.utils.safestring.Aymeric Augustin
2012-08-18Add a SQlite backend. One test passes!Andrew Godwin
2012-08-18Test that unique constraints get ported with column renameAndrew Godwin
2012-08-18All tests passing on MySQLAndrew Godwin
2012-08-18First stab at MySQL supportAndrew Godwin
2012-08-18Fixed #18779 -- URLValidator can't validate url with ipv6.Marc Tamlyn
2012-08-18[py3] Stopped attempting to translate bytes.Aymeric Augustin
2012-08-18Cleaned up a test slightly.Aymeric Augustin
2012-08-18[py3] Fixed templates tests.Aymeric Augustin
2012-08-17[py3] Fixed __unicode__ methods missed in d4a0b278Aymeric Augustin
2012-08-16[py3k] Fixed pagination_regress tests.Alex Gaynor
2012-08-16[py3] Ported django.core.servers.Aymeric Augustin
2012-08-16[py3] Fixed test_utils tests of doctests.Aymeric Augustin
2012-08-16[py3] Fixed the str tests.Aymeric Augustin
2012-08-15Fixed the generic_inline_admin tests for python3.Alex Gaynor
2012-08-15Fixed the admin_changelist tests for python3.Alex Gaynor
2012-08-15[py3] Fixed more encoding issues in cache testsClaude Paroz
2012-08-15Used settings config for memcached tests.Claude Paroz
2012-08-15[py3] Fixed middleware tests.Aymeric Augustin
2012-08-15[py3] Fixed dispatch testsClaude Paroz
2012-08-15Run memcache tests if any cache is configuredClaude Paroz
2012-08-15[py3] Fix some more encoding issues in testsClaude Paroz
2012-08-15[py3] Fixed bad unicode testClaude Paroz
2012-08-15[py3] Fixed paginator tests.Florian Apolloner
2012-08-15[py3] Properly encode hashlib.md5 and zip.compress args in the tests.Florian Apolloner
2012-08-15[py3] Removed map() calls used for side-effects onlyAnssi Kääriäinen
2012-08-15Made the validation tests python3 friendly.Alex Gaynor
2012-08-15Ensured that the archive module consistantly explicitly closed all files.Alex Gaynor
2012-08-15Close files in the module_loading tests always.Alex Gaynor
2012-08-15Explicitly close a file during the email tests.Alex Gaynor
2012-08-15Always close files in the file_storage tests.Alex Gaynor
2012-08-15[py3] Fixed test_client_regress testsClaude Paroz
2012-08-15Converted the modeladmin tests to run on python 2 and 3.Alex Gaynor
2012-08-15Fixed usage of several deprecated aliases in unittest.Alex Gaynor
2012-08-15Explicitly close files in the staticfiles tests.Alex Gaynor
2012-08-15Use a name that exists in both python2 and 3,Alex Gaynor
2012-08-15[py3] Fixed jsi18n test.Aymeric Augustin
2012-08-15[py3] Fixed uses of __metaclass__ in tests.Aymeric Augustin
2012-08-14[py3] Fixed modeltests.model_forms tests.Chris Lawlor
2012-08-14[py3] Fixed conditional_processing testsClaude Paroz
2012-08-14[py3] Fixed file_uploads testsClaude Paroz
2012-08-14Don't swallow AttributeError in core.urlresolvers.get_callable.Florian Apolloner
2012-08-14[py3] Fixed serializers testsClaude Paroz
2012-08-14[py3] Fixed staticfiles testsClaude Paroz
2012-08-14[py3] Fixed admin_views testsClaude Paroz
2012-08-14[py3] Fixed admin_custom_urls tests.Aymeric Augustin