Commit History

Author SHA1 Message Date
  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
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 years ago
  Jorge C. Leitão e1fa7dffdc Fixed #22809 -- Added model Field API reference. 10 years ago
  Anubhav Joshi 011abb7d96 Fixed #19671 -- Added warnings that null and validators are ignored for ManyToManyField. 10 years ago
  Tim Graham 5ebf03b7dd Fixed #22351 -- Removed usage of lambdas in model field options. 10 years ago
  Tim Graham 7fd55c3481 Fixed #20631 -- Increased the default EmailField max_length to 254. 10 years ago
  Jorge C. Leitão de90129070 Fixed #14481 -- Documented implicit "through" class created by ManyToManyField. 10 years ago
  Andrew Godwin 24afb1d7a7 Fixed #22660: Doc'd you can't have unmigrated apps depend on migrated 10 years ago
  Claude Paroz dfa3505ff1 Fixed #22813 -- Updated Pillow URL in documentation 10 years ago
  Daniel Pyrathon cb15231888 Fixed #21798 -- Added check for DateTime mutually exclusive options 11 years ago
  Mike Fogel 7fd1b35ed7 Fixed #22537 -- Add tests and improved docs for field subclass with choices. 11 years ago