summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-02Replaced migration state render() by apps cached propertyClaude Paroz
2015-01-02Fixed #24069 -- Made ServerHandler a new style class to fix super() call.Andreas Pelme
2015-01-01Silenced an ImportWarning in the template_backends tests.Tim Graham
2015-01-01Removed release note for refs #23891 as the backport proved too difficult.Tim Graham
2015-01-01Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2015-01-01Removed doc note about PasswordResetForm requiring an integer PK.Tim Graham
2015-01-01Added showmigrations to spelling wordlist.Tim Graham
2015-01-01Fixed typo in docs/ref/contrib/admin/index.txt.Tim Graham
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-31Refs #18586 -- Split up tests.defer.DeferTests.test_deferWill Earp
2014-12-31Renamed tests for util -> utils moves; refs #17627.Tim Graham
2014-12-31Fixed a queries test on Python 2 broken after importing six.moves.range().Tim Graham
2014-12-31Fixed #22340 -- Removed DatabaseCreation deprecation from timeline.Tim Graham
2014-12-31Fixed test from refs #23758.Tim Graham
2014-12-31Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek
2014-12-31Copied BaseDatabaseCreation._digest() to SchemaEditor to remove dependency.Tim Graham
2014-12-31Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham
2014-12-31Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().Berker Peksag
2014-12-31Renamed variables to avoid name collision with import of django.db.models.Russell Keith-Magee
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-30Added ignore_warnings decoratorClaude Paroz
2014-12-30Removed db.backends methods which only call super().Tim Graham
2014-12-30Revert "Updated some docs for the delayed deprecation of legacy table creatio...Tim Graham
2014-12-30Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.Tim Graham
2014-12-30Removed unused import.Tim Graham
2014-12-30Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy
2014-12-30Added test for an intermediate swappable model change in migration state.Markus Holtermann
2014-12-30Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham
2014-12-29Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales
2014-12-29Removed release note for refs #23938 as it couldn't be backported to 1.7.Tim Graham
2014-12-29Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann
2014-12-29Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapperClaude Paroz
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-29Converted middleware tests to use RequestFactory.Berker Peksag
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-29Fixed a vesionadded directive.Florian Apolloner
2014-12-29Fixed #23753 -- Oracle failure with CoalesceJosh Smeaton
2014-12-28Explained the structure of django.template.Aymeric Augustin
2014-12-28Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_LOADERS.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin
2014-12-28Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin
2014-12-28Raised an error when allowed_include_roots is a string.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin