index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2019-02-08
Fixed #30166 -- Dropped support for GDAL 1.11.
Tim Graham
2019-02-08
Fixed #30165 -- Deprecated ugettext(), ugettext_lazy(), ugettext_noop(), unge...
Jon Dufresne
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2019-02-06
Removed unnecessary type() calls for class methods.
Jon Dufresne
2019-02-06
Refs #27753 -- Favored SafeString over SafeText.
Tim Graham
2019-02-06
Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text().
Tim Graham
2019-02-06
Refs #27753 -- Favored force/smart_str() over force/smart_text().
Aymeric Augustin
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-02-06
Refs #27804 -- Used subTest() in admin_scripts invalid name tests.
Jon Dufresne
2019-02-05
Simplified temporary directory handling in AdminScriptTestCase.
Jon Dufresne
2019-02-05
Replaced manual current directory management with subprocess's cwd argument.
Jon Dufresne
2019-02-05
Removed redundant os.chdir() in RunInTmpDirMixin child classes.
Jon Dufresne
2019-02-05
Removed unused branch from SymlinkExtractorTests.test_symlink().
Jon Dufresne
2019-02-05
Removed unused RunInTmpDirMixin.rmfile().
Jon Dufresne
2019-02-04
Refs #27753 -- Deprecated django.utils.http urllib aliases.
Tim Graham
2019-02-04
Fixed #30155 -- Dropped support for PostgreSQL 9.4 and PostGIS 2.1.
Tim Graham
2019-02-02
Fixed #29393 -- Prevented infinite loop in ExceptionReporter.get_traceback_fr...
Vinay Karanam
2019-01-31
Fixed #30020 -- Fixed reading nulls with LayerMapping.
Kathryn Killebrew
2019-01-31
Fixed #30147 -- Simplified directory creation with os.makedirs(..., exist_ok=...
Jon Dufresne
2019-01-30
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for othe...
Johannes Hoppe
2019-01-30
Fixed #30076 -- Added Model.get_FOO_display() even if field's choices are empty.
Joshua Cannon
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-29
Refs #30137 -- Fixed template test on Windows.
Tim Graham
2019-01-28
Fixed #29973 -- Added compilemessages --ignore option.
rsiemens
2019-01-28
Refs #29973 -- Extracted helper functions from makemessages.
rsiemens
2019-01-28
Fixed #29825 -- Fixed JS ngettext if the string is a non-plural msgid in the ...
Claude Paroz
2019-01-28
Fixed #25624 -- Fixed autoreload crash with jinja2.ModuleLoader.
Tom Forbes
2019-01-28
Made test table cleanup in OperationTestBase more robust.
Paveł Tyślacki
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-28
Refs #30055 -- Added a helpful error when SQLite is too old.
Tim Graham
2019-01-27
Removed default mode='r' argument from calls to open().
Jon Dufresne
2019-01-27
Refs #23919 -- Replaced codecs.open() with open().
Jon Dufresne
2019-01-26
Added missing assert in FileBasedCacheTests.test_creates_cache_dir_if_nonexis...
Jon Dufresne
2019-01-25
Fixed grammar in FakePayload exception message.
Jon Dufresne
2019-01-23
Completed test coverage for utils.text._replace_entity().
Hasan Ramezani
2019-01-23
Fixed #30123 -- Removed tuple support in DatabaseIntrospection.get_field_type().
Nick Pope
2019-01-23
Refs #30111 -- Fixed test cleanup in postgres_tests/test_integration.py.
Tim Graham
2019-01-22
Fixed #30111 -- Fixed AppRegistryNotReady error with django.contrib.postgres ...
Nasir Hussain
2019-01-21
Made assertOptimizesTo() more strict in migrations tests.
Vytis Banaitis
2019-01-21
Tested Model.set_FOO_order() with an unrelated object.
Tim Graham
2019-01-21
Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs.
Jon Dufresne
2019-01-21
Fixed #30120 -- Fixed invalid SQL in distinct aggregate.
Simon Charette
2019-01-19
Completed test coverage for utils.text.Truncator.chars().
Hasan Ramezani
2019-01-19
Fixed #30117 -- Fixed SchemaEditor.quote_value() test for mysqlclient 1.4.0+.
Mariusz Felisiak
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2019-01-17
Advanced deprecation warnings for Django 3.0.
Tim Graham
2019-01-17
Refs #28750 -- Removed suppport for model Meta.manager_inheritance_from_future.
Tim Graham
2019-01-17
Refs #27991 -- Made obj a required argument of InlineModelAdmin.has_add_permi...
Tim Graham
2019-01-17
Refs #21221 -- Removed staticfiles and admin_static template tag libraries.
Tim Graham
[prev]
[next]