summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-02-13Refs #25175 -- Renamed test file referencing the old postgresql_psycopg2 engine.Tim Graham
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-12Fixed #22423 -- Added support for MySQL operators on real geometries.Claude Paroz
2019-02-12Simplified test_cursor_var() by using str instead of Database.STRING.Mariusz Felisiak
2019-02-11Fixed spelling mistakes in comments and tests.Semen Zhydenko
2019-02-11Fixed CVE-2019-6975 -- Fixed memory exhaustion in utils.numberformat.format().Carlton Gibson
2019-02-09Removed unneeded list() calls in sorted() argument.Sergey Fedoseev
2019-02-09Refs #15362 -- Removed obsolete workaround in file_uploads test view.Jon Dufresne
2019-02-09Fixed #29391 -- Made PostgresSimpleLookup respect Field.get_db_prep_value().Vinay Karanam
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2019-02-09Fixed #30153 -- Fixed incorrect form Media asset ordering after three way merge.Matthias Kestenholz
2019-02-09Removed uneeded generator expressions and list comprehensions.Sergey Fedoseev
2019-02-09Removed uneeded iter() calls with generator expression as argument.Sergey Fedoseev
2019-02-09Refs #26608 -- Added a database feature for fixed frame range distance support.Simon Charette
2019-02-09Fixed #30027 -- Errored out on Window function usage if unsupported.Simon Charette
2019-02-09Refs #30027 -- Enabled window function tests on SQLite 3.25+.Simon Charette
2019-02-09Dropped support for GEOS 3.4.Tim Graham
2019-02-08Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644.Himanshu Lakhara
2019-02-08Fixed #30166 -- Dropped support for GDAL 1.11.Tim Graham
2019-02-08Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...Jon Dufresne
2019-02-07Fixed #16027 -- Added app_label to ContentType.__str__().Gregory N. Schmit
2019-02-06Removed unnecessary type() calls for class methods.Jon Dufresne
2019-02-06Refs #27753 -- Favored SafeString over SafeText.Tim Graham
2019-02-06Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().Tim Graham
2019-02-06Refs #27753 -- Favored force/smart_str() over force/smart_text().Aymeric Augustin
2019-02-06Fixed #30159 -- Removed unneeded use of OrderedDict.Nick Pope
2019-02-06Refs #27804 -- Used subTest() in admin_scripts invalid name tests.Jon Dufresne
2019-02-05Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne
2019-02-05Replaced manual current directory management with subprocess's cwd argument.Jon Dufresne
2019-02-05Removed redundant os.chdir() in RunInTmpDirMixin child classes.Jon Dufresne
2019-02-05Removed unused branch from SymlinkExtractorTests.test_symlink().Jon Dufresne
2019-02-05Removed unused RunInTmpDirMixin.rmfile().Jon Dufresne
2019-02-04Refs #27753 -- Deprecated django.utils.http urllib aliases.Tim Graham
2019-02-04Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.Tim Graham
2019-02-02Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...Vinay Karanam
2019-01-31Fixed #30020 -- Fixed reading nulls with LayerMapping.Kathryn Killebrew
2019-01-31Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...Jon Dufresne
2019-01-30Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...Johannes Hoppe
2019-01-30Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.Joshua Cannon
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-29Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...Dan Tao
2019-01-29Refs #30137 -- Fixed template test on Windows.Tim Graham
2019-01-28Fixed #29973 -- Added compilemessages --ignore option.rsiemens
2019-01-28Refs #29973 -- Extracted helper functions from makemessages.rsiemens
2019-01-28Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...Claude Paroz
2019-01-28Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.Tom Forbes
2019-01-28Made test table cleanup in OperationTestBase more robust.Paveł Tyślacki
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-28Refs #30055 -- Added a helpful error when SQLite is too old.Tim Graham
2019-01-27Removed default mode='r' argument from calls to open().Jon Dufresne