summaryrefslogtreecommitdiff
path: root/docs/ref/models
AgeCommit message (Expand)Author
2020-05-06[3.0.x] Fixed a/an typos in "SQL" usage.Adam Johnson
2020-05-04[3.0.x] Corrected models.FilePathField signature in docs.Adam Johnson
2020-04-25[3.0.x] Fixed #31514 -- Fixed default form widgets in model fields docs.Hasan Ramezani
2020-04-14[3.0.x] Fixed term warning on Sphinx 3.0.1+.Mariusz Felisiak
2020-04-07[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
2020-03-18[3.0.x] Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()...Hasan Ramezani
2020-03-06[3.0.x] Doc'd return values of as_sql() for Func and query expressions.Adam Johnson
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
2020-02-27[3.0.x] Fixed #31313 -- Fixed is_upperclass() example in enumeration types docs.Andrey Doroschenko
2020-02-18[3.0.x] Fixed #31282 -- Corrected RelatedManager docs for using add/remove/se...Carlton Gibson
2020-01-17[3.0.x] Added missing backtick in instances docs.Claude Paroz
2020-01-15[3.0.x] Fixed #31124 -- Fixed setting of get_FOO_display() when overriding in...Carlton Gibson
2019-12-30[3.0.x] Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0.Simon Charette
2019-12-21[3.0.x] Fixed #31110 -- Fixed typo in docs/ref/models/expressions.txt.Taoup
2019-12-02[3.0.x] Fixed #30953 -- Made select_for_update() lock queryset's model when u...Mariusz Felisiak
2019-11-28[3.0.x] Fixed #31029 -- Used more specific links to RFCs.Baptiste Mispelon
2019-11-11[3.0.x] Fixed #30958 -- Used a clearer example in the Cast() docs.Farhaan Bukhsh
2019-11-05[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_fo...kola-er
2019-10-22[3.0.x] Refs #13724 -- Corrected QuerySet signature in docs.Antonio Dudarev
2019-09-23[3.0.x] Refs #29915 -- Doc'd limitation of using pattern lookups with UUIDFie...Mariusz Felisiak
2019-09-14[3.0.x] Fixed #29823 -- Doc'd limitation of DecimalField on SQLite.Claude Paroz
2019-09-13[3.0.x] Refs #27910 -- Improved documentation for model field choice enumerat...Nick Pope
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-09-04Fixed #27910 -- Added enumeration helpers for use in Field.choices.Shai Berger
2019-08-29Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().Matthew Schinckel
2019-08-28Fixed #30733 -- Doc'd that datetime lookups require time zone definitions in ...Andrew
2019-08-27Doc'd for_save argument of Expression.resolve_expression().Matthew Schinckel
2019-08-18Refs #28428 -- Made FileField.upload_to support pathlib.Path.Claude Paroz
2019-08-09Fixed #30688 -- Clarified base_manager_name docs.Carlton Gibson
2019-08-02Fixed #30661 -- Added models.SmallAutoField.Nick Pope
2019-07-31Fixed #30665 -- Added support for distinct argument to Avg() and Sum().Étienne Beaulé
2019-07-25Fixed #30657 -- Allowed customizing Field's descriptors with a descriptor_cla...Jon Dufresne
2019-07-18Refs #30547 -- Clarified that partial UniqueConstraints don't affect model va...Mariusz Felisiak
2019-07-08Fixed #30397 -- Added app_label/class interpolation for names of indexes and ...can
2019-06-24Fixed typo in docs/ref/models/indexes.txt.Alexey Opalev
2019-06-22Removed unneeded non-breaking spaces added in 00169bc36Claude Paroz
2019-06-21Fixed #30421 -- Allowed symmetrical intermediate table for self-referential M...Nadège Michel
2019-06-20Removed unnecessary backslashes from docs.Mariusz Felisiak
2019-06-20Fixed #30547 -- Doc'd how Meta.constraints affect model validation.Swat009
2019-06-11Fixed #30486 -- Fixed the default value of Aggregate.distinct and updated exa...Vyacheslav Ver
2019-06-04Fixed #30505 -- Doc'd how changes in the order of Field.choices affect migrat...Caio Ariede
2019-05-28Fixed #30491 -- Clarified when save() on object with pk executes INSERT.Brad Solomon
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2019-05-20Refs #30062 -- Corrected UniqueConstraint signature in docs.GwynBleidD
2019-05-17Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity...Alex
2019-05-16Fixed typo in expression documentation.Vyacheslav Ver
2019-05-15Changed tuple choices to list in docs.Jon Dufresne
2019-05-07Fixed #26678 -- Doc'd that RelatedManager.add()/remove()/set() accepts the fi...Tobias Kunze