summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-08-29Replaced many smart_bytes by force_bytesClaude Paroz
2012-08-29[py3] Fixed test failures introduced in 3afb5916b215c79e36408b729c9516bc435f5...Florian Apolloner
2012-08-28Fixed #18091 -- Non-ASCII templates break `django-admin.py startproject --tem...Florian Apolloner
2012-08-26Made model instance history admin view link not hard-coded. Refs #15294.Ramiro Morales
2012-08-25Fixed #18852 -- Restored backwards compatibilityAymeric Augustin
2012-08-25Fixed #16715 -- Fixed join promotion logic for nested nullable FKsAnssi Kääriäinen
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-23Fixed #18798 -- Renamed conflicting test methods in i18n testsAlexey Boriskin
2012-08-23Fixed #18678 -- HttpResponse init arguments allowed for subclassesClaude Paroz
2012-08-22Fixed #11340 -- Prevented HttpResponseNotModified to have content/content-typeClaude Paroz
2012-08-22Revert "Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2"Simon Meers
2012-08-21Fixed #18196 -- Improved loaddata error messages.Claude Paroz
2012-08-21Fixed #17886 -- Fixed join promotion in ORed nullable queriesAnssi Kääriäinen
2012-08-21Reverted type check added in 62954ba04c.Aymeric Augustin
2012-08-20[py3] Fixed #17040 -- ported django.utils.crypto.constant_time_compare.Aymeric Augustin
2012-08-20Fixed #18063 -- Avoid unicode in Model.__repr__ in python 2Simon Meers
2012-08-19Reordered import statements for clarity.Aymeric Augustin
2012-08-19Fixed #18728 -- Made colon optional in tzinfoAymeric Augustin
2012-08-19[py3] Supported integers in HttpResponseAymeric Augustin
2012-08-18Merge pull request #291 from uruz/ticket18793Karen Tracey
2012-08-19Fixed #18793: Duplicate test test_head_no_get in generic_views.baseAlexey Boriskin
2012-08-18Merge pull request #288 from mjtamlyn/date-list-periodAndrew Godwin
2012-08-18Fixed #3542 -- Add support for changing granularity on ArchiveView.Marc Tamlyn
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-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-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] Properly encode hashlib.md5 and zip.compress args in the tests.Florian Apolloner
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