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-04-21
Fixed #31479 -- Added support to reset sequences on SQLite.
Jon Dufresne
2020-04-21
Refs #30591 -- Adjusted table rebuild for non-pk relationship on SQLite.
Simon Charette
2020-04-21
Fixed #31064 -- Recreated auto-created many-to-many tables on primary key dat...
Simon Charette
2020-04-21
Removed redundant import in tests/migrations/test_operations.py.
Simon Charette
2020-04-20
Capitalized Unicode in docs, strings, and comments.
Jon Dufresne
2020-04-20
Added assertions for an empty stdout to CoreCommandsNoOutputTests.
Jon Dufresne
2020-04-20
Fixed #31474 -- Made QuerySet.delete() not return the number of deleted objec...
Hasan Ramezani
2020-04-20
Disabled management commands output with verbosity 0 in various tests.
François Freitag
2020-04-20
Removed unnecessary capturing of stdout/stderr in auth_tests.test_management.
François Freitag
2020-04-20
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_...
Jon Dufresne
2020-04-20
Refs #29069 -- Added test for calling request_finished signal by static file ...
Tom Forbes
2020-04-18
Simplified LongNameTest.test_sequence_name_length_limits_flush() with execute...
Jon Dufresne
2020-04-17
Fixed #30311 -- Restored ability to override global admin actions.
hashlash
2020-04-17
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on P...
Jon Dufresne
2020-04-17
Added test coverage for DatabaseOperations.sql_flush().
Jon Dufresne
2020-04-17
Refs #31351 -- Made partial constraints tests use required_db_features.
Mariusz Felisiak
2020-04-16
Fixed #29329 -- Made datetime logging from runserver more consistent.
Hasan Ramezani
2020-04-16
Fixed #31441 -- Ensured TabluarInline expands when child inputs have errors.
Hasan Ramezani
2020-04-16
Refs #31441 -- Added red border to inputs with errors for TabluarInline.
Hasan Ramezani
2020-04-15
Removed unused __str__() methods in tests models.
Author: Mads Jensen
2020-04-15
Refs #27468 -- Changed default Signer algorithm to SHA-256.
Claude Paroz
2020-04-15
Fixed #31459 -- Fixed handling invalid indentifiers in URL path conversion.
Adam Johnson
2020-04-15
Fixed #31223 -- Added __class_getitem__() to Manager and QuerySet.
sobolevn
2020-04-15
Fixed #31451 -- Made settings cleansing work with list and tuple settings.
Ichlasul Affan
2020-04-15
Fixed #31462 -- Allowed overriding autocomplete/raw_id_fields/filter widgets ...
007
2020-04-14
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
Adam Johnson
2020-04-14
Refs #29501 -- Allowed customizing exit status for management commands.
Adam Johnson
2020-04-14
Refs #29501 -- Added test for missing dbshell executable.
Mariusz Felisiak
2020-04-14
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
Claude Paroz
2020-04-10
Fixed #31351 -- Added system checks for partial indexes and unique constraint...
Ichlasul Affan
2020-04-10
Refs #31055 -- Allowed database queries in invalid_models_tests.test_models.F...
Mariusz Felisiak
2020-04-10
Completed test coverage for BoundField.css_classes().
David Smith
2020-04-10
Fixed #13009 -- Added BoundField.widget_type property.
David Smith
2020-04-09
Fixed #31407 -- Fixed unawaited coroutine warning for Python 3.8+.
Carlton Gibson
2020-04-09
Fixed #30779 -- Improved selection of filenames in technical 500 debug page.
Daniel Hahler
2020-04-09
Made Operation.references_model/references_field require app_label.
Simon Charette
2020-04-09
Refs #22608 -- Made app_label required when optimizing migrations.
Simon Charette
2020-04-09
Increased test coverage for forms.ImageField.to_python().
David Smith
2020-04-08
Fixed #31437 -- Corrected tests to show abstract multiple inheritance system ...
Carlton Gibson
2020-04-08
Fixed typo in tests/backends/base/test_operations.py.
Mariusz Felisiak
2020-04-08
Refs #28184 -- Added test for FileField storage default.
Carlton Gibson
2020-04-08
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
miigotu
2020-04-08
Refs #30966 -- Added test for reloading related model state on non-relational...
Mariusz Felisiak
2020-04-07
Fixed #31051 -- Allowed dumpdata to handle circular references in natural keys.
Matthijs Kooijman
2020-04-07
Fixed #31407 -- Adjusted test to avoid coroutine never awaited warning.
Mark
2020-04-07
Refs #26291 -- Added tests for dumpdata/loaddata with forward references with...
Matthijs Kooijman
2020-04-07
Refs #26291 -- Added tests for dumpdata with forward references in natural keys.
Matthijs Kooijman
2020-04-07
Refs #31051 -- Added test for loaddata/dumpdata with circular references with...
Matthijs Kooijman
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2020-04-07
Refs #27666 -- Ensured relationship consistency on delayed reloads.
Simon Charette
[prev]
[next]