Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Ali Toosi faab9e6769 Fixed #33680 -- Corrected example of customizing model loading in docs. 2 vuotta sitten
  David Smith 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 vuotta sitten
  abhiabhi94 f876c7d08e Fixed #32957 -- Improved visibility of arguments sections in Model.save() docs. 3 vuotta sitten
  Girish Sontakke 27d4573d35 Fixed #32755 -- Corrected Model.get_absolute_url() example in docs. 3 vuotta sitten
  Mariusz Felisiak b7dd89ed53 Removed versionadded/changed annotations for 3.1. 4 vuotta sitten
  Jon Dufresne 550297d20d Added backticks to code literals in various docs. 4 vuotta sitten
  Adam Johnson b5f0efa19c Refs #24763 -- Moved DoesNotExist to Model class docs. 4 vuotta sitten
  Tim Park 697e59d5cf Fixed #31502 -- Documented Model._state.db and Model._state.adding 4 vuotta sitten
  Mariusz Felisiak 4c5236ef93 Removed versionadded/changed annotations for 3.0. 4 vuotta sitten
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 vuotta sitten
  Claude Paroz c7b97ac3a7 Added missing backtick in instances docs. 5 vuotta sitten
  Carlton Gibson 29c126bb34 Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices. 5 vuotta sitten
  Simon Charette 9e14bc2135 Refs #29260 -- Doc'd Model.save() behavior change in Django 3.0. 5 vuotta sitten
  Baptiste Mispelon ff1b19da67 Fixed #31029 -- Used more specific links to RFCs. 5 vuotta sitten
  Hasan Ramezani 153c7956f8 Fixed #24858 -- Added support for get_FOO_display() to ArrayField and RangeFields. 5 vuotta sitten
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 vuotta sitten
  Mariusz Felisiak 9aeac29949 Removed unnecessary backslashes from docs. 5 vuotta sitten
  Brad Solomon 67b6cb7723 Fixed #30491 -- Clarified when save() on object with pk executes INSERT. 5 vuotta sitten
  Gary Donovan 516d858e7a Fixed typo in docs/ref/models/instances.txt. 6 vuotta sitten
  François Freitag 9b15ff08ba Used auto-numbered lists in documentation. 6 vuotta sitten
  luz.paz 97e637a87f Fixed typos in comments and docs. 6 vuotta sitten
  Mariusz Felisiak 35319bf12c Alphabetized imports in various docs. 6 vuotta sitten
  Jon Dufresne 136bf5c214 Fixed #29076 -- Made Model.refresh_from_db() clear cached relationships even if the related id doesn't change. 7 vuotta sitten
  François Freitag 4f1eb64ad0 Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField. 7 vuotta sitten
  Matthias Kestenholz e8c056c31a Fixed #27434 -- Doc'd how to raise a model validation error for a field not in a model form. 8 vuotta sitten
  Lachlan Musicman 00093daec9 Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt. 7 vuotta sitten
  Claude Paroz c651331b34 Converted usage of ugettext* functions to their gettext* aliases 8 vuotta sitten
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 8 vuotta sitten
  Claude Paroz d2e7d15b4c Assumed iri_to_uri always returns a string 8 vuotta sitten
  Claude Paroz f3c43ad1fd Refs #23919 -- Removed python_2_unicode_compatible decorator usage 8 vuotta sitten