summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-10-30Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.twidi
2014-10-30Fixed #8149 -- Made File.__iter__() support universal newlines.Jon Dufresne
2014-10-30Fixed #23556 -- Raised a more meaningful error message when migrations refer ...Markus Holtermann
2014-10-29Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...Markus Holtermann
2014-10-28Fixed flake8 warnings.Tim Graham
2014-10-28Fixed #23606 -- Implemented Client and RequestFactory trace() methods.Rigel Di Scala
2014-10-28Fixed #23721 -- check_related_objects without calling __iter__Collin Anderson
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27Fixed #23699 -- Prevented flush from loading initial data for apps with migra...Tony Zhu
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-24Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz
2014-10-23Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz
2014-10-23Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-23Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...a1tus
2014-10-23Added missing available app in migrations test caseClaude Paroz
2014-10-23Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-23Made a doctest compatible with Python 2Claude Paroz
2014-10-22Fixed flake8 warning.Tim Graham
2014-10-22Allowed test from refs #23612 to be run from a directory other than tests.Tim Graham
2014-10-23Improved warning message when reloading models. Refs #23621.Loic Bistuer
2014-10-23Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer
2014-10-22Refactored color_style() and no_style() to improve testability. Refs #23663.Loic Bistuer
2014-10-22Fixed #23686 -- Tweak color output of the system check framework.Loic Bistuer
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-22Fixed #23663 -- Initialize output streams for BaseCommand in __init__().Loic Bistuer
2014-10-21Fixed #23653 -- Fixed Windows failure of a logging test added in refs #23569.Tim Graham
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-10-21Fixed #23695 -- Made condition decorator work for HEAD requests without ETag.Anton Novosyolov
2014-10-21Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.Gabe Jackson
2014-10-21Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz
2014-10-20Fix SettingsCustomLoggingTest on Windows when path contains \uMichael Manfre
2014-10-20Fixed #23688 -- Updated cached_property to preserve docstring of original fun...John-Scott Atlakson
2014-10-20Fixed #20221 -- Allowed some functions that use mark_safe() to result in Safe...Jon Dufresne
2014-10-20Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz
2014-10-20Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-20Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"Claude Paroz
2014-10-20Fixed #23685 -- Made call_command skip checks by defaultClaude Paroz
2014-10-20Moved a test case that caused deprecation warnings.Loic Bistuer
2014-10-19Fixed #23684 -- Used correct package name for Pillow in Error hint.Nicholas Serra
2014-10-19Fixed #21196 -- Removed index on test field causing MySQL specific warning.Thomas Chaumeny
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-10-17Fixed #23469 -- Removed test runner compatibility check which often yielded f...Tim Graham
2014-10-16Fixed #23615 -- Validate that a Model instance's "check" attribute is a method.Rigel Di Scala
2014-10-16Minor cleanup in the check_framework test package.Loic Bistuer
2014-10-16Fixed #23664 -- Provided a consistent definition for OrderedSet.__bool__Thomas Chaumeny
2014-10-16Fixed #23659 -- Kept annotate() args orderingClaude Paroz
2014-10-15Fixed a flake8 warning.Simon Charette