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-10-29
Refs #32061 -- Unified DatabaseClient.runshell() in db backends.
Simon Charette
2020-10-29
Fixed #32152 -- Fixed grouping by subquery aliases.
Christian Klus
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-28
Refs #28215 -- Marked auth credentials as sensitive variables.
Hasan Ramezani
2020-10-28
Refs #25780 -- Removed redundant status code assertions from tests.
Jon Dufresne
2020-10-28
Fixed #32143 -- Used EXISTS to exclude multi-valued relationships.
Simon Charette
2020-10-28
Refs #27149 -- Fixed sql.Query identity.
Simon Charette
2020-10-27
Fixed #1891, Fixed #11707 -- Prevented duplicates with limit_choices_to on mu...
alvinshaita
2020-10-27
Removed unneeded @no_oracle skips.
Tim Graham
2020-10-27
Made OracleSpatialAdapter clone geometries rather than mutate them.
Tim Graham
2020-10-27
Fixed some queries tests when primary key values are large.
Tim Graham
2020-10-27
Removed an obsolete query test that assumes serial pks.
Tim Graham
2020-10-26
Fixed #29497 -- Fixed loss of assigned parent when saving child with bulk_cre...
Hannes Ljungberg
2020-10-26
Fixed admin_views's test_history_view on databases that don't use serial pks.
Tim Graham
2020-10-26
Simplifed formset iteration using enumerate().
Jon Dufresne
2020-10-23
Fixed #32134 -- Fixed crash of __range lookup with namedtuple.
Adam Johnson
2020-10-22
Replaced @no_oracle skips with DatabaseFeatures.allows_group_by_lob.
Tim Graham
2020-10-22
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
Carlton Gibson
2020-10-22
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Mariusz Felisiak
2020-10-21
Fixed #26390 -- Disabled grouping by Random().
Étienne Beaulé
2020-10-21
Fixed #13060 -- Improved error message when ManagementForm data is missing.
manav014
2020-10-21
Fixed #32046 -- Added CreateCollation/RemoveCollation operations for PostgreSQL.
Tom Carrick
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2020-10-21
Fixed #32126 -- Fixed grouping by Case() annotation without cases.
Hannes Ljungberg
2020-10-21
Removed hardcoded pks in syndication tests.
Octavio
2020-10-20
Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....
Hannes Ljungberg
2020-10-20
Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.
Tim Graham
2020-10-19
Fixed #32108 -- Made transaction.on_commit() raise TypeError when callback is...
Herbert Poul
2020-10-19
Reverted "Reduced time.sleep() in cache touch() tests."
Mariusz Felisiak
2020-10-19
Relaxed some query ordering assertions in expressions tests.
Tim Graham
2020-10-19
Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.re...
Hasan Ramezani
2020-10-19
Added DatabaseFeatures.can_alter_geometry_field.
Tim Graham
2020-10-19
Fixed #32116 -- Fixed QuerySet.order_by() crash on EmptyQuerySet with union()...
Hannes Ljungberg
2020-10-18
Made test_change_list_sorting_model_admin_reverse's assertions more specific.
Tim Graham
2020-10-17
Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
Claude Paroz
2020-10-17
Fixed #6517 -- Made dbshell use charset option on MySQL.
manav014
2020-10-16
Reduced time.sleep() in cache touch() tests.
Nick Pope
2020-10-16
Optimized inspectdb tests by specifying database tables/views.
Nick Pope
2020-10-15
Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...
Çağıl Uluşahin
2020-10-15
Fixed #32105 -- Added template paths as ExceptionReporter class attributes.
Aarni Koskela
2020-10-15
Refs #31926 -- Made test_pickle_filteredrelation_m2m do not depend on auto-PK.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms ...
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over ...
Mariusz Felisiak
2020-10-14
Refs #32096 -- Added test for ArrayAgg over JSONField key transforms.
Mariusz Felisiak
2020-10-14
Refs #32096 -- Added test for window expressions with JSONField key transforms.
Mariusz Felisiak
2020-10-14
Fixed #31640 -- Made Trunc() truncate datetimes to Date/TimeField in a specif...
David-Wobrock
2020-10-14
Removed redundant tests in test_extract_trunc.
David-Wobrock
2020-10-14
Refs #31640 -- Made Extract raise ValueError when using tzinfo with Date/Time...
David-Wobrock
[prev]
[next]