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-10-31
Refs #28428 -- Made FileSystemStorage.save() to support pathlib.Path.
Hasan Ramezani
2019-10-31
Refs #28428 -- Added tests for using FileSystemStorage with pathlib.Path.
Hasan Ramezani
2019-10-30
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.s...
Felipe Lee
2019-10-30
Refs #20456 -- Added test for initialization of request/args/kwargs attribute...
Felipe Lee
2019-10-30
Refs #28428 -- Made filepath_to_uri() support pathlib.Path.
Hasan Ramezani
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-29
Fixed #30922 -- Fixed ModelAdmin.date_hierarchy queries with DST changes.
Erwin Junge
2019-10-29
Refs #30908 -- Added test for nonexistent path in forms.FilePathField.
Hasan Ramezani
2019-10-28
Fixed #30918 -- Made timesince()/timeuntil() respect custom time strings for ...
Hasan Ramezani
2019-10-28
Fixed #30907 -- Fixed SplitArrayField.has_changed() with removal of empty tra...
Pavel Dedik
2019-10-28
Refs #30907 -- Added more tests for SplitArrayField.has_changed().
Pavel Dedik
2019-10-25
Fixed #29770 -- Added LinearRing.is_counterclockwise property.
Sergey Fedoseev
2019-10-25
Fixed #29087 -- Added delete buttons for unsaved admin inlines on validation ...
Carlton Gibson
2019-10-25
Fixed #30902 -- Added __str__() for model choice enums.
Carlton Gibson
2019-10-24
Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on Mari...
Nick Pope
2019-10-24
Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8...
Nick Pope
2019-10-24
Fixed #23576 -- Implemented multi-alias fast-path deletion in MySQL backend.
Simon Charette
2019-10-24
Fixed #30900 -- Skipped async-related tests on Windows using Python 3.8.0.
Carlton Gibson
2019-10-24
Fixed #30903 -- Fixed migrations crash on PostgreSQL when adding Index with o...
Hannes Ljungberg
2019-10-23
Refs #29926 -- Bumped minimum tblib version to 1.5.0 in test requirements.
Mariusz Felisiak
2019-10-23
Bumped minimum Pillow version to 6.2.0 in test requirements.
Mariusz Felisiak
2019-10-23
Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on Postgr...
Nick Pope
2019-10-23
Refs #28574 -- Used feature flag for PostgreSQL version check.
Nick Pope
2019-10-23
Fixed #29919 -- Fixed RelatedOnlyFieldListFilter crash with reverse relations...
Dan Moore
2019-10-23
Added tests for Field.get_choices()'s limit_choices_to argument.
Dan Moore
2019-10-23
Added tests for middlewares' checks.
Sergey Fedoseev
2019-10-22
Refs #29926 -- Skipped RemoteTestResultTest.test_add_failing_subtests() on Py...
Mariusz Felisiak
2019-10-21
Fixed #20577 -- Deferred filtering of prefetched related querysets.
Alex Aktsipetrov
2019-10-21
Fixed #30827 -- Made batch_size arg of QuerySet.bulk_create() respect Databas...
Ahmet Kucuk
2019-10-21
Fixed #30876 -- Moved classproperty() decorator to the django.utils.functional.
André Ericson
2019-10-21
Fixed #30841 -- Deprecated using non-boolean values for isnull lookup.
André Ericson
2019-10-21
Replaced deprecated assertEquals() with assertEqual().
Jon Dufresne
2019-10-18
Fixed #27391 -- Implemented SimpleTestCase.debug().
Pavel Savchenko
2019-10-18
Refs #27391 -- Added more tests for SimpleTestCase.
Pavel Savchenko
2019-10-18
Fixed #28337 -- Preserved extra headers of requests made with django.test.Cli...
Patrick Jenkins
2019-10-18
Fixed typo in tests/admin_scripts/tests.py.
Daniel Musketa
2019-10-18
Fixed #30890 -- Added MariaDB support for the relate lookup.
Mariusz Felisiak
2019-10-18
Added gis_tests.utils.mariadb hook.
Mariusz Felisiak
2019-10-17
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-10-17
Refs #12990 -- Moved CheckFieldDefaultMixin to the django.db.models.fields.mi...
sage
2019-10-15
Refs #27910 -- Added __init__.py file for model_enums tests.
Mariusz Felisiak
2019-10-15
Fixed #30872 -- Improved unknown command message when settings are manually c...
Carlton Gibson
2019-10-14
Fixed #30870 -- Fixed showing that RunPython operations are irreversible by m...
Mariusz Felisiak
2019-10-14
Isolated migrations.test_commands.MigrateTests.test_migrate_plan.
Mariusz Felisiak
2019-10-14
Fixed #30868 -- Prevented unnecessary AlterField when renaming a referenced pk.
Simon Charette
2019-10-11
Fixed #30014 -- Fixed ModelChoiceField validation when initial value is a mod...
Etienne Chové
2019-10-11
Added ModelChoiceField test for validation with to_field_name.
Etienne Chové
2019-10-11
Fixed #30826 -- Fixed crash of many JSONField lookups when one hand side is k...
Louise Grandjonc
2019-10-11
Fixed #30854 -- Fixed QuerySet.select_related() with multiple FilteredRelations.
Hasan Ramezani
2019-10-10
Fixed #23755 -- Added support for multiple field names in the no-cache Cache-...
Flavio Curella
[prev]
[next]