Commit History

Author SHA1 Message Date
  Fabio Natali cb506aed2a Fixed #23814 -- Documented apps refactored out of Django. 9 years ago
  Iacopo Spalletti 87fed94440 Fixed #23814 -- Pointed localflavor documentation to external package 9 years ago
  Karl Hobley 81e1a35c36 Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed. 9 years ago
  Steven Das 53bc6e2e98 Fixed typo in docs/ref/models/fields.txt 9 years ago
  Floris den Hengst b9b8411129 Fixed #24432 -- Added docs for ManyToManyFields that reside in and refer to the same model. 9 years ago
  Marc Tamlyn 32d4db66b9 Update converters to take a consistent set of parameters. 9 years ago
  Loic Bistuer 18c0aaa912 Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many. 9 years ago
  Anssi Kääriäinen 8adc59038c Fixed #23617 -- Added get_pk_value_on_save() 9 years ago
  Tim Graham c79faae761 Removed versionadded/changed notes for 1.7. 9 years ago
  Tim Graham 33457cd3b0 Removed IPAddressField per deprecation timeline; refs #20439. 10 years ago
  Tim Graham 7e8cf74dc7 Removed support for syncing apps without migrations per deprecation timeline. 10 years ago
  Tim Graham 4aa089a9a9 Removed support for custom SQL per deprecation timeline. 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
  Helen Sherwood-Taylor 4ccdf6e57f Fixed #24041 -- Documented effect of changing a model instance's primary key. 10 years ago
  Marc Tamlyn 5ca82e710e Fixed #24033 -- Use interval type on Oracle. 10 years ago
  Marc Tamlyn 57554442fe Fixed #2443 -- Added DurationField. 10 years ago
  Tim Graham 1aa41dd000 Fixed #23974 -- Clarified wording of FileField.save/delete save parameter. 10 years ago
  Tim Graham 5281d9620d Fixed #23965 -- Mentioned that FieldFile inherits from File 10 years ago
  Raul Cumplido 68d3db8a7b Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs. 10 years ago
  Jon Dufresne c1b9f99a81 Fixed #23676 -- Rearranged sentence; "by default" applies only to max length 10 years ago
  Marc Tamlyn acdbecda05 Fix formatting error in UUIDField docs. 10 years ago
  Marc Tamlyn ed7821231b Fixed #19463 -- Added UUIDField 10 years ago
  Tim Graham 60c38c1a4e Fixed #23281 -- Added "concrete model" to glossary. 10 years ago
  Andrew Godwin 6d504562f5 Fixed #22534: Reinforce swappable documentation 10 years ago
  Marc Tamlyn e9103402c0 Fixed #18757, #14462, #21565 -- Reworked database-python type conversions 10 years ago
  Simon Charette 05a8cef428 Corrected a usage example of `related_query_name`. 10 years ago
  Tim Graham c587bd5a94 Fixed #17272 -- Documented that non-editable fields are skipped during model validation. 10 years ago
  Tim Graham 5dbe2a9431 Fixed #4991 -- Emphasized XSS ramifications of help_text not being escaped. 10 years ago
  areski 2a4492aecb Fixed #23224 - Documented EmailValidator. 10 years ago