Commit History

Author SHA1 Message Date
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 years ago
  Adam Johnson b5f0efa19c Refs #24763 -- Moved DoesNotExist to Model class docs. 4 years ago
  Tim Park 697e59d5cf Fixed #31502 -- Documented Model._state.db and Model._state.adding 4 years ago
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 years ago
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 years ago
  Claude Paroz c7b97ac3a7 Added missing backtick in instances docs. 4 years ago
  Carlton Gibson 29c126bb34 Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices. 4 years ago
  Simon Charette 9e14bc2135 Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0. 5 years ago
  Baptiste Mispelon ff1b19da67 Fixed #31029 -- Used more specific links to RFCs. 5 years ago
  Hasan Ramezani 153c7956f8 Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Mariusz Felisiak 9aeac29949 Removed unnecessary backslashes from docs. 5 years ago
  Brad Solomon 67b6cb7723 Fixed #30491 -- Clarified when save() on object with pk executes INSERT. 5 years ago
  Gary Donovan 516d858e7a Fixed typo in docs/ref/models/instances.txt. 5 years ago
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 years ago
  luz.paz 97e637a87f Fixed typos in comments and docs. 6 years ago
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 years ago
  Jon Dufresne 136bf5c214 Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even if the related id doesn't change. 6 years ago
  François Freitag 4f1eb64ad0 Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField. 7 years ago
  Matthias Kestenholz e8c056c31a Fixed #27434 -- Doc'd how to raise a model validation error for a field not in a model form. 7 years ago
  Lachlan Musicman 00093daec9 Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt. 7 years ago
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 7 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 years ago
  Claude Paroz d2e7d15b4c Assumed iri_to_uri always returns a string 7 years ago
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Tim Graham e2112a5e1a Made cosmetic edits to the "What happens when you save?" docs. 8 years ago
  Adam Chainz 224fe22bf1 Doc'd that model instances with pk=None don't compare equal. 8 years ago
  Tim Graham 9556005425 Fixed #27048 -- Documented that refresh_from_db() doesn't reload @cached_properties. 8 years ago
  Tim Graham 20d1cb33c2 Fixed #26787 -- Documented deleting and reloading of model instance fields. 8 years ago