コミット履歴

作者 SHA1 メッセージ 日付
  Anssi Kääriäinen 6af05e7a0f Fixed model.__eq__ and __hash__ for no pk value cases 11 年 前
  Kevin Christopher Henry bb011cf809 Documentation -- Corrected error about Model.full_clean() 11 年 前
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 年 前
  Anssi Kääriäinen 3844089edc Fixed #20777 -- Admin proxy model deletion regression 11 年 前
  Anssi Kääriäinen 4668c142dc Made Model.__eq__ consider proxy models equivalent 11 年 前
  Jimmy Song 94d7fed775 Fixed #20859 - Clarified Model.clean() example. 11 年 前
  Julien Phalip 47c755327b Fixed a number of minor misspellings. 11 年 前
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 年 前
  James Bennett ba610cb319 Fixed #19881 -- Documented that get_next/previous_by_FOO uses default manager. 11 年 前
  Loic Bistuer ee77d4b253 Fixed #20199 -- Allow ModelForm fields to override error_messages from model fields 11 年 前
  Marc Egli e4591debd1 Add missing imports and models to the examples in the the model layer documentation 12 年 前
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 年 前
  Anssi Kääriäinen 6b4834952d Fixed #16649 -- Refactored save_base logic 12 年 前
  Tim Graham 43f89e0ad6 Fixed #19605 - Removed unused url imports from doc examples. 12 年 前
  Tim Graham b3a8c9dab8 Fixed broken links, round 3. refs #19516 12 年 前
  Jason Yan eeaab083fe Fixed #19374 -- Typo in docs/ref/models/instances.txt. 12 年 前
  Tim Graham 0e3690d230 Fixed #18974 - Warned against using models.permalink 12 年 前
  Tim Graham d3fd8a1512 Fixed #15591 - Clarified interaction between ModelForm and model validation. 12 年 前
  Eric Davis d94dc2d1fa Fixed formatting of get_FOO_display example 12 年 前
  Ramiro Morales ec1aad1671 Added section about URL reversion to URL mapper document. 12 年 前
  Anssi Kääriäinen dad7eec6e1 Corrected links to only()/defer() in Model documentation 12 年 前
  Aymeric Augustin e69348b4e7 Avoided mixing dates and datetimes in the examples. 12 年 前
  Alex Gaynor 17d57275f9 Fixed #18883 -- added a missing self parameter in the docs 12 年 前
  Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes 12 年 前
  Andrei Antoukh 99321e30ce Fixed #18306 -- Made deferred models issue update_fields on save 12 年 前
  Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding. 12 年 前
  Tim Graham 7313468f85 Fixed #17436 - Added warning about overriding Model.__init__() 12 年 前
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 13 年 前
  Jacob Kaplan-Moss 7edf231d46 Replaced documentation snippets using "gender" with less sensitive examples. 13 年 前
  Andrei Antoukh 365853da01 Fixed #4102 -- Allow update of specific fields in model.save() 13 年 前