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
/
docs
/
topics
/
db
/
examples
Age
Commit message (
Expand
)
Author
2022-03-17
Added missing backticks to function names.
Mariusz Felisiak
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-05-04
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and c...
Adam Johnson
2020-03-17
Corrected outdated sentence in One-to-one relationships docs.
Philipp Bosch
2019-11-04
Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
Mariusz Felisiak
2019-10-30
Corrected error message in Many-to-many relationships docs.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-01-15
Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...
Collin Anderson
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-07-24
Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many_to_many...
Tim Graham
2018-07-19
Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.
Tim Graham
2018-04-10
Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
Luoxzhg
2018-03-20
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
Jezeniel Zapanta
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-05-07
Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.
shiblystory
2016-02-01
Unified some doc links to OneToOneField and ManyToManyField.
Tim Graham
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-10-27
Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...
Tim Graham
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-23
Fixed typo in docs/topics/db/examples/one_to_one.txt
Don Kirkby
2015-08-10
Fixed #25160 -- Moved unsaved model instance data loss check to Model.save()
Tim Graham
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2014-08-19
Removed unnecessary code-block directives.
areski
2014-08-13
Fixed #23283 -- Added default=False to BooleanField's in the docs.
Ola Sitarska
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-04-26
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-03-24
Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships.
Adam KalinĚski
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-17
Removed some unnecessary __exact operators in filters.
Tim Graham
2014-01-16
Fixed #21343 -- Noted many-to-many restrictions with intermediate model.
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-03-03
Removed unnecessary imports.
Aymeric Augustin
2013-02-07
Fixed #19756 - Corrected a ManyToMany example and added some links and markup.
Tim Graham
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-14
Fixed #17605: Restored deleted query documentation that used to live in docte...
James Bennett