summaryrefslogtreecommitdiff
path: root/docs/topics/db/examples/many_to_one.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-11-10Improved readability of string interpolation in frequently used examples in d...Trey Hunner
2022-09-15Described Article-Reporter relationship in many-to-one topic.Pamela Fox
2022-03-17Added missing backticks to function names.Mariusz Felisiak
2020-11-13Changed docs and a code comment to use gender-neutral pronouns.Nick Pope
2019-11-04Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.Mariusz Felisiak
2018-07-19Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.Tim Graham
2018-04-10Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-08-10Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()Tim Graham
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-03-18Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.Karl Hobley
2014-08-19Removed unnecessary code-block directives.areski
2014-06-05Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...Anubhav Joshi
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett