summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-25Removed simplejson inventory file from docs/conf.py.Berker Peksag
2014-10-24Replaced dead links to python-distribute.org.Tim Graham
2014-10-24Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-24Removed unused importClaude Paroz
2014-10-24Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz
2014-10-24Updated gis_migrations testsClaude Paroz
2014-10-24Fixed #23618 -- Allowed apps with no models to still have migrationsClaude Paroz
2014-10-24Fixed typo in docs/ref/request-response.txtJames Doherty
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 #23705 -- Removed unnecessary AliasMatch from example Apache config.Tim Graham
2014-10-23Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-23Fixed versionchanged indentation in unit-tests.txt.Berker Peksag
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-22Added stub release notes for 1.7.2.Tim Graham
2014-10-22Fixed #23701 -- Removed an unneeded check in collectstatic.Tim Graham
2014-10-22Added release dates to release notes.Tim Graham
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-21Removed unused import from the JSON serialization example.Berker Peksag
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 firstof docs error introduced in 1ea44a; refs #17906.Ralph Broenink
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-20Clarify that HTTP Accept-Language header is case-insensitive.Carl Meyer
2014-10-20Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-20Fixed #23668 -- Changed make_aware() and make_naive() to use the current time...Jon Dufresne
2014-10-20Fixed #23692 -- Removed alpha/beta/rc release notes.Tim Graham
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
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-20Fixed #20609 -- Added instructions for using AnonymousUser with RequestFactory.Tim Graham
2014-10-20Moved a test case that caused deprecation warnings.Loic Bistuer
2014-10-19Made the ping_google command override BaseCommand.handle() rather than execut...Loic Bistuer