summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Made context take priority over context processors.Aymeric Augustin2015-01-061-0/+25
* Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen2015-01-063-3/+84
* Used None-related assertions in CSRF testsClaude Paroz2015-01-061-11/+11
* Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middlewareClaude Paroz2015-01-061-0/+5
* Fixed #24022 -- Deprecated the ssi tag.Preston Timmons2015-01-052-2/+5
* Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann2015-01-051-17/+32
* Fixed test failures introduced in refs #23861.Tim Graham2015-01-052-4/+7
* Fixed #23861 -- Added an API to deprecate model fields.Tim Graham2015-01-051-0/+83
* Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz2015-01-052-2/+15
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-053-3/+40
* Added return value to Signal.disconnect().Andriy Sokolovskiy2015-01-021-0/+10
* Renamed an assertion in the dispatch tests.Tim Graham2015-01-021-10/+9
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-022-4/+3
* Fixed #23745 -- Reused states as much as possible in migrationsClaude Paroz2015-01-024-31/+32
* Passed around the state between migrationsClaude Paroz2015-01-021-1/+1
* Replaced migration state render() by apps cached propertyClaude Paroz2015-01-023-56/+41
* Silenced an ImportWarning in the template_backends tests.Tim Graham2015-01-011-0/+4
* Fixed #23700 -- Fixed non-deterministic static files test failures on Windows.Tim Graham2015-01-012-2/+8
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-016-26/+27
* Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner2014-12-314-1/+85
* Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov2014-12-311-2/+24
* Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann2014-12-312-6/+140
* Refs #18586 -- Split up tests.defer.DeferTests.test_deferWill Earp2014-12-311-64/+112
* Renamed tests for util -> utils moves; refs #17627.Tim Graham2014-12-314-2/+2
* Fixed a queries test on Python 2 broken after importing six.moves.range().Tim Graham2014-12-311-1/+1
* Fixed test from refs #23758.Tim Graham2014-12-311-1/+2
* Fixed #23758 -- Allowed more than 5 levels of subqueriesPiotr Pawlaczek2014-12-311-0/+19
* Moved DatabaseCreation.data_types properties to DatabaseWrapper.Tim Graham2014-12-311-1/+1
* Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().Berker Peksag2014-12-311-9/+8
* Applied ignore_warnings to Django testsClaude Paroz2014-12-3051-629/+444
* Fixed #23450 -- Fixed transient failure of requests...test_far_expiration.Tim Graham2014-12-301-1/+5
* Removed unused import.Tim Graham2014-12-301-1/+0
* Fixed #12118 -- Added shared cache support to SQLite in-memory testing.Andriy Sokolovskiy2014-12-301-0/+19
* Added test for an intermediate swappable model change in migration state.Markus Holtermann2014-12-301-0/+19
* Fixed #23581 -- Prevented extraneous DROP DEFAULT statements.Tim Graham2014-12-301-0/+4
* Fixed #23938 -- Added migration support for m2m to concrete fields and vice v...Markus Holtermann2014-12-291-0/+37
* Fixed #22279 -- Prevented dummy backend going through DatabaseErrorWrapperClaude Paroz2014-12-291-0/+2
* Fixed #21255 -- Closed connections after management command ranClaude Paroz2014-12-291-1/+13
* Converted middleware tests to use RequestFactory.Berker Peksag2014-12-291-54/+33
* Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales2014-12-293-5/+42
* Fixed #23753 -- Oracle failure with CoalesceJosh Smeaton2014-12-291-0/+12
* Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin2014-12-281-3/+22
* Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin2014-12-285-19/+51
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-286-26/+55
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-285-111/+168
* Deprecated TEMPLATE_STRING_IF_INVALID.Aymeric Augustin2014-12-283-10/+16
* Deprecated ALLOWED_INCLUDE_ROOTS.Aymeric Augustin2014-12-281-8/+7
* Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin2014-12-283-7/+15
* Deprecated some arguments of django.shortcuts.render(_to_response).Aymeric Augustin2014-12-284-27/+41
* Moved context_processors from django.core to django.template.Aymeric Augustin2014-12-287-8/+8