summaryrefslogtreecommitdiff
path: root/tests/regressiontests
AgeCommit message (Expand)Author
2012-09-16Merge pull request #360 from calebsmith/add-permalink-wraps-testFlorian Apolloner
2012-09-16Fixed #17485 regression -- only + select_related interactionAnssi Kääriäinen
2012-09-15Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...Julien Phalip
2012-09-15Modernized views.DebugViewTestsClaude Paroz
2012-09-12Fixed #18790 -- Encoded database password on Python 2Claude Paroz
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-09Fixed a couple of test failures on Windows.Karen Tracey
2012-09-08Remove an outdated import inadvertently introduced in tests.Carl Meyer
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #18545 -- Make the 'no DJANGO_SETTINGS_MODULE' error message more usefu...Carl Meyer
2012-09-08Moved the admin inline JS to new JS files for cleanliness.Travis Swicegood
2012-09-08refs #12836 - Added a test to assure permalink wraps method attributesCaleb Smith
2012-09-08Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)Travis Swicegood
2012-09-07Fixed #18916 -- Allowed non-ASCII headers.Aymeric Augustin
2012-09-07Fixed #12397 -- allow safe_join to work with the root file system path, which...Alex Gaynor
2012-09-07Removed another usage of the bear "except:" (rawr!).Alex Gaynor
2012-09-07Removed many uses of bare "except:", which were either going to a) silence re...Alex Gaynor
2012-09-07Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...Alex Gaynor
2012-09-07Fixed tests that I broke a few commits ago.Alex Gaynor
2012-09-07Cleaned up several test cases, to better isolate state.Alex Gaynor
2012-09-07[py3k] Silence many warnings while running the tests.Alex Gaynor
2012-09-05Fixed #18687: Removed test_performance_scalabilityAymeric Augustin
2012-09-04Fixed #18824 -- Allow deleting a setting from overriden settingsClaude Paroz
2012-09-04Fixed #18902 -- Made force_bytes properly handle exception inputClaude Paroz
2012-09-01Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolve...Claude Paroz
2012-09-01Fixed #18212 -- Standardized arguments of GenericIPAddressFieldClaude Paroz
2012-08-30Fixed #5725 -- Fixed varchar column size introspection for MySQLClaude Paroz
2012-08-29Made FileSystemStorage accept both text and byte streamsClaude Paroz
2012-08-29Removed unnecessary bytes prefix for ContentFileClaude Paroz
2012-08-29Fixed #11739 -- Made ContentFile support Unicode inputClaude Paroz
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