提交历史

作者 SHA1 备注 提交日期
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2 年之前
  Joseph Victor Zammit ba755ca131 Refs #34140 -- Corrected rst code-block and various formatting issues in docs. 2 年之前
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 2 年之前
  Marcelo Galigniana 7c6195ef81 Fixed #34310 -- Added deletion example to one-to-one topic. 2 年之前
  Trey Hunner fad070b07b Improved readability of string interpolation in frequently used examples in docs. 2 年之前
  Adam Johnson d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 年之前
  Philipp Bosch f75af5b67b Corrected outdated sentence in One-to-one relationships docs. 5 年之前
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 年之前
  Tim Graham f6acd1d271 Refs #23919 -- Removed Python 2 notes in docs. 8 年之前
  shiblystory 6ae617dc57 Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example. 8 年之前
  Tim Graham 8ce8beb3f2 Unified some doc links to OneToOneField and ManyToManyField. 9 年之前
  Elif T. Kus bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 年之前
  Tim Graham e0837f2cb1 Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list. 9 年之前
  Tim Graham 54848a96dd Removed versionadded/changed annotations for 1.8. 9 年之前
  Don Kirkby dcd7358afd Fixed typo in docs/topics/db/examples/one_to_one.txt 9 年之前
  Tim Graham 5980b05c1f Fixed #25160 -- Moved unsaved model instance data loss check to Model.save() 9 年之前
  Flavio Curella c2e70f0265 Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 9 年之前
  Karl Hobley 81e1a35c36 Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. 10 年之前
  areski 9d6551204e Removed unnecessary code-block directives. 10 年之前
  Ola Sitarska 6947885926 Fixed #23283 -- Added default=False to BooleanField's in the docs. 10 年之前
  Anubhav Joshi 5643a3b51b Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise ValueError. 10 年之前
  Adam Kaliński ec08d62a20 Fixed #22048 - Enhanced docs to cover nonexistent one-to-one relationships. 11 年之前
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 年之前
  Tim Graham b87c59b04b Removed some unnecessary __exact operators in filters. 11 年之前
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 年之前
  Aymeric Augustin 97afc49bb0 Removed unnecessary imports. 12 年之前
  James Bennett dad1f5c21e Fixed #17605: Restored deleted query documentation that used to live in doctests. Thanks zsiciarz for work on the patch. 13 年之前