Commit History

作者 SHA1 備註 提交日期
  Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 年之前
  Marc Tamlyn e9103402c0 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 10 年之前
  Tim Graham b6aa60f425 Fixed #14638 -- Clarified model Field.to_python() docs. 10 年之前
  Tim Graham 99561eef26 Fixed typo in docs/howto/custom-model-fields.txt. 10 年之前
  Jorge C. Leitão e1fa7dffdc Fixed #22809 -- Added model Field API reference. 10 年之前
  Jorge C. Leitão 8780849da0 Fixed #22812 -- Refactored lookup API documentation. 10 年之前
  Daniel Hahler 67f9f385aa Fixed various minor doc typos / references. 10 年之前
  Andrew Godwin 13ec89f267 Fix docs error with deconstruct() docs 11 年之前
  Tim Graham b829d53b37 Fixed #22497 -- Highlighted difference between field and class deconstruction. 11 年之前
  Erik Romijn 75c0d4ea3a Fixed queries that may return unexpected results on MySQL due to typecasting. 11 年之前
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 年之前
  Baptiste Mispelon 05d36dc06e Always use parentheses when documenting a method with no arguments. 11 年之前
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 年之前
  Anssi Kääriäinen 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 年之前
  Anubhav Joshi 1a9f13df59 Fixed #21478 -- Corrected docs for when Field.db_type() is called. 11 年之前
  Baptiste Mispelon 38662d11c4 Fixed another typo in custom model field documentation. 11 年之前
  Baptiste Mispelon 3396d5716b Fixed typo in custom model field documentation. 11 年之前
  Andrew Godwin 19b34fbe63 Field.deconstruct() howto docs 11 年之前
  Loic Bistuer 27f04e79b1 Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 11 年之前
  Carl Meyer 7211741fc5 Fixed #20999 - Allow overriding formfield class with choices, without subclass restrictions. 11 年之前
  Tim Graham 29255fcb4f Fixed some ReST errors regarding backticks 11 年之前
  Tim Graham 2d96e660f9 Fixed #14006 -- Documented that Field's 'description' attribute is interpolated with field.__dict__ 11 年之前
  Claude Paroz 7442eb1a24 Fixed #20224 -- Update docs examples which mention __unicode__ 11 年之前
  Tim Graham b9fceadfd4 Fixed #19539 -- Updated custom model fields example for Python 3. 11 年之前
  Trey Hunner 2ec54e7fbc Add missing preposition in documentation 11 年之前
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 年之前
  Aymeric Augustin 6197935152 Fixed #19968 -- Dropped support for PostgreSQL < 8.4. 12 年之前
  Tim Graham 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 年之前
  Aymeric Augustin f27a4ee327 Removed django.contrib.localflavor. 12 年之前
  Tim Graham 067505ad19 Fixed broken links, round 4. refs #19516 12 年之前