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
2020-08-28
Fixed #31928 -- Fixed detecting an async get_response in various middlewares.
Kevin Michel
2020-08-28
Refs #26601 -- Added various middlewares tests for deprecation of passing Non...
Kevin Michel
2020-08-28
Added tests for cache middlewares constructors.
Kevin Michel
2020-08-26
Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.
Mariusz Felisiak
2020-08-26
Fixed #31942 -- Made settings cleansing work with dictionary settings with no...
Jeremy Lainé
2020-08-26
Fixed #31918 -- Allowed QuerySet.in_bulk() to fetch on a single distinct field.
Kaustubh
2020-08-26
Fixed #31905 -- Made MiddlewareMixin call process_request()/process_response(...
Michael Galler
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-24
Refs #30897 -- Added test for WAL option to Queryset.explain() on PostgreSQL ...
Nick Pope
2020-08-24
Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL...
Mariusz Felisiak
2020-08-24
Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView kwarg d...
Mariusz Felisiak
2020-08-24
Fixed #31907 -- Fixed missing validate_key() calls in cache backends.
Nick Pope
2020-08-24
Refs #31907 -- Added cache key validation tests for cache operations.
Nick Pope
2020-08-24
Added assertions for the results of migrating an integer pk to AutoField.
Tim Graham
2020-08-19
Fixed #31895 -- Fixed crash when decoding invalid session data.
Mariusz Felisiak
2020-08-19
Fixed #31902 -- Fixed crash of ExclusionConstraint on expressions with params.
Maxim Petrov
2020-08-18
Refs #9061 -- Allowed GenericInlineFormSet to disable deleting extra forms.
Mariusz Felisiak
2020-08-18
Refs #20347 -- Allowed customizing the maximum number of instantiated forms i...
Mariusz Felisiak
2020-08-17
Fixed #31888 -- Avoided module-level MySQL queries in tests.
Ahmad A. Hussein
2020-08-14
Fixed #31826 -- Made AlterField operation a noop when adding db_column.
Iuri de Silvio
2020-08-14
Fixed #31878 -- Made createsuperuser respect --database option in default use...
Yan Mitrofanov
2020-08-14
Fixed typo in tests/auth_tests/test_management.py docstring.
Yan Mitrofanov
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-08-13
Fixed #31792 -- Made Exists() reuse QuerySet.exists() optimizations.
Simon Charette
2020-08-13
Fixed #31825 -- Made RenameField operation a noop for fields with db_column.
Iuri de Silvio
2020-08-13
Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.
Adam Johnson
2020-08-12
Fixed #31382 -- Made Model.save(update_fields=...) raise ValueError on non-co...
Pat Garcia
2020-08-12
Fixed #31863 -- Prevented mutating model state by copies of model instances.
Gert Burger
2020-08-11
Fixed #21181 -- Added Collate database function.
Tom Carrick
2020-08-11
Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).
Daniel Hillier
2020-08-11
Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.
Carlton Gibson
2020-08-11
Refs #31180 -- Fixed unreachable assertions in apps tests.
Mariusz Felisiak
2020-08-10
Fixed #31870 -- Fixed crash when populating app registry with empty or withou...
Iuri de Silvio
2020-08-08
Fixed #31831 -- Fixed migration operations ordering when adding order_with_re...
Iuri de Silvio
2020-08-08
Refs #31831 -- Added autodector test for unique/index_together on _order field.
Iuri de Silvio
2020-08-07
Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.
Mariusz Felisiak
2020-08-07
Used mock.Mock() in SMTPBackendTests.
Konstantin Alekseev
2020-08-06
Fixed #25513 -- Extracted admin pagination to Paginator.get_elided_page_range().
Nick Pope
2020-08-06
Refs #25513 -- Fixed admin pagination elision bounds.
Nick Pope
2020-08-06
Refs #25513 -- Adjusted admin pagination to be 1-indexed.
Nick Pope
2020-08-05
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Jacob Walls
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.
Mariusz Felisiak
2020-07-31
Refs #27468 -- Added tests and release notes for signing.dumps()/loads() chan...
Mariusz Felisiak
2020-07-31
Fixed #27719 -- Added QuerySet.alias() to allow creating reusable aliases.
Alexandr Tatarinov
2020-07-31
Refs #27996 -- Fixed postgres_tests crash if not running with PostgreSQL.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2020-07-30
Fixed #31822 -- Added support for comments URL per feed item.
Viktor Garske
2020-07-30
Refs #31829 -- Added DatabaseFeatures.json_key_contains_list_matching_require...
Tim Graham
2020-07-29
Fixed #28507 -- Made ValidationError.__eq__() ignore messages and params orde...
David Smith
[next]