コミット履歴

作者 SHA1 メッセージ 日付
  Tim Graham 87d55081ea Fixed #25159 -- Removed brackets from class/function/method signatures in docs. 9 年 前
  Luke fd869cceac Fixed mistake in Model.from_db() example. 9 年 前
  Alexander Sosnovskiy 04e8d890ae Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted objects. 10 年 前
  David Krisch 1a62f19707 Fixed #24763 -- Moved DoesNotExist exception to model docs. 10 年 前
  Andriy Sokolovskiy 81c2d9f60b Fixed #15579 -- Added ability to delete only child models in multi-table inheritance. 10 年 前
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 年 前
  Claude Paroz 0a4b04fc23 Used https for most *.python.org links 10 年 前
  Anssi Kääriäinen c7175fcdfe Fixed #901 -- Added Model.refresh_from_db() method 10 年 前
  Alasdair Nicol 5b26a014a8 Fixed #23865 -- documented how to assign errors to a field in Model.clean() 10 年 前
  Berker Peksag 5c517ec218 Fixed versionchanged indentation in docs/. 10 年 前
  Tim Graham 349471eeb9 Fixed spelling errors in docs. 10 年 前
  Markus Holtermann 04bd84786d Fixed #23602 -- Add comment on get_absolute_url regarding user input 10 年 前
  Tim Graham 4e4c10bc61 Removed docs for @permalink decorator. 10 年 前
  Tim Graham 42f5c8f397 Fixed typo in docs/ref/models/instances.txt 10 年 前
  Anssi Kääriäinen 0b6f05ede6 Fixed #19501 -- added Model.from_db() method 10 年 前
  Anubhav Joshi 42736ac8e8 Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 10 年 前
  Ryan Nowakowski f39b8867a1 Unicode method on model should return unicode 10 年 前
  Éric Araujo 5ab95168cc Fix typo that disabled code example highlighting 11 年 前
  Tim Graham b43bbd6d39 Fixed #22473 -- Emphasized that Model.clean() is not called from Model.save(). 11 年 前
  chriscauley 66ec9ee441 Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. 11 年 前
  Tim Graham 51c8045145 Removed versionadded/changed annotations for 1.6. 11 年 前
  Claude Paroz 3a97f992fb Fixed #22313 -- Removed 'u' prefixes from documentation 11 年 前
  Tim Graham 1f5f015c32 Fixed spelling mistakes in docs. 11 年 前
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 年 前
  Loic Bistuer 8847a0c601 Fixed #16192 -- Made unique error messages in ModelForm customizable. 11 年 前
  evildmp 79cc66692a Consolidated documentation for F() and Q() 11 年 前
  Eric Boersma 4d13cc56de Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 11 年 前
  Anssi Kääriäinen e973ee6a98 Fixed #20988 -- Added model meta option select_on_save 11 年 前
  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 年 前