Commit History

Author SHA1 Message Date
  pp b34ff66e5b Added missing period to "etc.". 9 years ago
  Alexander Sosnovskiy b61eab18f7 Fixed #13774 -- Added models.Field.rel_db_type(). 9 years ago
  Tim Graham 08ab262649 Removed SubfieldBase per deprecation timeline. 9 years ago
  Claude Paroz f2e4c7aca4 Removed unnecessary comma in docs 9 years ago
  Claude Paroz 64982cc2fb Updated Wikipedia links to use https 9 years ago
  Thomas Stephenson 035b0fa60d Fixed #24716 -- Deprecated Field._get_val_from_obj() 10 years ago
  Tim Graham 6d7784a7b9 Fixed #24602 -- Removed obsolete reference to __metaclass__ in custom model fields docs. 10 years ago
  Tim Graham d9a30ed190 Updated location of database backend data_types attribute in docs. 10 years ago
  Marc Tamlyn 32d4db66b9 Update converters to take a consistent set of parameters. 10 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 10 years ago
  Anssi Kääriäinen 0c7633178f Fixed #24020 -- Refactored SQL compiler to use expressions 10 years ago
  Daniel Pyrathon fb48eb0581 Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 10 years ago
  Marc Tamlyn e9103402c0 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 10 years ago
  Tim Graham b6aa60f425 Fixed #14638 -- Clarified model Field.to_python() docs. 10 years ago
  Tim Graham 99561eef26 Fixed typo in docs/howto/custom-model-fields.txt. 10 years ago
  Jorge C. Leitão e1fa7dffdc Fixed #22809 -- Added model Field API reference. 10 years ago
  Jorge C. Leitão 8780849da0 Fixed #22812 -- Refactored lookup API documentation. 10 years ago
  Daniel Hahler 67f9f385aa Fixed various minor doc typos / references. 10 years ago
  Andrew Godwin 13ec89f267 Fix docs error with deconstruct() docs 11 years ago
  Tim Graham b829d53b37 Fixed #22497 -- Highlighted difference between field and class deconstruction. 11 years ago
  Erik Romijn 75c0d4ea3a Fixed queries that may return unexpected results on MySQL due to typecasting. 11 years ago
  Alasdair Nicol 8aa1efff6d Fixed #21951 -- Updated docs to use __str__ for Python 3 11 years ago
  Baptiste Mispelon 05d36dc06e Always use parentheses when documenting a method with no arguments. 11 years ago
  Baptiste Mispelon 79e1d6ebd7 Don't show `self` in the list of arguments of a method. 11 years ago
  Anssi Kääriäinen 20bab2cf9d Fixed #16187 -- refactored ORM lookup system 11 years ago
  Anubhav Joshi 1a9f13df59 Fixed #21478 -- Corrected docs for when Field.db_type() is called. 11 years ago
  Baptiste Mispelon 38662d11c4 Fixed another typo in custom model field documentation. 11 years ago
  Baptiste Mispelon 3396d5716b Fixed typo in custom model field documentation. 11 years ago
  Andrew Godwin 19b34fbe63 Field.deconstruct() howto docs 11 years ago
  Loic Bistuer 27f04e79b1 Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 11 years ago