summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Removed default empty content argument from HttpResponse calls.Jon Dufresne2019-02-098-14/+14
* Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.Matthias Kestenholz2019-02-091-0/+30
* Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev2019-02-095-12/+12
* Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev2019-02-092-5/+5
* Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette2019-02-091-2/+1
* Fixed #30027 -- Errored out on Window function usage if unsupported.Simon Charette2019-02-091-1/+7
* Refs #30027 -- Enabled window function tests on SQLite 3.25+.Simon Charette2019-02-091-0/+5
* Dropped support for GEOS 3.4.Tim Graham2019-02-091-8/+0
* Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara2019-02-081-1/+1
* Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham2019-02-082-4/+4
* Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne2019-02-081-7/+35
* Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit2019-02-073-5/+13
* Removed unnecessary type() calls for class methods.Jon Dufresne2019-02-061-5/+2
* Refs #27753 -- Favored SafeString over SafeText.Tim Graham2019-02-062-7/+7
* Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().Tim Graham2019-02-061-0/+24
* Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin2019-02-061-12/+12
* Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope2019-02-063-76/+41
* Refs #27804 -- Used subTest() in admin_scripts invalid name tests.Jon Dufresne2019-02-061-20/+22
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-055-140/+30
* Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne2019-02-052-11/+3
* Removed redundant os.chdir() in RunInTmpDirMixin child classes.Jon Dufresne2019-02-051-2/+0
* Removed unused branch from SymlinkExtractorTests.test_symlink().Jon Dufresne2019-02-051-6/+3
* Removed unused RunInTmpDirMixin.rmfile().Jon Dufresne2019-02-051-4/+0
* Refs #27753 -- Deprecated django.utils.http urllib aliases.Tim Graham2019-02-041-1/+3
* Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham2019-02-043-44/+1
* Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...Vinay Karanam2019-02-021-0/+39
* Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew2019-01-314-4/+264
* Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne2019-01-313-10/+8
* Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe2019-01-301-3/+3
* Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.Joshua Cannon2019-01-302-1/+70
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-308-50/+5
* Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao2019-01-292-5/+24
* Refs #30137 -- Fixed template test on Windows.Tim Graham2019-01-291-1/+2
* Fixed #29973 -- Added compilemessages --ignore option.rsiemens2019-01-281-0/+39
* Refs #29973 -- Extracted helper functions from makemessages.rsiemens2019-01-281-1/+24
* Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...Claude Paroz2019-01-284-0/+12
* Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes2019-01-281-0/+8
* Made test table cleanup in OperationTestBase more robust.Paveł Tyślacki2019-01-282-26/+30
* Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne2019-01-2814-36/+30
* Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham2019-01-281-0/+11
* Removed default mode='r' argument from calls to open().Jon Dufresne2019-01-277-37/+37
* Refs #23919 -- Replaced codecs.open() with open().Jon Dufresne2019-01-273-6/+3
* Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexis...Jon Dufresne2019-01-261-1/+1
* Fixed grammar in FakePayload exception message.Jon Dufresne2019-01-251-0/+11
* Completed test coverage for utils.text._replace_entity().Hasan Ramezani2019-01-231-0/+2
* Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().Nick Pope2019-01-231-13/+7
* Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.Tim Graham2019-01-231-1/+3
* Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...Nasir Hussain2019-01-222-0/+22
* Made assertOptimizesTo() more strict in migrations tests.Vytis Banaitis2019-01-211-3/+7
* Tested Model.set_FOO_order() with an unrelated object.Tim Graham2019-01-211-0/+7