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-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
2019-10-10
Refs #23755 -- Added tests for patch_cache_control() with no-cache Cache-Cont...
Flavio Curella
2019-10-10
Fixed #30812 -- Made ConditionalGetMiddleware set ETag only for responses wit...
Viktor Lomakin
2019-10-10
Fixed #30300 -- Allowed migrations to be loaded from directories without __in...
Benjy Weinberger
2019-10-09
Fixed #30856 -- Combined fast-delete queries by model during cascade deletion.
Simon Charette
2019-10-08
Fixed #30839 -- Fixed Field.__deepcopy__() so forms don't share error messages.
Hasan Ramezani
2019-10-03
Refs #27914 -- Fixed serialization of nested enum.Enum classes in migrations.
Hasan Ramezani
2019-10-03
Refs #27914 -- Moved test enum.Enum subclasses outside of WriterTests.test_se...
Hasan Ramezani
2019-10-02
Fixed some typos in comments and docs.
Min ho Kim
2019-10-02
Fixed #30821 -- Added ExtractIsoWeekYear database function and iso_week_day l...
Anatol Ulrich
2019-10-02
Fixed #14218 -- Added Paginator.__iter__().
Tanner Stirrat
2019-10-01
Fixed #30651 -- Made __eq__() methods return NotImplemented for not implement...
ElizabethU
2019-10-01
Refs #30651 -- Added tests for Prefetch.__eq__().
Mariusz Felisiak
2019-10-01
Refs #30651 -- Added tests for Message.__eq__().
Mariusz Felisiak
2019-10-01
Fixed #30510 -- Fixed crash of QuerySet.bulk_create() with mixed-length texts...
Ahmet Kucuk
2019-09-30
Fixed #28690 -- Fixed handling of two-digit years in parse_http_date().
Ad Timmering
2019-09-30
Refs #28690 -- Added more tests for parse_http_date().
Ad Timmering
2019-09-30
Fixed #30774 -- Made serialization in migrations use members names for Enums.
Hasan Ramezani
2019-09-27
Fixed #30802 -- Prevented manifest creation when running collectstatic in dry...
pablo
2019-09-27
Fixed #30798 -- Fixed Meta.ordering validation for pk of related fields.
Hasan Ramezani
2019-09-27
Refs #30798 -- Prevented chaining fields from the same related model multiple...
Hasan Ramezani
2019-09-27
Fixed #30810 -- Fixed WatchmanReloaderTests.test_setting_timeout_from_environ...
Pablo García
2019-09-25
Fixed #25598 -- Added SCRIPT_NAME prefix to STATIC_URL and MEDIA_URL set to r...
Oleg Kainov
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-25
Fixed false positive tests of Paginator.count property.
Maxim Kurnikov
2019-09-24
Removed some outdated backwards compatibility imports and misleading comments.
Mads Jensen
2019-09-24
Refs #29444 -- Removed redundant DatabaseFeatures.can_return_multiple_columns...
Mariusz Felisiak
2019-09-24
Fixed #30796 -- Prevented select_related() from mutating a queryset on chaining.
Simon Charette
2019-09-23
Fixed #13296 -- Fixed ordering by Options.order_with_respect_to after deletin...
Hasan Ramezani
[prev]
[next]