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
/
many_to_one
/
tests.py
Age
Commit message (
Expand
)
Author
2026-04-18
Fixed #37036 -- Added missing flat=True arg in DeferredAttribute.fetch_many().
garybadwal
2026-03-21
Refs #36883 -- Split monolithic aggregation/lookup/queries tests.
Tim Graham
2026-02-10
Modified tests to format PKs with %s rather than %d.
Tim Graham
2025-10-16
Refs #28586 -- Copied fetch modes to related objects.
Adam Johnson
2025-10-16
Fixed #28586 -- Added model field fetch modes.
Adam Johnson
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2025-01-15
Refs #33651 -- Removed Prefetch.get_current_queryset() and get_prefetch_query...
Sarah Boyce
2024-08-28
Fixed #35666 -- Documented stacklevel usage and testing, and adjusted test su...
Simon Charette
2023-11-28
Fixed #34633 -- Made create() method of reverse many-to-one managers clear pr...
Aman Pandey
2023-09-18
Fixed #33651 -- Added support for prefetching GenericForeignKey.
Clément Escolano
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-08-27
Fixed #33952 -- Reallowed creating reverse foreign key managers on unsaved in...
David Wobrock
2022-05-31
Fixed #33191 -- Avoided clearing cached reference when saving child after par...
Allen Jonathan David
2022-02-22
Fixed #19580 -- Unified behavior of reverse foreign key and many-to-many rela...
Albert Defler
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-02-04
Fixed #32332 -- Fixed loss of parent with non-numeric pk when saving child af...
Hasan Ramezani
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-11-06
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
Hasan Ramezani
2020-05-15
Refs #31395 -- Relied on setUpTestData() test data isolation in various tests.
Simon Charette
2020-02-18
Refs #31282 -- Clarified M2O add/remove/set with PK behaviour.
Carlton Gibson
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-07-27
Refs #28147 -- Fixed setting of OneToOne and Foreign Key fields to None when ...
Jon Dufresne
2019-07-27
Added tests for using attnames to assign OneToOne and Foreign Key fields.
Jon Dufresne
2019-05-21
Fixed #28147 -- Fixed loss of assigned parent when saving child after parent.
Rob
2019-05-21
Refs #28147 -- Added test for saving nullable ForeignKey with to_field attrib...
Rob
2018-11-08
Fixed #29908 -- Fixed setting of foreign key after related set access if Fore...
Simon Charette
2018-10-28
Fixed #29896 -- Fixed incorrect Model.save() cache relation clearing for fore...
Tim Graham
2017-11-09
Fixed #27710 -- Made Model.save() invalidate cached, stale relations after a ...
Paulo
2017-11-06
Fixed #28776 -- Fixed a/an/and typos in docs and comments.
Дилян Палаузов
2017-08-10
Refs #16043 -- Refactored internal fields value cache.
Paulo
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-04-10
Changed assertQuerysetEqual()s that use default Model.__str__() to assertSequ...
Collin Anderson
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-26
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
Vytis Banaitis
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
2017-01-17
Refs #25550 -- Removed support for direct assignment to the reverse side of a...
Tim Graham
2016-12-07
Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.
Tim Graham
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-08-05
Fixed #26706 -- Made RelatedManager modification methods clear prefetch_relat...
Yoong Kang Lim
2016-05-17
Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...
Loïc Bistuer
2016-05-17
Fixed #20932, #25897 -- Streamlined manager inheritance.
Loïc Bistuer
2016-02-11
Fixed #26179 -- Removed null assignment check for non-nullable foreign key fi...
ZachLiuGIS
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
[next]